Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dbtlog.c163 uint32_t btl_alloc_pos; member
339 if (btl->btl_faulted_pos >= btl->btl_alloc_pos + PAGE_SIZE / 2) { in __btlib_growth_needed()
406 if (btl->btl_faulted_pos < btl->btl_alloc_pos + PAGE_SIZE / 2) { in __btlib_grow()
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()
742 ref = btl->btl_alloc_pos; in __btlib_insert()
743 btl->btl_alloc_pos = ref + sizeof(union bt_stack); in __btlib_insert()
832 if (bt_library.btl_alloc_pos == 0) { in __btlib_get()