Home
last modified time | relevance | path

Searched refs:ctl_position (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dcontract.c1880 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 …]
/titanic_44/usr/src/uts/common/sys/
H A Dcontract_impl.h308 ct_kevent_t *ctl_position; /* position in queue */ member
/titanic_44/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c151 if ((events & POLLIN) && endpt->ctfs_endpt_listener.ctl_position) { in ctfs_endpoint_poll()