Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H A Dxpc_channel.c59 if (!(ch->flags & XPC_C_ROPENREPLY)) in xpc_process_connect()
334 DBUG_ON(ch->flags & (XPC_C_ROPENREQUEST | XPC_C_ROPENREPLY | in xpc_process_openclose_chctl_flags()
405 ch->flags |= XPC_C_ROPENREPLY; in xpc_process_openclose_chctl_flags()
445 DBUG_ON(!(ch->flags & XPC_C_ROPENREPLY)); in xpc_process_openclose_chctl_flags()
773 XPC_C_ROPENREQUEST | XPC_C_ROPENREPLY | in xpc_disconnect_channel()
H A Dxpc.h371 #define XPC_C_ROPENREPLY 0x00000008 /* remote open channel reply */ macro
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H A Dxpc_channel.c59 if (!(ch->flags & XPC_C_ROPENREPLY)) in xpc_process_connect()
334 DBUG_ON(ch->flags & (XPC_C_ROPENREQUEST | XPC_C_ROPENREPLY | in xpc_process_openclose_chctl_flags()
405 ch->flags |= XPC_C_ROPENREPLY; in xpc_process_openclose_chctl_flags()
445 DBUG_ON(!(ch->flags & XPC_C_ROPENREPLY)); in xpc_process_openclose_chctl_flags()
773 XPC_C_ROPENREQUEST | XPC_C_ROPENREPLY | in xpc_disconnect_channel()
H A Dxpc.h371 #define XPC_C_ROPENREPLY 0x00000008 /* remote open channel reply */ macro

Completed in 6 milliseconds