Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c1902 l->ctl_position = e; in cte_qmove()
1955 next = l->ctl_position; in cte_qreadable()
1999 l->ctl_position == e) in cte_qreadable()
2017 next = l->ctl_position; 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()
2439 l->ctl_position = NULL; in cte_remove_listener()
2565 temp = l->ctl_position; in cte_get_event()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h308 ct_kevent_t *ctl_position; /* position in queue */ member
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c150 if ((events & POLLIN) && endpt->ctfs_endpt_listener.ctl_position) { in ctfs_endpoint_poll()