Home
last modified time | relevance | path

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

/xnu-12377.81.4/libkern/os/
H A Dlog_queue.c49 #define LQ_OTHER_START_SLOT (LQ_MIN_ALLOCATED_LM_SLOTS - 1) macro
167 if (idx < LQ_OTHER_START_SLOT) { in log_queue_increment_mem_avail()
176 if (idx < LQ_OTHER_START_SLOT) { in log_queue_decrement_mem_avail()
205 start = LQ_OTHER_START_SLOT; in log_queue_entry_alloc()
374 size_t low_mem_threshold = (lq->lq_cnt_mem_active - LQ_OTHER_START_SLOT) * lq_low_mem_limit; in log_queue_low_mem()