Home
last modified time | relevance | path

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

/xnu-10063.141.1/libkern/os/
H A Dlog_queue.c503 const uint64_t total_log_cnt = counter_load(&log_queue_cnt_received); in log_queue_can_release_memory() local
504 return total_log_cnt > LQ_DEFAULT_FREE_AFTER_CNT; in log_queue_can_release_memory()