Searched refs:ips_wqset (Results 1 – 9 of 9) sorted by relevance
| /xnu-10002.1.13/osfmk/ipc/ |
| H A D | ipc_pset.h | 82 struct waitq_set ips_wqset; member 92 return __container_of(wq.wqs_set, struct ipc_pset, ips_wqset); in ips_from_waitq()
|
| H A D | ipc_pset.c | 88 waitq_init(&pset->ips_wqset, WQT_PORT_SET, policy | SYNC_POLICY_FIFO); in ipc_port_set_init() 90 pset->ips_wqset.wqset_index = MACH_PORT_INDEX(name); in ipc_port_set_init() 223 ipc_mqueue_changed(space, &pset->ips_wqset); in ipc_pset_destroy() 224 waitq_invalidate(&pset->ips_wqset); in ipc_pset_destroy() 225 waitq_set_unlink_all_locked(&pset->ips_wqset, &free_l); in ipc_pset_destroy() 246 waitq_deinit(&pset->ips_wqset); in ipc_pset_finalize() 315 return waitq_set_first_prepost(&pset->ips_wqset, WQS_PREPOST_PEEK) ? in filt_machport_filter_result()
|
| H A D | ipc_mqueue.c | 155 struct waitq_set *wqset = &pset->ips_wqset; in ipc_mqueue_add_locked() 936 port_wq = waitq_set_first_prepost(&pset->ips_wqset, WQS_PREPOST_LOCK | in ipc_mqueue_receive_on_thread_and_unlock()
|
| H A D | flipc.c | 421 struct waitq *pset_waitq = &to_node->proxy_port_set->ips_wqset.wqset_q; in flipc_msg_to_remote_node()
|
| H A D | mach_port.c | 1278 waitq_set_foreach_member_locked(&pset->ips_wqset, ^(struct waitq *wq){ in mach_port_get_set_status() 1429 keep_waitq_set = &nset->ips_wqset; in mach_port_move_member() 2298 link = waitq_unlink_locked(&port->ip_waitq, &pset->ips_wqset); in mach_port_extract_member()
|
| H A D | ipc_object.c | 1301 offsetof(struct ipc_pset, ips_wqset));
|
| /xnu-10002.1.13/tools/lldbmacros/ |
| H A D | ipc.py | 437 wqs = Waitq(addressof(pset.ips_wqset)) 439 local_name = unsigned(pset.ips_wqset.wqset_index) << 8 457 unsigned(pset), addressof(pset.ips_wqset), local_name, 686 wqs = Waitq(addressof(psetval.ips_wqset)) 1617 for wq in Waitq(addressof(pset.ips_wqset)).iterateMembers(): 1633 for wq in Waitq(addressof(pset.ips_wqset)).iterateMembers():
|
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | mach_node.c | 320 waitq_set_lazy_init_link(&pp_set->ips_wqset); in mach_node_register()
|
| H A D | waitq.c | 2528 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()
|