Searched refs:PRC_POLL (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h89 #define PRC_POLL 0x08 /* poll() in progress on this process/lwp */ macro
H A Dprsubr.c268 if (pcp->prc_flags & PRC_POLL) {
273 * This enables the use of the PRC_POLL flag for optimization
274 * (we can turn off PRC_POLL only if we know no pollers remain).
276 pcp->prc_flags &= ~PRC_POLL;
300 ASSERT(!(pcp->prc_flags & PRC_POLL));
H A Dprvnops.c6051 pcp->prc_flags |= PRC_POLL;

Completed in 62 milliseconds