Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dbtlog.c1007 #define btlh_count btlh_hdr.btl_count macro
1010 struct bt_hash_entry btlh_entries[__counted_by(btlh_count)];
1056 return (struct bt_hash_head *)(btlh->btlh_entries + btlh->btlh_count); in __btlog_hash_hash()
1062 return btlh->btlh_count >> 2; in __btlog_hash_count()
1182 for (uint32_t i = 0; i < btlh->btlh_count; i++) { in __btlog_hash_destroy()
1277 if (pos + 1 == btlh->btlh_count) { in __btlog_hash_record()
1760 if (btlu.btl->btl_disabled || btlh->btlh_count == 0) { in btlog_guess_top()
1778 for (uint32_t i = 0; i < btlh->btlh_count; i++) { in btlog_guess_top()
1812 for (uint32_t i = 0; i < btlh->btlh_count; i++) { in btlog_guess_top()