Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/uts/common/sys/
H A Dpoll.h120 } pollhead_t; typedef
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) */
/titanic_50/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c149 short *reventsp, pollhead_t **php) in ctfs_endpoint_poll()
319 pollhead_t **php, in ctfs_ev_poll()
479 pollhead_t **php, in ctfs_bu_poll()
/titanic_50/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.h71 short *reventsp, pollhead_t **phpp);
/titanic_50/usr/src/uts/sun4u/sys/
H A Dtodds1287.h67 pollhead_t pollhd; /* poll head struct */
/titanic_50/usr/src/uts/sun4u/daktari/sys/
H A Dhpc3130_dak.h231 pollhead_t pollhead[HPC3130_MAX_SLOT];
/titanic_50/usr/src/uts/intel/io/ipmi/
H A Dipmi_main.c173 dev->ipmi_pollhead = kmem_zalloc(sizeof (pollhead_t), KM_SLEEP); in ipmi_open()
228 kmem_free(dp->ipmi_pollhead, sizeof (pollhead_t)); in ipmi_close()
450 pollhead_t **phpp) in ipmi_poll()
H A Dipmivars.h87 pollhead_t *ipmi_pollhead;
/titanic_50/usr/src/uts/common/fs/portfs/
H A Dport_fd.c43 static int port_bind_pollhead(pollhead_t **, polldat_t *, short *);
523 port_bind_pollhead(pollhead_t **php, polldat_t *pdp, short *revents) in port_bind_pollhead()
/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c310 polllock(pollhead_t *php, kmutex_t *lp) in polllock()
769 pollwakeup(pollhead_t *php, short events_arg) in pollwakeup()
974 pollhead_insert(pollhead_t *php, polldat_t *pdp) in pollhead_insert()
998 pollhead_delete(pollhead_t *php, polldat_t *pdp) in pollhead_delete()
1297 pollhead_t *memphp = NULL; in pcache_insert()
1907 pollhead_t *php; in pcache_poll()
2646 pollhead_clean(pollhead_t *php) in pollhead_clean()
3052 pollhead_t *php; in plist_chkdupfd()
/titanic_50/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.c131 pollhead_t sfd_pollhd; /* poll head */
H A Dpower.c163 pollhead_t pollhd; /* poll head struct */
H A Dtty_pty.c985 pollhead_t *php = &ptcph; in ptcpoll()
H A Ddevpoll.c257 pollhead_t *php; in dp_pcache_poll()
/titanic_50/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1214 mntpoll(vnode_t *vp, short ev, int any, short *revp, pollhead_t **phpp, in mntpoll()
1228 *phpp = (pollhead_t *)NULL; in mntpoll()
1237 if (*phpp == (pollhead_t *)NULL) in mntpoll()
/titanic_50/usr/src/uts/common/fs/namefs/
H A Dnamevno.c459 pollhead_t **phpp, caller_context_t *ct) in nm_poll()
/titanic_50/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) in evtchndrv_poll()
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c248 int anyyet, short *reventsp, pollhead_t **phpp) in sol_uverbs_event_file_poll()
/titanic_50/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) in fifo_poll()
/titanic_50/usr/src/uts/common/io/ksocket/
H A Dksocket.c734 pollhead_t *php, *php2; in ksocket_spoll()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprvnops.c5912 pollhead_t **phpp, caller_context_t *ct) in prpoll()
5916 pollhead_t *php = &pcp->prc_pollhead; in prpoll()
5935 *phpp = (pollhead_t *)NULL; in prpoll()

12