Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc_channel.c110 if (!(ch->flags & XPC_C_RCLOSEREQUEST)) in xpc_process_disconnect()
220 if (ch->flags & XPC_C_RCLOSEREQUEST) { in xpc_process_openclose_chctl_flags()
265 ch->flags |= XPC_C_RCLOSEREQUEST; in xpc_process_openclose_chctl_flags()
295 if (!(ch->flags & XPC_C_RCLOSEREQUEST)) { in xpc_process_openclose_chctl_flags()
Dxpc.h385 #define XPC_C_RCLOSEREQUEST 0x00004000 /* remote close channel request */ macro