Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dbtlog.c971 uint32_t btl_disabled : 1; member
1139 if (__improbable(btll->btll_hdr.btl_disabled)) { in __btlog_log_record()
1268 if (__improbable(btlh->btlh_hdr.btl_disabled)) { in __btlog_hash_record()
1323 if (__improbable(btlh->btlh_hdr.btl_disabled)) { in __btlog_hash_erase()
1415 if (!btlu.btl->btl_disabled) { in btlog_destroy()
1442 assert(btlu.btl->btl_disabled); in btlog_enable()
1443 btlu.btl->btl_disabled = false; in btlog_enable()
1456 assert(!btlu.btl->btl_disabled); in btlog_disable()
1457 btlu.btl->btl_disabled = true; in btlog_disable()
1504 if (btlu.btl->btl_disabled) { in btlog_record()
[all …]