Searched refs:pollhead_t (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h120 } pollhead_t; typedef in typeref:struct:pollhead
128 extern void pollwakeup(pollhead_t *, short);
133 extern int polllock(pollhead_t *, kmutex_t *);
145 extern void pollhead_clean(pollhead_t *);
H A Dpoll_impl.h219 pollhead_t *pd_php; /* used to undo poll registration */
271 extern void pollhead_clean(pollhead_t *);
279 extern void pollhead_insert(pollhead_t *, polldat_t *);
280 extern void pollhead_delete(pollhead_t *, polldat_t *);
H A Dport_impl.h140 pollhead_t port_pollhd;
H A Dcontract_impl.h311 pollhead_t ctl_pollhead; /* so we can poll(2) */
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.h71 short *reventsp, pollhead_t **phpp);
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c149 short *reventsp, pollhead_t **php)
319 pollhead_t **php,
479 pollhead_t **php,
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodds1287.h67 pollhead_t pollhd; /* poll head struct */
/illumos-gate/usr/src/uts/sun4u/daktari/sys/
H A Dhpc3130_dak.h231 pollhead_t pollhead[HPC3130_MAX_SLOT];
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmivars.h87 pollhead_t *ipmi_pollhead;
H A Dipmi_main.c171 dev->ipmi_pollhead = kmem_zalloc(sizeof (pollhead_t), KM_SLEEP);
226 kmem_free(dp->ipmi_pollhead, sizeof (pollhead_t));
448 pollhead_t **phpp)
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fd.c43 static int port_bind_pollhead(pollhead_t **, polldat_t *, short *);
167 * The VOP_POLL interface can also deliver a pointer to a pollhead_t structure
172 * pollhead_t structure. In such a case the corresponding file system behind
523 port_bind_pollhead(pollhead_t **php, polldat_t *pdp, short *revents)
528 /* polldat_t associated with another pollhead_t pointer */
536 * the pointer to the pollhead_t structure.
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c306 polllock(pollhead_t *php, kmutex_t *lp)
765 pollwakeup(pollhead_t *php, short events_arg)
940 pollhead_insert(pollhead_t *php, polldat_t *pdp)
964 pollhead_delete(pollhead_t *php, polldat_t *pdp)
1263 pollhead_t *memphp = NULL;
1873 pollhead_t *php;
2612 pollhead_clean(pollhead_t *php)
3018 pollhead_t *php;
/illumos-gate/usr/src/uts/common/io/
H A Deventfd.c38 pollhead_t efd_pollhd; /* poll head */
H A Dtimerfd.c39 pollhead_t tfd_pollhd; /* poll head */
H A Dsignalfd.c126 pollhead_t spw_pollhd;
H A Dpower.c163 pollhead_t pollhd; /* poll head struct */
H A Dtty_pty.c985 pollhead_t *php = &ptcph;
H A Ddevpoll.c257 pollhead_t *php;
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c459 pollhead_t **phpp, caller_context_t *ct)
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1214 mntpoll(vnode_t *vp, short ev, int any, short *revp, pollhead_t **phpp,
1228 *phpp = (pollhead_t *)NULL;
1237 if (*phpp == (pollhead_t *)NULL)
/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c446 evtchndrv_poll(dev_t dev, short ev, int anyyet, short *revp, pollhead_t **phpp)
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c248 int anyyet, short *reventsp, pollhead_t **phpp)
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c94 static int fifo_poll(vnode_t *, short, int, short *, pollhead_t **,
1763 pollhead_t **phpp, caller_context_t *ct)
/illumos-gate/usr/src/uts/common/io/ksocket/
H A Dksocket.c734 pollhead_t *php, *php2;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c5940 pollhead_t **phpp, caller_context_t *ct)
5944 pollhead_t *php = &pcp->prc_pollhead;
5963 *phpp = (pollhead_t *)NULL;

Completed in 149 milliseconds

12