Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/sgi-xp/
Dxpc_channel.c113 if (!(ch->flags & XPC_C_CLOSEREPLY)) { in xpc_process_disconnect()
114 ch->flags |= XPC_C_CLOSEREPLY; in xpc_process_disconnect()
223 DBUG_ON(!(ch->flags & XPC_C_CLOSEREPLY)); in xpc_process_openclose_chctl_flags()
310 if (ch->flags & XPC_C_CLOSEREPLY) { in xpc_process_openclose_chctl_flags()
Dxpc.h384 #define XPC_C_CLOSEREPLY 0x00002000 /* local close channel reply */ macro