Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c379 stp->sd_pollist.ph_list = NULL; in stropen()
745 if (stp->sd_pollist.ph_list != NULL) { in strclose()
746 pollwakeup(&stp->sd_pollist, POLLERR); in strclose()
747 pollhead_clean(&stp->sd_pollist); in strclose()
749 ASSERT(stp->sd_pollist.ph_list == NULL); in strclose()
1850 pollwakeup(&stp->sd_pollist, pollwakeups); in strrput()
1992 pollwakeup(&stp->sd_pollist, POLLERR); in strrput_nondata()
2040 pollwakeup(&stp->sd_pollist, POLLERR); in strrput_nondata()
2951 pollwakeup(&stp->sd_pollist, POLLWRNORM); in strwsrv()
2988 pollwakeup(&stp->sd_pollist, POLLWRBAND); in strwsrv()
[all …]
H A Dstrsubr.c4200 pollwakeup(&stp->sd_pollist, POLLHUP); in strhup()
8002 pollwakeup(&stp->sd_pollist, POLLERR); in strsetrerror()
8038 pollwakeup(&stp->sd_pollist, POLLERR); in strsetwerror()
8069 pollwakeup(&stp->sd_pollist, POLLIN|POLLRDNORM); in strseteof()
/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c2768 PH_ENTER(&stp->sd_pollist); in pollcheckphlist()
2769 pdp = stp->sd_pollist.ph_list; in pollcheckphlist()
2774 PH_EXIT(&stp->sd_pollist); in pollcheckphlist()
2875 PH_ENTER(&stp->sd_pollist); in checkwfdlist()
2876 for (pdp = stp->sd_pollist.ph_list; pdp; pdp = pdp->pd_next) { in checkwfdlist()
2887 PH_EXIT(&stp->sd_pollist); in checkwfdlist()
/titanic_50/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1778 if (polllock(&stp->sd_pollist, &fn_lock->flk_lock) != 0) { in fifo_poll()
1862 *phpp = &stp->sd_pollist; in fifo_poll()
/titanic_50/usr/src/uts/common/sys/
H A Dstrsubr.h191 struct pollhead sd_pollist; /* list of all pollers to wake up */ member
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1619 pollwakeup(&stp->sd_pollist, POLLOUT); in strsock_discon_ind()
/titanic_50/usr/src/uts/common/io/
H A Dstream.c3563 pl = &stp->sd_pollist; in strwakeq()