Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/sys/
H A Dpoll_impl.h185 PCL_VALID, /* linked with both parent and child pollcaches */ enumerator
/titanic_53/usr/src/uts/common/io/
H A Ddevpoll.c1570 ASSERT(pl->pcl_state == PCL_VALID || in pcachelink_assoc()
1572 pl->pcl_state = PCL_VALID; in pcachelink_assoc()
1595 pl->pcl_state = PCL_VALID; in pcachelink_assoc()
/titanic_53/usr/src/uts/common/syscall/
H A Dpoll.c2298 if (pl->pcl_state == PCL_VALID) { in pcache_wake_parents()