Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/sgi-xp/
Dxpc_main.c741 !(ch->flags & XPC_C_DISCONNECTINGCALLOUT)) { in xpc_kthread_start()
742 ch->flags |= XPC_C_DISCONNECTINGCALLOUT; in xpc_kthread_start()
Dxpc.h613 #define XPC_C_DISCONNECTINGCALLOUT \ macro
Dxpc_channel.c791 !(ch->flags & XPC_C_DISCONNECTINGCALLOUT)) { in xpc_disconnect_channel()