Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc_channel.c118 if (!(ch->flags & XPC_C_RCLOSEREPLY)) in xpc_process_disconnect()
224 DBUG_ON(ch->flags & XPC_C_RCLOSEREPLY); in xpc_process_openclose_chctl_flags()
228 ch->flags |= XPC_C_RCLOSEREPLY; in xpc_process_openclose_chctl_flags()
308 ch->flags |= XPC_C_RCLOSEREPLY; in xpc_process_openclose_chctl_flags()
Dxpc.h383 #define XPC_C_RCLOSEREPLY 0x00001000 /* remote close channel reply */ macro