Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dbtlog.c500 uint32_t param_old, size_old, mask; in __btlib_rehash_and_lock() local
511 size_old = 1u << BTL_PARAM_SHIFT(param_old); in __btlib_rehash_and_lock()
512 bthp = kalloc_type(bt_hash_t, 2 * size_old, Z_WAITOK_ZERO); in __btlib_rehash_and_lock()
519 for (uint32_t i = 0; i < size_old; i++) { in __btlib_rehash_and_lock()
535 for (uint32_t i = 0; i < size_old; i++) { in __btlib_rehash_and_lock()
566 for (uint32_t i = 0; i < size_old; i += 2) { in __btlib_rehash_and_lock()
571 if (size_old >= 2) { in __btlib_rehash_and_lock()
572 for (uint32_t i = size_old; i < 2 * size_old; i += 2) { in __btlib_rehash_and_lock()
584 kfree_type(bt_hash_t, size_old, bthp_old); in __btlib_rehash_and_lock()
595 for (uint32_t i = 0; i < size_old; i += 2) { in __btlib_rehash_and_lock()
[all …]