Searched refs:PORT_SYNC_LINK_RCV_THREAD (Results 1 – 2 of 2) sorted by relevance
1617 } else if (port->ip_sync_link_state == PORT_SYNC_LINK_RCV_THREAD) { in ipc_port_send_update_inheritor()2105 case PORT_SYNC_LINK_RCV_THREAD: in ipc_port_adjust_sync_link_state_locked()2126 case PORT_SYNC_LINK_RCV_THREAD: in ipc_port_adjust_sync_link_state_locked()2169 sync_link_state = PORT_SYNC_LINK_RCV_THREAD; in ipc_port_adjust_port_locked()2195 if (port->ip_sync_link_state != PORT_SYNC_LINK_RCV_THREAD) { in ipc_port_clear_sync_rcv_thread_boost_locked()
280 #define PORT_SYNC_LINK_RCV_THREAD (0x5) macro