Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dwaitq.h127 struct waitq_set *wqs_set;
315 struct waitq_set { struct
823 struct waitq_set *wqset,
837 struct waitq_set *wqset);
851 struct waitq_set *wqset);
866 struct waitq_set *except_wqset,
883 struct waitq_set *wqset,
899 struct waitq_set *wqset,
924 struct waitq_set *wqset,
959 struct waitq_set *wqset,
H A Dwaitq.c251 wql_wqs_queue(struct waitq_set *wqs, struct waitq_link *link) in wql_wqs_queue()
1720 waitq_set_unlink_all_locked(struct waitq_set *wqset, waitq_link_list_t *free_l) in waitq_set_unlink_all_locked()
1778 waitq_set_foreach_member_locked(struct waitq_set *wqs, void (^cb)(struct waitq *))
1793 __waitq_link_arguments_panic(struct waitq *waitq, struct waitq_set *wqset) in __waitq_link_arguments_panic()
1805 __waitq_link_arguments_validate(struct waitq *waitq, struct waitq_set *wqset) in __waitq_link_arguments_validate()
1830 waitq_link_locked(struct waitq *waitq, struct waitq_set *wqset, in waitq_link_locked()
1854 waitq_link_prepost_locked(struct waitq *waitq, struct waitq_set *wqset) in waitq_link_prepost_locked()
1877 waitq_unlink_locked(struct waitq *waitq, struct waitq_set *wqset) in waitq_unlink_locked()
1893 waitq_unlink_all_locked(struct waitq *waitq, struct waitq_set *except_wqset, in waitq_unlink_all_locked()
1923 waitq_set_first_prepost(struct waitq_set *wqset, wqs_prepost_flags_t flags) in waitq_set_first_prepost()
[all …]
/xnu-8792.41.9/osfmk/ipc/
H A Dipc_pset.h82 struct waitq_set ips_wqset;
H A Dipc_pset.c840 ipc_pset_prepost(struct waitq_set *wqs, struct waitq *waitq) in ipc_pset_prepost()
H A Dipc_mqueue.c155 struct waitq_set *wqset = &pset->ips_wqset; in ipc_mqueue_add_locked()
H A Dmach_port.c1394 struct waitq_set *keep_waitq_set = NULL; in mach_port_move_member()
/xnu-8792.41.9/bsd/sys/
H A Duser.h68 struct waitq_set;