Searched defs:pcachelink_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpoll_impl.h105 typedef struct pcachelink pcachelink_t; typedef in typeref:struct:pcachelink
204 pcachelink_t *pcl_child_next; /* next in child list */
205 pcachelink_t *pcl_parent_next; /* next in parents list */
253 pcachelink_t *pc_parents; /* linked list of epoll parents */
254 pcachelink_t *pc_children; /* linked list of epoll children */

Completed in 44 milliseconds