Searched refs:log_queue_entry (Results 1 – 1 of 1) sorted by relevance
72 typedef struct log_queue_entry { struct73 STAILQ_ENTRY(log_queue_entry) lqe_link;80 typedef STAILQ_HEAD(, log_queue_entry) log_queue_list_s, *log_queue_list_t; argument236 STAILQ_REMOVE(&lq->lq_dispatch_list, lqe, log_queue_entry, lqe_link); in dispatch_list_cleanup()276 STAILQ_REMOVE(&lq->lq_log_list, lqe, log_queue_entry, lqe_link); in log_dispatch_prepare()