Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cache.c3135 struct smrq_list_head *old_table; in resize_namecache() local
3174 old_table = nchashtbl; in resize_namecache()
3183 old_head = &old_table[i]; in resize_namecache()
3199 hashdestroy(old_table, M_CACHE, old_size - 1); in resize_namecache()
3386 struct stringhead *old_table; in resize_string_ref_table() local
3415 old_table = string_ref_table; in resize_string_ref_table()
3425 old_head = &old_table[i]; in resize_string_ref_table()
3438 hashdestroy(old_table, M_CACHE, old_mask); in resize_string_ref_table()
/xnu-12377.81.4/osfmk/ipc/
H A Dipc_voucher.c563 ivac_entry_t new_table = NULL, old_table = NULL; in ivac_grow_table() local
602 old_table = ivac->ivac_table; in ivac_grow_table()
613 if (old_table) { in ivac_grow_table()
615 kfree_type(struct ivac_entry_s, old_size, old_table); in ivac_grow_table()
/xnu-12377.81.4/bsd/skywalk/mem/
H A Dskmem_cache.c2021 struct skmem_bufctl_bkt *__indexable old_table, *new_table; in skmem_cache_hash_rescale() local
2055 old_table = skm->skm_hash_table; in skmem_cache_hash_rescale()
2063 struct skmem_bufctl_bkt *bcb = &old_table[i]; in skmem_cache_hash_rescale()
2088 sk_free_type_array(struct skmem_bufctl_bkt, old_size, old_table); in skmem_cache_hash_rescale()
H A Dskmem_region.c1989 struct sksegment_bkt *__indexable old_table, *new_table; in skmem_region_hash_rescale() local
2030 old_table = skr->skr_hash_table; in skmem_region_hash_rescale()
2038 struct sksegment_bkt *sgb = &old_table[i]; in skmem_region_hash_rescale()
2058 sk_free_type_array(struct sksegment_bkt, old_size, old_table); in skmem_region_hash_rescale()