Home
last modified time | relevance | path

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

/drivers/misc/sgi-xp/
Dxpc_main.c742 ch->flags |= XPC_C_DISCONNECTINGCALLOUT_MADE; in xpc_kthread_start()
794 XPC_C_DISCONNECTINGCALLOUT_MADE)); in xpc_create_kthreads()
Dxpc_channel.c99 !(ch->flags & XPC_C_DISCONNECTINGCALLOUT_MADE)); in xpc_process_disconnect()
130 if (ch->flags & XPC_C_DISCONNECTINGCALLOUT_MADE) { in xpc_process_disconnect()
Dxpc.h392 #define XPC_C_DISCONNECTINGCALLOUT_MADE \ macro