Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/os/
H A Dlog_queue.c42 #define LQ_BATCH_SIZE 24 macro
562 log_queue_entry_t logs[LQ_BATCH_SIZE]; in log_queue_dispatch()
563 size_t logs_count = log_dispatch_prepare(lq, LQ_BATCH_SIZE, (log_queue_entry_t *)&logs); in log_queue_dispatch()