Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/ipc/
H A Dipc_pset.h82 struct waitq_set ips_wqset; member
92 return __container_of(wq.wqs_set, struct ipc_pset, ips_wqset); in ips_from_waitq()
H A Dipc_pset.c89 waitq_init(&pset->ips_wqset, WQT_PORT_SET, policy | SYNC_POLICY_FIFO); in ipc_port_set_init()
91 pset->ips_wqset.wqset_index = MACH_PORT_INDEX(name); in ipc_port_set_init()
224 ipc_mqueue_changed(space, &pset->ips_wqset); in ipc_pset_destroy()
225 waitq_invalidate(&pset->ips_wqset); in ipc_pset_destroy()
226 waitq_set_unlink_all_locked(&pset->ips_wqset, &free_l); in ipc_pset_destroy()
247 waitq_deinit(&pset->ips_wqset); in ipc_pset_finalize()
304 if (!waitq_is_valid(&pset->ips_wqset)) { in filt_pset_filter_result()
308 return waitq_set_first_prepost(&pset->ips_wqset, WQS_PREPOST_PEEK) ? in filt_pset_filter_result()
H A Dipc_mqueue.c216 struct waitq_set *wqset = &pset->ips_wqset; in ipc_mqueue_add_locked()
1008 port_wq = waitq_set_first_prepost(&pset->ips_wqset, wqs_flags); in ipc_mqueue_receive_on_thread_and_unlock()
H A Dflipc.c421 struct waitq *pset_waitq = &to_node->proxy_port_set->ips_wqset.wqset_q; in flipc_msg_to_remote_node()
H A Dmach_port.c1279 waitq_set_foreach_member_locked(&pset->ips_wqset, ^(struct waitq *wq){ in mach_port_get_set_status()
1430 keep_waitq_set = &nset->ips_wqset; in mach_port_move_member()
2299 link = waitq_unlink_locked(&port->ip_waitq, &pset->ips_wqset); in mach_port_extract_member()
H A Dipc_object.c1322 offsetof(struct ipc_pset, ips_wqset));
/xnu-10063.141.1/tools/lldbmacros/
H A Dipc.py435 wqs = Waitq(addressof(pset.ips_wqset))
437 local_name = unsigned(pset.ips_wqset.wqset_index) << 8
455 unsigned(pset), addressof(pset.ips_wqset), local_name,
687 wqs = Waitq(addressof(psetval.ips_wqset))
1629 for wq in Waitq(addressof(pset.ips_wqset)).iterateMembers():
1645 for wq in Waitq(addressof(pset.ips_wqset)).iterateMembers():
/xnu-10063.141.1/osfmk/kern/
H A Dmach_node.c320 waitq_set_lazy_init_link(&pp_set->ips_wqset); in mach_node_register()
H A Dwaitq.c2528 wqset = &ipc_pset_alloc_special(ipc_space_kernel)->ips_wqset; in wqt_wqset_create()
2539 __container_of(wqset, struct ipc_pset, ips_wqset)); in wqt_wqset_free()