Home
last modified time | relevance | path

Searched refs:log_queue_entry (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/libkern/os/
H A Dlog_queue.c72 typedef struct log_queue_entry { struct
73 STAILQ_ENTRY(log_queue_entry) lqe_link;
80 typedef STAILQ_HEAD(, log_queue_entry) log_queue_list_s, *log_queue_list_t; argument
236 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()