Home
last modified time | relevance | path

Searched refs:pollcache_t (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dpoll_impl.h103 typedef struct pollcache pollcache_t; typedef
132 pollcache_t *ps_pcache; /* cached poll fd set */
138 pollcache_t *ps_pc_stack[POLLMAXDEPTH]; /* epoll recursion state */
139 pollcache_t *ps_contend_pc; /* pollcache waited on */
202 pollcache_t *pcl_child_pc; /* child pollcache */
203 pollcache_t *pcl_parent_pc; /* parent pollcache */
221 pollcache_t *pd_pcache; /* a ptr to the pollcache of this fd */
264 extern void pollnotify(pollcache_t *, int);
292 extern int pollstate_enter(pollcache_t *);
293 extern void pollstate_exit(pollcache_t *);
[all …]
H A Ddevpoll.h77 pollcache_t *dpe_pcache; /* a ptr to pollcache */
/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c252 pollcache_t *pcp; in pollunlock()
289 pollcache_t *pcp; in pollrelock()
335 pollcache_t *pcp; in poll_common()
707 pollcache_t *pcp; in pollcleanup()
811 pollcache_t *pcp; in pollwakeup()
959 pollnotify(pollcache_t *pcp, int fd) in pollnotify()
1076 pcache_lookup_fd(pollcache_t *pcp, int fd) in pcache_lookup_fd()
1109 pcache_insert_fd(pollcache_t *pcp, polldat_t *pdp, nfds_t nfds) in pcache_insert_fd()
1143 pcache_grow_hashtbl(pollcache_t *pcp, nfds_t nfds) in pcache_grow_hashtbl()
1184 pcache_grow_map(pollcache_t *pcp, int fd) in pcache_grow_map()
[all …]
/titanic_50/usr/src/uts/common/io/
H A Ddevpoll.c126 static void pcachelink_assoc(pollcache_t *, pollcache_t *);
127 static void pcachelink_mark_stale(pollcache_t *);
128 static void pcachelink_purge_stale(pollcache_t *);
129 static void pcachelink_purge_all(pollcache_t *);
249 pollcache_t *pcp, nfds_t nfds, int *fdcntp) in dp_pcache_poll()
569 pollcache_t *pcp; in dpopen()
636 pollcache_t *pcp; in dpwrite()
993 pollcache_t *pcp; in dpioctl()
1396 pollcache_t *pcp; in dppoll()
1467 pollcache_t *pcp; in dpclose()
[all …]
/titanic_50/usr/src/uts/common/fs/portfs/
H A Dport_fd.c317 curthread->t_pollcache = (pollcache_t *)pcp; in port_associate_fd()
546 curthread->t_pollcache = (pollcache_t *)pdp->pd_pcache; in port_bind_pollhead()
/titanic_50/usr/src/uts/common/io/ksocket/
H A Dksocket.c736 pollcache_t *pcp; in ksocket_spoll()