Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dbtlog.c487 uint32_t max_refs_threshold = UINT32_MAX; in btlog_evict_elements_from_record() local
496 if (btlog->activerecord == recindex || record->ref_count > max_refs_threshold) { in btlog_evict_elements_from_record()
501 max_refs_threshold = record->ref_count; in btlog_evict_elements_from_record()