Searched refs:old_table (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_cache.c | 3101 struct smrq_list_head *old_table; in resize_namecache() local 3140 old_table = nchashtbl; in resize_namecache() 3149 old_head = &old_table[i]; in resize_namecache() 3165 hashdestroy(old_table, M_CACHE, old_size - 1); in resize_namecache() 3352 struct stringhead *old_table; in resize_string_ref_table() local 3381 old_table = string_ref_table; in resize_string_ref_table() 3391 old_head = &old_table[i]; in resize_string_ref_table() 3404 hashdestroy(old_table, M_CACHE, old_mask); in resize_string_ref_table()
|
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_voucher.c | 563 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-11215/bsd/skywalk/mem/ |
| H A D | skmem_cache.c | 2033 struct skmem_bufctl_bkt *__indexable old_table, *new_table; in skmem_cache_hash_rescale() local 2067 old_table = skm->skm_hash_table; in skmem_cache_hash_rescale() 2075 struct skmem_bufctl_bkt *bcb = &old_table[i]; in skmem_cache_hash_rescale() 2100 sk_free_type_array(struct skmem_bufctl_bkt, old_size, old_table); in skmem_cache_hash_rescale()
|
| H A D | skmem_region.c | 1953 struct sksegment_bkt *__indexable old_table, *new_table; in skmem_region_hash_rescale() local 1994 old_table = skr->skr_hash_table; in skmem_region_hash_rescale() 2002 struct sksegment_bkt *sgb = &old_table[i]; in skmem_region_hash_rescale() 2022 sk_free_type_array(struct sksegment_bkt, old_size, old_table); in skmem_region_hash_rescale()
|