Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dbtlog.c55 typedef union bt_stack { union
69 static_assert(sizeof(union bt_stack) == 64); /* allocation scheme needs it */
357 return (btl->btl_faulted_pos >> (3 + shift)) >= sizeof(union bt_stack); in __btlib_rehash_needed()
668 btl->btl_alloc_pos = sizeof(union bt_stack); in __btlib_init()
736 if (__improbable(btl->btl_alloc_pos + sizeof(union bt_stack) > in __btlib_insert()
743 btl->btl_alloc_pos = ref + sizeof(union bt_stack); in __btlib_insert()
827 union bt_stack needle; in __btlib_get()