port_fdcache_t
portq->portq_pcp = kmem_zalloc(sizeof (port_fdcache_t), KM_SLEEP);
pcp = (port_fdcache_t *)pdp->pd_pcache;
port_cache_lookup_fp(port_fdcache_t *pcp, int fd, file_t *fp)
port_fdcache_t *pcp;
port_fdcache_t *pcp;
static void port_cache_insert_fd(port_fdcache_t *, polldat_t *);
port_cache_grow_hashtbl(port_fdcache_t *pcp)
port_cache_insert_fd(port_fdcache_t *pcp, polldat_t *pdp)
port_remove_portfd(polldat_t *pdp, port_fdcache_t *pcp)
port_pcache_destroy(port_fdcache_t *pcp)
kmem_free(pcp, sizeof (port_fdcache_t));
port_fdcache_t *pcp;
port_fdcache_t *pcp;
kmem_free(portq->portq_pcp, sizeof (port_fdcache_t));
port_pcache_remove_fd(port_fdcache_t *pcp, portfd_t *pfd)
port_remove_fd_object(portfd_t *pfd, port_t *pp, port_fdcache_t *pcp)
port_fdcache_t *pcp;
void port_pcache_remove_fd(port_fdcache_t *, portfd_t *);
int port_remove_fd_object(portfd_t *, struct port *, port_fdcache_t *);
CTASSERT(offsetof(pollcache_t, pc_lock) == offsetof(port_fdcache_t, pc_lock));
CTASSERT(offsetof(pollcache_t, pc_flag) == offsetof(port_fdcache_t, pc_flag));