Home
last modified time | relevance | path

Searched refs:XPC_C_RCLOSEREQUEST (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H A 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()
H A Dxpc.h385 #define XPC_C_RCLOSEREQUEST 0x00004000 /* remote close channel request */ macro
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H A 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()
H A Dxpc.h385 #define XPC_C_RCLOSEREQUEST 0x00004000 /* remote close channel request */ macro

Completed in 6 milliseconds