Home
last modified time | relevance | path

Searched refs:pc_children (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Ddevpoll.c1507 if (pcp->pc_parents != NULL || pcp->pc_children != NULL) { in dpclose()
1586 pl->pcl_child_next = parent->pc_children; in pcachelink_assoc()
1587 parent->pc_children = pl; in pcachelink_assoc()
1609 plpn = &pcp->pc_children; in pcachelink_mark_stale()
1610 for (pl = pcp->pc_children; pl != NULL; pl = *plpn) { in pcachelink_mark_stale()
1639 plpn = &pcp->pc_children; in pcachelink_purge_stale()
1640 for (pl = pcp->pc_children; pl != NULL; pl = *plpn) { in pcachelink_purge_stale()
1679 plpn = &pcp->pc_children; in pcachelink_purge_all()
1680 for (pl = pcp->pc_children; pl != NULL; pl = *plpn) { in pcachelink_purge_all()
1690 ASSERT(pcp->pc_children == NULL); in pcachelink_purge_all()
/titanic_50/usr/src/uts/common/sys/
H A Dpoll_impl.h254 pcachelink_t *pc_children; /* linked list of epoll children */ member