Searched refs:old_table (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 211 TABELEM *old_table; in hcreate() local 230 old_table = table; in hcreate() 235 if (old_table != NULL) in hcreate() 236 free(old_table); in hcreate()
|
/illumos-gate/usr/src/cmd/sunpc/sys/ |
H A D | dos_iso.h | 41 #ifdef old_table
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | vmem.c | 1672 vmem_seg_t **old_table, **new_table, *vsp; in vmem_hash_rescale() local 1694 old_table = vmp->vm_hash_table; in vmem_hash_rescale() 1701 vsp = old_table[h]; in vmem_hash_rescale() 1714 if (old_table != vmp->vm_hash0) in vmem_hash_rescale() 1715 vmem_free(vmem_hash_arena, old_table, in vmem_hash_rescale()
|
H A D | kmem.c | 3327 kmem_bufctl_t **old_table, **new_table, *bcp; in kmem_hash_rescale() local 3348 old_table = cp->cache_hash_table; in kmem_hash_rescale() 3355 bcp = old_table[h]; in kmem_hash_rescale() 3368 vmem_free(kmem_hash_arena, old_table, old_size * sizeof (void *)); in kmem_hash_rescale()
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | vmem.c | 1594 vmem_seg_t **old_table, **new_table, *vsp; in vmem_hash_rescale() local 1614 old_table = vmp->vm_hash_table; in vmem_hash_rescale() 1621 vsp = old_table[h]; in vmem_hash_rescale() 1634 if (old_table != vmp->vm_hash0) in vmem_hash_rescale() 1635 vmem_free(vmem_hash_arena, old_table, in vmem_hash_rescale()
|
H A D | umem.c | 2416 umem_bufctl_t **old_table, **new_table, *bcp; in umem_hash_rescale() local 2437 old_table = cp->cache_hash_table; in umem_hash_rescale() 2444 bcp = old_table[h]; in umem_hash_rescale() 2457 vmem_free(umem_hash_arena, old_table, old_size * sizeof (void *)); in umem_hash_rescale()
|