Searched refs:btl_disabled (Results 1 – 1 of 1) sorted by relevance
973 uint32_t btl_disabled : 1; member1149 if (__improbable(btll->btll_hdr.btl_disabled)) { in __btlog_log_record()1278 if (__improbable(btlh->btlh_hdr.btl_disabled)) { in __btlog_hash_record()1333 if (__improbable(btlh->btlh_hdr.btl_disabled)) { in __btlog_hash_erase()1425 if (!btlu.btl->btl_disabled) { in btlog_destroy()1452 assert(btlu.btl->btl_disabled); in btlog_enable()1453 btlu.btl->btl_disabled = false; in btlog_enable()1466 assert(!btlu.btl->btl_disabled); in btlog_disable()1467 btlu.btl->btl_disabled = true; in btlog_disable()1514 if (btlu.btl->btl_disabled) { in btlog_record()[all …]