Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/sgi-xp/
H A Dxpc_main.c742 ch->flags |= XPC_C_DISCONNECTINGCALLOUT_MADE; in xpc_kthread_start()
794 XPC_C_DISCONNECTINGCALLOUT_MADE)); in xpc_create_kthreads()
H A 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()
H A Dxpc.h392 #define XPC_C_DISCONNECTINGCALLOUT_MADE \ macro