Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H A Dxpc_channel.c54 if (!(ch->flags & XPC_C_OPENREPLY)) { in xpc_process_connect()
55 ch->flags |= XPC_C_OPENREPLY; in xpc_process_connect()
335 XPC_C_OPENREPLY | XPC_C_CONNECTED)); in xpc_process_openclose_chctl_flags()
438 !(ch->flags & XPC_C_OPENREPLY)) { in xpc_process_openclose_chctl_flags()
772 ch->flags &= ~(XPC_C_OPENREQUEST | XPC_C_OPENREPLY | in xpc_disconnect_channel()
H A Dxpc.h372 #define XPC_C_OPENREPLY 0x00000010 /* local open channel reply */ macro
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H A Dxpc_channel.c54 if (!(ch->flags & XPC_C_OPENREPLY)) { in xpc_process_connect()
55 ch->flags |= XPC_C_OPENREPLY; in xpc_process_connect()
335 XPC_C_OPENREPLY | XPC_C_CONNECTED)); in xpc_process_openclose_chctl_flags()
438 !(ch->flags & XPC_C_OPENREPLY)) { in xpc_process_openclose_chctl_flags()
772 ch->flags &= ~(XPC_C_OPENREQUEST | XPC_C_OPENREPLY | in xpc_disconnect_channel()
H A Dxpc.h372 #define XPC_C_OPENREPLY 0x00000010 /* local open channel reply */ macro

Completed in 5 milliseconds