Home
last modified time | relevance | path

Searched refs:PORT_SYNC_LINK_WORKLOOP_KNOTE (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/ipc/
H A Dipc_pset.c369 *link = PORT_SYNC_LINK_WORKLOOP_KNOTE; in filt_machport_stash_port()
381 *link = PORT_SYNC_LINK_WORKLOOP_KNOTE; in filt_machport_stash_port()
450 if (port->ip_sync_link_state == PORT_SYNC_LINK_WORKLOOP_KNOTE && in filt_machport_turnstile_complete_port()
463 if (port->ip_sync_link_state == PORT_SYNC_LINK_WORKLOOP_KNOTE && in filt_machport_turnstile_complete_port()
H A Dipc_port.c1499 case PORT_SYNC_LINK_WORKLOOP_KNOTE: in ipc_port_recv_update_inheritor()
1575 } else if (port->ip_sync_link_state == PORT_SYNC_LINK_WORKLOOP_KNOTE) { in ipc_port_send_update_inheritor()
1956 case PORT_SYNC_LINK_WORKLOOP_KNOTE: in ipc_port_adjust_special_reply_port_locked()
1982 case PORT_SYNC_LINK_WORKLOOP_KNOTE: in ipc_port_adjust_special_reply_port_locked()
2082 case PORT_SYNC_LINK_WORKLOOP_KNOTE: in ipc_port_adjust_sync_link_state_locked()
2128 if (sync_link_state == PORT_SYNC_LINK_WORKLOOP_KNOTE) { in ipc_port_adjust_port_locked()
H A Dipc_port.h260 #define PORT_SYNC_LINK_WORKLOOP_KNOTE (0x2) macro