Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/vfs/
H A Dvfs_cache.c3041 struct smrq_list_head *old_table; in resize_namecache() local
3072 old_table = nchashtbl; in resize_namecache()
3081 old_head = &old_table[i]; in resize_namecache()
3097 hashdestroy(old_table, M_CACHE, old_size - 1); in resize_namecache()
3282 struct stringhead *old_table; in resize_string_ref_table() local
3311 old_table = string_ref_table; in resize_string_ref_table()
3321 old_head = &old_table[i]; in resize_string_ref_table()
3334 hashdestroy(old_table, M_CACHE, old_mask); in resize_string_ref_table()
/xnu-8796.141.3/osfmk/ipc/
H A Dipc_voucher.c564 ivac_entry_t new_table = NULL, old_table = NULL; in ivac_grow_table() local
603 old_table = ivac->ivac_table; in ivac_grow_table()
614 if (old_table) { in ivac_grow_table()
616 kfree_type(struct ivac_entry_s, old_size, old_table); in ivac_grow_table()
/xnu-8796.141.3/bsd/skywalk/mem/
H A Dskmem_region.c1900 struct sksegment_bkt *old_table, *new_table; in skmem_region_hash_rescale() local
1941 old_table = skr->skr_hash_table; in skmem_region_hash_rescale()
1948 struct sksegment_bkt *sgb = &old_table[i]; in skmem_region_hash_rescale()
1968 sk_free_type_array(struct sksegment_bkt, old_size, old_table); in skmem_region_hash_rescale()
H A Dskmem_cache.c2612 struct skmem_bufctl_bkt *old_table, *new_table; in skmem_cache_hash_rescale() local
2646 old_table = skm->skm_hash_table; in skmem_cache_hash_rescale()
2653 struct skmem_bufctl_bkt *bcb = &old_table[i]; in skmem_cache_hash_rescale()
2678 sk_free_type_array(struct skmem_bufctl_bkt, old_size, old_table); in skmem_cache_hash_rescale()