Home
last modified time | relevance | path

Searched refs:oldtbl (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport_fd.c558 portfd_t **oldtbl; in port_cache_grow_hashtbl() local
567 oldtbl = pcp->pc_hash; in port_cache_grow_hashtbl()
576 pfd = oldtbl[i]; in port_cache_grow_hashtbl()
584 kmem_free(oldtbl, oldsize * sizeof (portfd_t *)); in port_cache_grow_hashtbl()
/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c1114 polldat_t **oldtbl; in pcache_grow_hashtbl() local
1123 oldtbl = pcp->pc_hash; in pcache_grow_hashtbl()
1137 pdp = oldtbl[i]; in pcache_grow_hashtbl()
1147 kmem_free(oldtbl, oldsize * sizeof (polldat_t *)); in pcache_grow_hashtbl()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_ioctl.c2441 cachefs_inum_trans_t *oldtbl; in cachefs_inum_register() local
2474 oldtbl = fscp->fs_inum_trans; in cachefs_inum_register()
2487 tbl = oldtbl + i; in cachefs_inum_register()
2497 cachefs_kmem_free(oldtbl, oldsize * in cachefs_inum_register()