Home
last modified time | relevance | path

Searched refs:pc_busy (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c750 ASSERT(pcp->pc_busy >= 0); in pollcleanup()
751 while (pcp->pc_busy > 0) in pollcleanup()
877 pcp->pc_busy++; /* prevents exit()'s */ in pollwakeup()
884 pcp->pc_busy--; in pollwakeup()
885 if (pcp->pc_busy == 0) { in pollwakeup()
2550 pcp->pc_busy++; /* prevents exit()'s */ in pollblockexit()
2577 pcp->pc_busy--; in pollcacheclean()
2578 if (pcp->pc_busy == 0) { in pollcacheclean()
2683 pcp->pc_busy++; /* prevents exit()'s */ in pollhead_clean()
2704 pcp->pc_busy--; in pollhead_clean()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h251 int pc_busy; /* can only exit when its 0 */ member
/illumos-gate/usr/src/uts/common/io/ksocket/
H A Dksocket.c846 ASSERT(pcp->pc_busy >= 0); in ksocket_spoll()
847 while (pcp->pc_busy > 0) in ksocket_spoll()
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c1656 ASSERT(pcp->pc_busy >= 0); in dpclose()
1657 while (pcp->pc_busy > 0) in dpclose()