Home
last modified time | relevance | path

Searched refs:XPC_C_CONNECTEDCALLOUT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c694 if (!(ch->flags & XPC_C_CONNECTEDCALLOUT)) { in xpc_kthread_start()
695 ch->flags |= XPC_C_CONNECTEDCALLOUT; in xpc_kthread_start()
H A Dxpc.h377 #define XPC_C_CONNECTEDCALLOUT 0x00000100 /* connected callout initiated */ macro