Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/ipc/
H A Dipc_mqueue.c957 port = ip_from_waitq(port_wq); in ipc_mqueue_receive_on_thread_and_unlock()
960 port = ip_from_waitq(waitq); in ipc_mqueue_receive_on_thread_and_unlock()
1024 port = ip_from_waitq(waitq); in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_port.h303 #define ip_from_waitq(wq) __container_of(wq, struct ipc_port, ip_waitq) macro
H A Dmach_port.c1298 names[actual] = ip_get_receiver_name(ip_from_waitq(wq)); in mach_port_get_set_status()
H A Dipc_port.c3336 ipc_port_t port = ip_from_waitq(waitq); in kdp_mqueue_recv_find_owner()