Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/os/
H A Dlog_queue.c43 #define LQ_MAX_LM_SLOTS 8 macro
84 logmem_t lq_mem[LQ_MAX_LM_SLOTS];
124 TUNABLE(size_t, lq_bootarg_nslots, "lq_nslots", LQ_MAX_LM_SLOTS);
184 for (short i = 0; i < LQ_MAX_LM_SLOTS; i++) { in log_queue_entry_alloc()
363 assert(idx < LQ_MAX_LM_SLOTS); in log_queue_mem_init()
373 assert(idx < LQ_MAX_LM_SLOTS); in log_queue_mem_deinit()
385 for (int i = 1; i < LQ_MAX_LM_SLOTS; i++) { in log_queue_mem_free_slot()
471 for (int i = 1; i < LQ_MAX_LM_SLOTS; i++) { in log_queue_mem_reclaim()
511 return lq->lq_cnt_mem_active < LQ_MAX_LM_SLOTS; in log_queue_needs_memory()
636 assert(lm_count <= LQ_MAX_LM_SLOTS); in log_queue_init_memory()
[all …]