Lines Matching refs:ctl_position
1888 if ((olde = l->ctl_position) == NULL) in cte_qmove()
1902 l->ctl_position = e; in cte_qmove()
1955 next = l->ctl_position; in cte_qreadable()
1999 l->ctl_position == e) in cte_qreadable()
2006 else if (l->ctl_position == e) in cte_qreadable()
2017 next = l->ctl_position; in cte_qreadable()
2027 return ((l->ctl_flags & CTLF_COPYOUT) || (l->ctl_position == NULL)); in cte_qreadable()
2047 l->ctl_position = e; in cte_qwakeup()
2215 if (l->ctl_position) { in cte_queue_drain()
2216 l->ctl_position = NULL; in cte_queue_drain()
2408 l->ctl_position = NULL; in cte_add_listener()
2435 if ((e = l->ctl_position) != NULL) in cte_remove_listener()
2439 l->ctl_position = NULL; in cte_remove_listener()
2513 if (((old = l->ctl_position) != NULL) && (old->cte_id == id)) in cte_next_event()
2565 temp = l->ctl_position; in cte_get_event()
2649 (l->ctl_position == temp)) in cte_get_event()
2686 if (l->ctl_position != NULL) in cte_set_reliable()
2687 l->ctl_position->cte_nodes[q->ctq_listno]. in cte_set_reliable()