Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c54 typedef union bt_stack { union
68 static_assert(sizeof(union bt_stack) == 64); /* allocation scheme needs it */
356 return (btl->btl_faulted_pos >> (3 + shift)) >= sizeof(union bt_stack); in __btlib_rehash_needed()
667 btl->btl_alloc_pos = sizeof(union bt_stack); in __btlib_init()
735 if (__improbable(btl->btl_alloc_pos + sizeof(union bt_stack) > in __btlib_insert()
742 btl->btl_alloc_pos = ref + sizeof(union bt_stack); in __btlib_insert()
826 union bt_stack needle; in __btlib_get()