Searched refs:XPC_C_CLOSEREQUEST (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/misc/sgi-xp/
H A Dxpc_channel.c90 DBUG_ON(!(ch->flags & XPC_C_CLOSEREQUEST));
222 DBUG_ON(!(ch->flags & XPC_C_CLOSEREQUEST));
293 DBUG_ON(!(ch->flags & XPC_C_CLOSEREQUEST));
770 ch->flags |= (XPC_C_CLOSEREQUEST | XPC_C_DISCONNECTING);
H A Dxpc.h386 #define XPC_C_CLOSEREQUEST 0x00008000 /* local close channel request */ macro

Completed in 265 milliseconds