Searched refs:PRC_POLL (Results 1 – 3 of 3) sorted by relevance
91 #define PRC_POLL 0x08 /* poll() in progress on this process/lwp */ macro
289 if (pcp->prc_flags & PRC_POLL) { in prnotify()297 pcp->prc_flags &= ~PRC_POLL; in prnotify()321 ASSERT(!(pcp->prc_flags & PRC_POLL)); in prfreenotify()
6427 pcp->prc_flags |= PRC_POLL; in prpoll()