Searched refs:sd_pollist (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | streamio.c | 379 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 D | strsubr.c | 4200 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 D | poll.c | 2768 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 D | fifovnops.c | 1778 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 D | strsubr.h | 191 struct pollhead sd_pollist; /* list of all pollers to wake up */ member
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 1619 pollwakeup(&stp->sd_pollist, POLLOUT); in strsock_discon_ind()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | stream.c | 3563 pl = &stp->sd_pollist; in strwakeq()
|