Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dbtlog.c165 uint32_t btl_max_pos; member
343 if (btl->btl_faulted_pos == btl->btl_max_pos && in __btlib_growth_needed()
390 if (btl->btl_faulted_pos == btl->btl_max_pos) { in __btlib_grow()
392 vm_size_t size = btl->btl_max_pos; in __btlib_grow()
403 btl->btl_max_pos += size; in __btlib_grow()
667 btl->btl_max_pos = BTL_SIZE_INIT; in __btlib_init()