Lines Matching refs:pollcache_t

249 	pollcache_t *pcp;  in pollunlock()
287 CTASSERT(offsetof(pollcache_t, pc_lock) == offsetof(port_fdcache_t, pc_lock));
288 CTASSERT(offsetof(pollcache_t, pc_flag) == offsetof(port_fdcache_t, pc_flag));
294 pollcache_t *pcp; in pollrelock()
340 pollcache_t *pcp; in poll_common()
712 pollcache_t *pcp; in pollcleanup()
792 pollcache_t *pcp; in pollwakeup()
934 pollnotify(pollcache_t *pcp, int fd) in pollnotify()
1085 pcache_lookup_fd(pollcache_t *pcp, int fd) in pcache_lookup_fd()
1118 pcache_insert_fd(pollcache_t *pcp, polldat_t *pdp, nfds_t nfds) in pcache_insert_fd()
1152 pcache_grow_hashtbl(pollcache_t *pcp, nfds_t nfds) in pcache_grow_hashtbl()
1193 pcache_grow_map(pollcache_t *pcp, int fd) in pcache_grow_map()
1223 pcache_clean(pollcache_t *pcp) in pcache_clean()
1299 pollcache_t *pcp = ps->ps_pcache; in pcache_insert()
1452 pollcache_t *pcp = ps->ps_pcache; in pcache_delete_fd()
1527 pcache_update_xref(pollcache_t *pcp, int fd, ssize_t pos, int which) in pcache_update_xref()
1547 pollcache_t *pcp = ps->ps_pcache; in pollchecksanity()
1584 pollcache_t *pcp = ps->ps_pcache; in pcacheset_resolve()
1876 pollscanrevents(pollcache_t *pcp, pollfd_t *pollfdp, nfds_t nfds) in pollscanrevents()
1906 pollcache_t *pcp; in pcache_poll()
2231 pollcache_t *pcp; in pcache_clean_entry()
2295 pcache_wake_parents(pollcache_t *pcp) in pcache_wake_parents()
2360 pollstate_contend(pollstate_t *ps, pollcache_t *pcp) in pollstate_contend()
2363 pollcache_t *desired_pc; in pollstate_contend()
2484 pollstate_enter(pollcache_t *pcp) in pollstate_enter()
2526 pollstate_exit(pollcache_t *pcp) in pollstate_exit()
2547 pollcache_t *pcp = fpip->fp_thread->t_pollstate->ps_pcache; in pollblockexit()
2571 pollcache_t *pcp = ps->ps_pcache; in pollcacheclean()
2663 pollcache_t *pcp; in pollhead_clean()
2795 pollcache_t *pcp = ps->ps_pcache; in pollcheckxref()
2836 pollcache_t *pcp = ps->ps_pcache; in checkpolldat()
2905 pollcache_t *pcp = ps->ps_pcache; in pollcheckrevents()
2942 pollcache_t *
2945 return (kmem_zalloc(sizeof (pollcache_t), KM_SLEEP)); in pcache_alloc()
2949 pcache_create(pollcache_t *pcp, nfds_t nfds) in pcache_create()
2979 pcache_destroy(pollcache_t *pcp) in pcache_destroy()
3010 kmem_free(pcp, sizeof (pollcache_t)); in pcache_destroy()
3061 pollcache_t *pcp = psp->ps_pcache; in plist_chkdupfd()