Searched refs:port_send_turnstile (Results 1 – 7 of 7) sorted by relevance
1311 if (port_send_turnstile(port)) { in ipc_port_check_circularity()1323 turnstile_update_inheritor(send_turnstile, port_send_turnstile(dest), in ipc_port_check_circularity()1495 inheritor = port_send_turnstile(port->ip_sync_inheritor_port); in ipc_port_recv_update_inheritor()1567 inheritor = port_send_turnstile(ip_get_destination(port)); in ipc_port_send_update_inheritor()1617 if (port_send_turnstile(port) == NULL || in ipc_port_send_turnstile_prepare()1618 port_send_turnstile(port)->ts_port_ref == 0) { in ipc_port_send_turnstile_prepare()1637 port_send_turnstile(port)->ts_port_ref++; in ipc_port_send_turnstile_prepare()1667 port_send_turnstile(port)->ts_port_ref--; in ipc_port_send_turnstile_complete()1668 if (port_send_turnstile(port)->ts_port_ref == 0) { in ipc_port_send_turnstile_complete()2324 struct turnstile *send_turnstile = port_send_turnstile(port); in ipc_port_send_turnstile_recompute_push_locked()[all …]
466 ts = port_send_turnstile(port); in filt_machport_turnstile_complete_port()694 send_turnstile = port_send_turnstile(port); in filt_machportattach()771 send_turnstile = port_send_turnstile(port); in filt_machportdetach()
541 struct turnstile *send_turnstile = port_send_turnstile(port); in ipc_mqueue_release_msgcount()1322 struct turnstile *send_turnstile = port_send_turnstile(port); in ipc_mqueue_destroy_locked()1398 struct turnstile *send_turnstile = port_send_turnstile(port); in ipc_mqueue_set_qlimit_locked()
209 #define port_send_turnstile(port) \ macro
2353 if (port_send_turnstile(port)) { in ipc_importance_check_circularity()2358 turnstile_update_inheritor(send_turnstile, port_send_turnstile(dest), in ipc_importance_check_circularity()
1920 assert(port_send_turnstile(port) == TURNSTILE_NULL); in ipc_kmsg_set_prealloc()
226 return port_send_turnstile(port) == turnstile; in turnstile_is_send_turnstile()