Searched refs:port_send_turnstile_address (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.121.3/osfmk/ipc/ |
| H A D | ipc_mqueue.c | 448 port_send_turnstile_address(port), in ipc_mqueue_send_locked() 472 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_mqueue_send_locked()
|
| H A D | ipc_port.c | 1434 port_send_turnstile_address(port), in ipc_port_check_circularity() 1483 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_port_check_circularity() 1747 port_send_turnstile_address(port), in ipc_port_send_turnstile_prepare() 1790 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), in ipc_port_send_turnstile_complete()
|
| H A D | ipc_port.h | 239 #define port_send_turnstile_address(port) \ macro
|
| H A D | ipc_importance.c | 2374 port_send_turnstile_address(port), in ipc_importance_check_circularity() 2447 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_importance_check_circularity()
|