Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dwaitq.h131 struct waitq_set *wqs_set;
319 struct waitq_set { struct
910 struct waitq_set *wqset,
924 struct waitq_set *wqset);
938 struct waitq_set *wqset);
953 struct waitq_set *except_wqset,
970 struct waitq_set *wqset,
986 struct waitq_set *wqset,
1011 struct waitq_set *wqset,
1046 struct waitq_set *wqset,
H A Dwaitq.c251 wql_wqs_queue(struct waitq_set *wqs, struct waitq_link *link) in wql_wqs_queue()
1789 waitq_set_unlink_all_locked(struct waitq_set *wqset, waitq_link_list_t *free_l) in waitq_set_unlink_all_locked()
1847 waitq_set_foreach_member_locked(struct waitq_set *wqs, void (^cb)(struct waitq *))
1862 __waitq_link_arguments_panic(struct waitq *waitq, struct waitq_set *wqset) in __waitq_link_arguments_panic()
1874 __waitq_link_arguments_validate(struct waitq *waitq, struct waitq_set *wqset) in __waitq_link_arguments_validate()
1899 waitq_link_locked(struct waitq *waitq, struct waitq_set *wqset, in waitq_link_locked()
1923 waitq_link_prepost_locked(struct waitq *waitq, struct waitq_set *wqset) in waitq_link_prepost_locked()
1946 waitq_unlink_locked(struct waitq *waitq, struct waitq_set *wqset) in waitq_unlink_locked()
1962 waitq_unlink_all_locked(struct waitq *waitq, struct waitq_set *except_wqset, in waitq_unlink_all_locked()
1992 waitq_set_first_prepost(struct waitq_set *wqset, wqs_prepost_flags_t flags) in waitq_set_first_prepost()
[all …]
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_pset.h82 struct waitq_set ips_wqset;
H A Dipc_mqueue.c214 struct waitq_set *wqset = &pset->ips_wqset; in ipc_mqueue_add_locked()
H A Dipc_pset.c921 ipc_pset_prepost(struct waitq_set *wqs, struct waitq *waitq) in ipc_pset_prepost()
H A Dmach_port.c1413 struct waitq_set *keep_waitq_set = NULL; in mach_port_move_member()
/xnu-12377.61.12/bsd/sys/
H A Duser.h68 struct waitq_set;