Home
last modified time | relevance | path

Searched refs:ips_wqset (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_pset.h82 struct waitq_set ips_wqset; member
88 #define ips_from_waitq(wq) __container_of(wq, struct ipc_pset, ips_wqset.wqset_q)
H A Dipc_pset.c88 waitq_set_init(&pset->ips_wqset, policy); in ipc_port_set_init()
235 return waitq_unlink_locked(&port->ip_waitq, &pset->ips_wqset); in ipc_pset_remove_locked()
276 waitq_set_lazy_init_link(&ips_object_to_pset(psobj)->ips_wqset); in ipc_pset_lazy_allocate()
344 ipc_mqueue_changed(space, &pset->ips_wqset.wqset_q); in ipc_pset_destroy()
345 waitq_set_deinit_and_unlock(&pset->ips_wqset); in ipc_pset_destroy()
401 rc = waitq_set_iterate_preposts(&pset->ips_wqset, in filt_machport_filter_result()
H A Dipc_mqueue.c160 struct waitq_set *set_waitq = &pset->ips_wqset; in ipc_mqueue_add_unlock()
1391 wqset = &pset->ips_wqset; in ipc_mqueue_set_gather_member_names()
H A Dflipc.c422 struct waitq *pset_waitq = &to_node->proxy_port_set->ips_wqset.wqset_q; in flipc_msg_to_remote_node()
H A Dipc_object.c1329 offsetof(struct ipc_pset, ips_wqset.wqset_q));
/xnu-8019.80.24/tools/lldbmacros/
H A Dipc.py415 setid = pset.ips_wqset.wqset_id
417 unsigned(pset), addressof(pset.ips_wqset), ' '*7,
424 unsigned(pset), addressof(pset.ips_wqset), ' '*7,
621 set_str = GetWaitqSets(addressof(psetval.ips_wqset.wqset_q))
/xnu-8019.80.24/osfmk/kern/
H A Dmach_node.c321 waitq_set_lazy_init_link(&pp_set->ips_wqset); in mach_node_register()
H A Dwaitq.c4815 wqset = &ipc_pset_alloc_special(ipc_space_kernel)->ips_wqset; in wqt_wqset_create()
4828 __container_of(wqset, struct ipc_pset, ips_wqset)); in wqt_wqset_free()