Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c378 stp->sd_pollist.ph_list = NULL; in stropen()
744 if (stp->sd_pollist.ph_list != NULL) { in strclose()
745 pollwakeup(&stp->sd_pollist, POLLERR); in strclose()
746 pollhead_clean(&stp->sd_pollist); in strclose()
748 ASSERT(stp->sd_pollist.ph_list == NULL); in strclose()
1849 pollwakeup(&stp->sd_pollist, pollwakeups); in strrput()
1991 pollwakeup(&stp->sd_pollist, POLLERR); in strrput_nondata()
2039 pollwakeup(&stp->sd_pollist, POLLERR); in strrput_nondata()
2950 pollwakeup(&stp->sd_pollist, POLLWRNORM); in strwsrv()
2987 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_41/usr/src/uts/common/syscall/
H A Dpoll.c2529 PH_ENTER(&stp->sd_pollist); in pollcheckphlist()
2530 pdp = stp->sd_pollist.ph_list; in pollcheckphlist()
2535 PH_EXIT(&stp->sd_pollist); in pollcheckphlist()
2636 PH_ENTER(&stp->sd_pollist); in checkwfdlist()
2637 for (pdp = stp->sd_pollist.ph_list; pdp; pdp = pdp->pd_next) { in checkwfdlist()
2648 PH_EXIT(&stp->sd_pollist); in checkwfdlist()
/titanic_41/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1776 polllock(&stp->sd_pollist, &fn_lock->flk_lock); in fifo_poll()
1858 *phpp = &stp->sd_pollist; in fifo_poll()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h191 struct pollhead sd_pollist; /* list of all pollers to wake up */ member
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1619 pollwakeup(&stp->sd_pollist, POLLOUT); in strsock_discon_ind()
/titanic_41/usr/src/uts/common/io/
H A Dstream.c3563 pl = &stp->sd_pollist; in strwakeq()