Home
last modified time | relevance | path

Searched refs:sd_pollist (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c426 stp->sd_pollist.ph_list = NULL; in stropen()
798 if (stp->sd_pollist.ph_list != NULL) { in strclose()
799 pollwakeup(&stp->sd_pollist, POLLERR); in strclose()
800 pollhead_clean(&stp->sd_pollist); in strclose()
802 ASSERT(stp->sd_pollist.ph_list == NULL); in strclose()
1919 pollwakeup(&stp->sd_pollist, pollwakeups); in strrput()
2061 pollwakeup(&stp->sd_pollist, POLLERR); in strrput_nondata()
2109 pollwakeup(&stp->sd_pollist, POLLERR); in strrput_nondata()
8356 if (polllock(&stp->sd_pollist, in strpoll()
8374 if (polllock(&stp->sd_pollist, in strpoll()
[all …]
H A Dstrsubr.c4225 pollwakeup(&stp->sd_pollist, POLLHUP); in strhup()
8035 pollwakeup(&stp->sd_pollist, POLLERR); in strsetrerror()
8071 pollwakeup(&stp->sd_pollist, POLLERR); in strsetwerror()
8102 pollwakeup(&stp->sd_pollist, POLLIN|POLLRDNORM); in strseteof()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c2773 PH_ENTER(&stp->sd_pollist); in pollcheckphlist()
2774 pdp = stp->sd_pollist.ph_list; in pollcheckphlist()
2779 PH_EXIT(&stp->sd_pollist); in pollcheckphlist()
2883 PH_ENTER(&stp->sd_pollist); in checkwfdlist()
2884 for (pdp = stp->sd_pollist.ph_list; pdp; pdp = pdp->pd_next) { in checkwfdlist()
2895 PH_EXIT(&stp->sd_pollist); in checkwfdlist()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1786 if (polllock(&stp->sd_pollist, &fn_lock->flk_lock) != 0) { in fifo_poll()
1870 *phpp = &stp->sd_pollist; in fifo_poll()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h198 struct pollhead sd_pollist; /* list of all pollers to wake up */ member
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1619 pollwakeup(&stp->sd_pollist, POLLOUT); in strsock_discon_ind()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3544 pl = &stp->sd_pollist; in strwakeq()