Home
last modified time | relevance | path

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

/xnu-12377.81.4/libkern/os/
H A Dlog_queue.c44 #define LQ_BATCH_SIZE 24 macro
604 log_queue_entry_t logs[LQ_BATCH_SIZE]; in log_queue_dispatch()
605 size_t logs_count = log_dispatch_prepare(lq, LQ_BATCH_SIZE, (log_queue_entry_t *)&logs); in log_queue_dispatch()