Home
last modified time | relevance | path

Searched refs:PCL_VALID (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h186 PCL_VALID, /* linked with both parent and child pollcaches */ enumerator
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c1725 ASSERT(pl->pcl_state == PCL_VALID || in pcachelink_assoc()
1727 pl->pcl_state = PCL_VALID; in pcachelink_assoc()
1750 pl->pcl_state = PCL_VALID; in pcachelink_assoc()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c2303 if (pl->pcl_state == PCL_VALID) { in pcache_wake_parents()