Searched refs:ctl_position (Results 1 – 3 of 3) sorted by relevance
1882 if ((olde = l->ctl_position) == NULL) in cte_qmove()1896 l->ctl_position = e; in cte_qmove()1949 next = l->ctl_position; in cte_qreadable()1993 l->ctl_position == e) in cte_qreadable()2000 else if (l->ctl_position == e) in cte_qreadable()2011 next = l->ctl_position; in cte_qreadable()2021 return ((l->ctl_flags & CTLF_COPYOUT) || (l->ctl_position == NULL)); in cte_qreadable()2041 l->ctl_position = e; in cte_qwakeup()2209 if (l->ctl_position) { in cte_queue_drain()2210 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()