Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dbtlog.c164 uint32_t btl_faulted_pos; member
339 if (btl->btl_faulted_pos >= btl->btl_alloc_pos + PAGE_SIZE / 2) { in __btlib_growth_needed()
343 if (btl->btl_faulted_pos == btl->btl_max_pos && in __btlib_growth_needed()
357 return (btl->btl_faulted_pos >> (3 + shift)) >= sizeof(union bt_stack); in __btlib_rehash_needed()
390 if (btl->btl_faulted_pos == btl->btl_max_pos) { in __btlib_grow()
406 if (btl->btl_faulted_pos < btl->btl_alloc_pos + PAGE_SIZE / 2) { in __btlib_grow()
409 addr = btl->btl_slabs[slab] + btl->btl_faulted_pos; in __btlib_grow()
419 btl->btl_faulted_pos += PAGE_SIZE; in __btlib_grow()
737 btl->btl_faulted_pos)) { in __btlib_insert()