Searched refs:PORT_SYNC_LINK_WORKLOOP_KNOTE (Results 1 – 3 of 3) sorted by relevance
385 *link = PORT_SYNC_LINK_WORKLOOP_KNOTE; in filt_machport_stash_port()397 *link = PORT_SYNC_LINK_WORKLOOP_KNOTE; in filt_machport_stash_port()466 if (port->ip_sync_link_state == PORT_SYNC_LINK_WORKLOOP_KNOTE && in filt_machport_turnstile_complete_port()479 if (port->ip_sync_link_state == PORT_SYNC_LINK_WORKLOOP_KNOTE && in filt_machport_turnstile_complete_port()
1555 case PORT_SYNC_LINK_WORKLOOP_KNOTE: in ipc_port_recv_update_inheritor()1631 } else if (port->ip_sync_link_state == PORT_SYNC_LINK_WORKLOOP_KNOTE) { in ipc_port_send_update_inheritor()2012 case PORT_SYNC_LINK_WORKLOOP_KNOTE: in ipc_port_adjust_special_reply_port_locked()2038 case PORT_SYNC_LINK_WORKLOOP_KNOTE: in ipc_port_adjust_special_reply_port_locked()2138 case PORT_SYNC_LINK_WORKLOOP_KNOTE: in ipc_port_adjust_sync_link_state_locked()2184 if (sync_link_state == PORT_SYNC_LINK_WORKLOOP_KNOTE) { in ipc_port_adjust_port_locked()
293 #define PORT_SYNC_LINK_WORKLOOP_KNOTE (0x2) macro