Home
last modified time | relevance | path

Searched refs:waitq_set (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dwaitq.h131 struct waitq_set *wqs_set;
319 struct waitq_set { struct
869 struct waitq_set *wqset,
883 struct waitq_set *wqset);
897 struct waitq_set *wqset);
912 struct waitq_set *except_wqset,
929 struct waitq_set *wqset,
945 struct waitq_set *wqset,
970 struct waitq_set *wqset,
1005 struct waitq_set *wqset,
H A Dwaitq.c251 wql_wqs_queue(struct waitq_set *wqs, struct waitq_link *link) in wql_wqs_queue()
1895 __waitq_link_arguments_panic(struct waitq *waitq, struct waitq_set *wqset) in __waitq_link_arguments_panic()
1932 waitq_link_locked(struct waitq *waitq, struct waitq_set *wqset, in waitq_link_locked()
1956 waitq_link_prepost_locked(struct waitq *waitq, struct waitq_set *wqset) in waitq_link_prepost_locked()
1979 waitq_unlink_locked(struct waitq *waitq, struct waitq_set *wqset) in waitq_unlink_locked()
2523 static struct waitq_set *
2526 struct waitq_set *wqset; in wqt_wqset_create()
2534 wqt_wqset_free(struct waitq_set *wqset) in wqt_wqset_free()
2543 wqt_link(uint32_t index, struct waitq_set *wqset, kern_return_t want) in wqt_link()
2614 wqt_preposts_gc_locked(struct waitq_set *wqset) in wqt_preposts_gc_locked()
[all …]
/xnu-11215/osfmk/ipc/
H A Dipc_pset.h82 struct waitq_set ips_wqset;
H A Dipc_mqueue.c216 struct waitq_set *wqset = &pset->ips_wqset; in ipc_mqueue_add_locked()
H A Dipc_pset.c889 ipc_pset_prepost(struct waitq_set *wqs, struct waitq *waitq) in ipc_pset_prepost()
H A Dmach_port.c1410 struct waitq_set *keep_waitq_set = NULL; in mach_port_move_member()
/xnu-11215/bsd/sys/
H A Duser.h68 struct waitq_set;