Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc_main.c716 ch->flags |= XPC_C_CONNECTEDCALLOUT_MADE; in xpc_kthread_start()
740 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()
790 } else if ((ch->flags & XPC_C_CONNECTEDCALLOUT_MADE) && in xpc_disconnect_channel()
Dxpc.h601 #define XPC_C_CONNECTEDCALLOUT_MADE \ macro
Dxpc_uv.c1460 if (ch->flags & XPC_C_CONNECTEDCALLOUT_MADE) { in xpc_handle_notify_mq_msg_uv()
1521 (ch->flags & XPC_C_CONNECTEDCALLOUT_MADE)) { in xpc_process_msg_chctl_flags_uv()
Dxpc_sn2.c1901 if (ch->flags & XPC_C_CONNECTEDCALLOUT_MADE) in xpc_process_msg_chctl_flags_sn2()