Searched refs:pcl_child_next (Results 1 – 2 of 2) sorted by relevance
1535 ASSERT(pl->pcl_child_next == NULL); in pcachelink_locked_rele()1586 pl->pcl_child_next = parent->pc_children; in pcachelink_assoc()1617 *plpn = pl->pcl_child_next; in pcachelink_mark_stale()1619 pl->pcl_child_next = NULL; in pcachelink_mark_stale()1623 plpn = &pl->pcl_child_next; in pcachelink_mark_stale()1647 *plpn = pl->pcl_child_next; in pcachelink_purge_stale()1649 pl->pcl_child_next = NULL; in pcachelink_purge_stale()1653 plpn = &pl->pcl_child_next; in pcachelink_purge_stale()1683 *plpn = pl->pcl_child_next; in pcachelink_purge_all()1685 pl->pcl_child_next = NULL; in pcachelink_purge_all()
204 pcachelink_t *pcl_child_next; /* next in child list */ member