Searched refs:bt_stack (Results 1 – 1 of 1) sorted by relevance
54 typedef union bt_stack { union68 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()