Home
last modified time | relevance | path

Searched refs:XPC_C_CONNECTEDCALLOUT_MADE (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
Dxpc_main.c710 ch->flags |= XPC_C_CONNECTEDCALLOUT_MADE; in xpc_kthread_start()
734 if ((ch->flags & XPC_C_CONNECTEDCALLOUT_MADE) && in xpc_kthread_start()
Dxpc_channel.c98 DBUG_ON((ch->flags & XPC_C_CONNECTEDCALLOUT_MADE) && in xpc_process_disconnect()
787 } else if ((ch->flags & XPC_C_CONNECTEDCALLOUT_MADE) && in xpc_disconnect_channel()
Dxpc.h378 #define XPC_C_CONNECTEDCALLOUT_MADE \ macro
Dxpc_uv.c1464 if (ch->flags & XPC_C_CONNECTEDCALLOUT_MADE) { in xpc_handle_notify_mq_msg_uv()
1525 (ch->flags & XPC_C_CONNECTEDCALLOUT_MADE)) { in xpc_process_msg_chctl_flags_uv()