Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dwaitq.h131 struct waitq_set *wqs_set;
319 struct waitq_set { struct
855 struct waitq_set *wqset,
869 struct waitq_set *wqset);
883 struct waitq_set *wqset);
898 struct waitq_set *except_wqset,
915 struct waitq_set *wqset,
931 struct waitq_set *wqset,
956 struct waitq_set *wqset,
991 struct waitq_set *wqset,
H A Dwaitq.c251 wql_wqs_queue(struct waitq_set *wqs, struct waitq_link *link) in wql_wqs_queue()
1798 waitq_set_unlink_all_locked(struct waitq_set *wqset, waitq_link_list_t *free_l) in waitq_set_unlink_all_locked()
1856 waitq_set_foreach_member_locked(struct waitq_set *wqs, void (^cb)(struct waitq *))
1871 __waitq_link_arguments_panic(struct waitq *waitq, struct waitq_set *wqset) in __waitq_link_arguments_panic()
1883 __waitq_link_arguments_validate(struct waitq *waitq, struct waitq_set *wqset) in __waitq_link_arguments_validate()
1908 waitq_link_locked(struct waitq *waitq, struct waitq_set *wqset, in waitq_link_locked()
1932 waitq_link_prepost_locked(struct waitq *waitq, struct waitq_set *wqset) in waitq_link_prepost_locked()
1955 waitq_unlink_locked(struct waitq *waitq, struct waitq_set *wqset) in waitq_unlink_locked()
1971 waitq_unlink_all_locked(struct waitq *waitq, struct waitq_set *except_wqset, in waitq_unlink_all_locked()
2001 waitq_set_first_prepost(struct waitq_set *wqset, wqs_prepost_flags_t flags) in waitq_set_first_prepost()
[all …]
/xnu-8796.141.3/osfmk/ipc/
H A Dipc_pset.h82 struct waitq_set ips_wqset;
H A Dipc_pset.c856 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-8796.141.3/bsd/sys/
H A Duser.h68 struct waitq_set;