Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c162 uint32_t btl_alloc_pos; member
338 if (btl->btl_faulted_pos >= btl->btl_alloc_pos + PAGE_SIZE / 2) { in __btlib_growth_needed()
405 if (btl->btl_faulted_pos < btl->btl_alloc_pos + PAGE_SIZE / 2) { in __btlib_grow()
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()
741 ref = btl->btl_alloc_pos; in __btlib_insert()
742 btl->btl_alloc_pos = ref + sizeof(union bt_stack); in __btlib_insert()
831 if (bt_library.btl_alloc_pos == 0) { in __btlib_get()
/xnu-8020.121.3/tools/lldbmacros/
H A Dbtlog.py260 btl._btl, btl.get_size(), btl._btl.btl_alloc_pos // 64,