Searched defs:oldtbl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c558 portfd_t **oldtbl; local
567 oldtbl = pcp->pc_hash;
576 pfd = oldtbl[i];
584 kmem_free(oldtbl, oldsize * sizeof (portfd_t *));
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c1112 polldat_t **oldtbl; local
1121 oldtbl = pcp->pc_hash;
1135 pdp = oldtbl[i];
1145 kmem_free(oldtbl, oldsize * sizeof (polldat_t *));

Completed in 99 milliseconds