Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dbtlog.c164 uint32_t btl_max_pos; member
342 if (btl->btl_faulted_pos == btl->btl_max_pos && in __btlib_growth_needed()
389 if (btl->btl_faulted_pos == btl->btl_max_pos) { in __btlib_grow()
391 vm_size_t size = btl->btl_max_pos; in __btlib_grow()
402 btl->btl_max_pos += size; in __btlib_grow()
666 btl->btl_max_pos = BTL_SIZE_INIT; in __btlib_init()