Home
last modified time | relevance | path

Searched refs:ip_from_waitq (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/osfmk/ipc/
H A Dipc_mqueue.c1023 port = ip_from_waitq(port_wq); in ipc_mqueue_receive_on_thread_and_unlock()
1026 port = ip_from_waitq(waitq); in ipc_mqueue_receive_on_thread_and_unlock()
1103 port = ip_from_waitq(waitq); in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_port.h317 #define ip_from_waitq(wq) __container_of(wq, struct ipc_port, ip_waitq) macro
H A Dmach_port.c1295 names[actual] = ip_get_receiver_name(ip_from_waitq(wq)); in mach_port_get_set_status()
H A Dipc_port.c3384 ipc_port_t port = ip_from_waitq(waitq); in kdp_mqueue_recv_find_owner()