pcachelink_t
pcachelink_locked_rele(pcachelink_t *pl)
kmem_free(pl, sizeof (pcachelink_t));
pcachelink_t *pl, **plpn;
pl = kmem_zalloc(sizeof (pcachelink_t), KM_SLEEP);
pcachelink_t *pl, **plpn;
pcachelink_t *pl, **plpn;
pcachelink_t *pl, **plpn;
pcachelink_t *pcl_child_next; /* next in child list */
pcachelink_t *pcl_parent_next; /* next in parents list */
pcachelink_t *pc_parents; /* linked list of epoll parents */
pcachelink_t *pc_children; /* linked list of epoll children */
pcachelink_t *pl, *pln;