Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dbtlog.c501 uint32_t param_old, size_old, mask; in __btlib_rehash_and_lock() local
512 size_old = 1u << BTL_PARAM_SHIFT(param_old); in __btlib_rehash_and_lock()
513 bthp = kalloc_type(bt_hash_t, 2 * size_old, Z_WAITOK_ZERO); in __btlib_rehash_and_lock()
520 for (uint32_t i = 0; i < size_old; i++) { in __btlib_rehash_and_lock()
536 for (uint32_t i = 0; i < size_old; i++) { in __btlib_rehash_and_lock()
567 for (uint32_t i = 0; i < size_old; i += 2) { in __btlib_rehash_and_lock()
572 if (size_old >= 2) { in __btlib_rehash_and_lock()
573 for (uint32_t i = size_old; i < 2 * size_old; i += 2) { in __btlib_rehash_and_lock()
585 kfree_type(bt_hash_t, size_old, bthp_old); in __btlib_rehash_and_lock()
596 for (uint32_t i = 0; i < size_old; i += 2) { in __btlib_rehash_and_lock()
[all …]