Searched refs:old_table (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_cache.c | 3078 struct smrq_list_head *old_table; in resize_namecache() local 3117 old_table = nchashtbl; in resize_namecache() 3126 old_head = &old_table[i]; in resize_namecache() 3142 hashdestroy(old_table, M_CACHE, old_size - 1); in resize_namecache() 3329 struct stringhead *old_table; in resize_string_ref_table() local 3358 old_table = string_ref_table; in resize_string_ref_table() 3368 old_head = &old_table[i]; in resize_string_ref_table() 3381 hashdestroy(old_table, M_CACHE, old_mask); in resize_string_ref_table()
|
| /xnu-10063.141.1/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-10063.141.1/bsd/skywalk/mem/ |
| H A D | skmem_region.c | 1903 struct sksegment_bkt *old_table, *new_table; in skmem_region_hash_rescale() local 1944 old_table = skr->skr_hash_table; in skmem_region_hash_rescale() 1951 struct sksegment_bkt *sgb = &old_table[i]; in skmem_region_hash_rescale() 1971 sk_free_type_array(struct sksegment_bkt, old_size, old_table); in skmem_region_hash_rescale()
|
| H A D | skmem_cache.c | 2730 struct skmem_bufctl_bkt *old_table, *new_table; in skmem_cache_hash_rescale() local 2764 old_table = skm->skm_hash_table; in skmem_cache_hash_rescale() 2771 struct skmem_bufctl_bkt *bcb = &old_table[i]; in skmem_cache_hash_rescale() 2796 sk_free_type_array(struct skmem_bufctl_bkt, old_size, old_table); in skmem_cache_hash_rescale()
|