Home
last modified time | relevance | path

Searched refs:XPC_CHCTL_CLOSEREPLY (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/misc/sgi-xp/
Dxpc_channel.c226 DBUG_ON(!(chctl_flags & XPC_CHCTL_CLOSEREPLY)); in xpc_process_openclose_chctl_flags()
227 chctl_flags &= ~XPC_CHCTL_CLOSEREPLY; in xpc_process_openclose_chctl_flags()
276 DBUG_ON(chctl_flags & XPC_CHCTL_CLOSEREPLY); in xpc_process_openclose_chctl_flags()
283 if (chctl_flags & XPC_CHCTL_CLOSEREPLY) { in xpc_process_openclose_chctl_flags()
302 XPC_CHCTL_CLOSEREPLY; in xpc_process_openclose_chctl_flags()
Dxpc.h410 #define XPC_CHCTL_CLOSEREPLY 0x02 macro
417 (XPC_CHCTL_CLOSEREQUEST | XPC_CHCTL_CLOSEREPLY | \
Dxpc_uv.c517 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREPLY; in xpc_handle_activate_mq_msg_uv()