Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-xp/
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_main.c733 ch->flags |= XPC_C_DISCONNECTINGCALLOUT_MADE; in xpc_kthread_start()
785 XPC_C_DISCONNECTINGCALLOUT_MADE)); in xpc_create_kthreads()
H A Dxpc.h392 #define XPC_C_DISCONNECTINGCALLOUT_MADE \ macro