Searched refs:btl_disabled (Results 1 – 1 of 1) sorted by relevance
974 uint32_t btl_disabled : 1; member1150 if (__improbable(btll->btll_hdr.btl_disabled)) { in __btlog_log_record()1279 if (__improbable(btlh->btlh_hdr.btl_disabled)) { in __btlog_hash_record()1334 if (__improbable(btlh->btlh_hdr.btl_disabled)) { in __btlog_hash_erase()1426 if (!btlu.btl->btl_disabled) { in btlog_destroy()1451 assert(btlu.btl->btl_disabled); in btlog_enable()1452 btlu.btl->btl_disabled = false; in btlog_enable()1462 assert(!btlu.btl->btl_disabled); in btlog_disable()1463 btlu.btl->btl_disabled = true; in btlog_disable()1510 if (btlu.btl->btl_disabled) { in btlog_record()[all …]