Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/ipc/
H A Dipc_mqueue.c965 port = ip_from_waitq(port_wq); in ipc_mqueue_receive_on_thread_and_unlock()
968 port = ip_from_waitq(waitq); in ipc_mqueue_receive_on_thread_and_unlock()
1052 port = ip_from_waitq(waitq); in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_port.h322 #define ip_from_waitq(wq) __container_of(wq, struct ipc_port, ip_waitq) macro
H A Dmach_port.c1281 names[actual] = ip_get_receiver_name(ip_from_waitq(wq)); in mach_port_get_set_status()
H A Dipc_port.c3413 ipc_port_t port = ip_from_waitq(waitq); in kdp_mqueue_recv_find_owner()