Searched refs:ph_list (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll.h113 * Only the ph_list field is used, but for DDI compliance, we can't
117 struct polldat *ph_list; /* list of pollers */ member in struct:pollhead
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c779 for (pdp = php->ph_list; pdp; pdp = pdp->pd_next) {
936 * add a polldat entry to pollhead ph_list. The polldat struct is used
950 for (wp = php->ph_list; wp; wp = wp->pd_next) {
955 pdp->pd_next = php->ph_list;
956 php->ph_list = pdp;
961 * Delete the polldat entry from ph_list.
970 for (wpp = &php->ph_list; (wp = *wpp) != NULL; wpp = &wp->pd_next) {
2622 while (php->ph_list != NULL) {
2626 pdp = php->ph_list;
2634 php->ph_list
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Deventfd.c273 if (state->efd_pollhd.ph_list != NULL) {
H A Dtimerfd.c402 if (state->tfd_pollhd.ph_list != NULL) {
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c638 if (so->so_poll_list.ph_list != NULL) {
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c379 stp->sd_pollist.ph_list = NULL;
745 if (stp->sd_pollist.ph_list != NULL) {
749 ASSERT(stp->sd_pollist.ph_list == NULL);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c4649 ASSERT(pcp->prc_pollhead.ph_list == NULL);

Completed in 98 milliseconds