Searched refs:ctl_position (Results 1 – 3 of 3) sorted by relevance
1880 if ((olde = l->ctl_position) == NULL) in cte_qmove()1894 l->ctl_position = e; in cte_qmove()1947 next = l->ctl_position; in cte_qreadable()1991 l->ctl_position == e) in cte_qreadable()1998 else if (l->ctl_position == e) in cte_qreadable()2009 next = l->ctl_position; in cte_qreadable()2019 return ((l->ctl_flags & CTLF_COPYOUT) || (l->ctl_position == NULL)); in cte_qreadable()2039 l->ctl_position = e; in cte_qwakeup()2207 if (l->ctl_position) { in cte_queue_drain()2208 l->ctl_position = NULL; in cte_queue_drain()[all …]
308 ct_kevent_t *ctl_position; /* position in queue */ member
151 if ((events & POLLIN) && endpt->ctfs_endpt_listener.ctl_position) { in ctfs_endpoint_poll()