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

/linux-master/drivers/misc/sgi-xp/
H A Dxpc.h339 u8 delayed_chctl_flags; /* chctl flags received, but delayed */
397 * The channel control flags (chctl) union consists of a 64-bit variable which
400 * can have one or more of the chctl flags set in it.
408 /* chctl flags */
423 xpc_any_openclose_chctl_flags_set(union xpc_channel_ctl_flags *chctl) argument
428 if (chctl->flags[ch_number] & XPC_OPENCLOSE_CHCTL_FLAGS)
435 xpc_any_msg_chctl_flags_set(union xpc_channel_ctl_flags *chctl) argument
440 if (chctl->flags[ch_number] & XPC_MSG_CHCTL_FLAGS)
504 union xpc_channel_ctl_flags chctl; /* chctl flag member in struct:xpc_partition
[all...]
H A Dxpc_channel.c169 /* time to take action on any delayed chctl flags */
171 part->chctl.flags[ch->number] |=
201 * Delay processing chctl flags until thread waiting disconnect
238 if (part->chctl.flags[ch_number] &
243 part->chctl.flags[ch_number] |=
296 if (part->chctl.flags[ch_number] &
301 part->chctl.flags[ch_number] |=
549 union xpc_channel_ctl_flags chctl; local
554 chctl.all_flags = xpc_arch_ops.get_chctl_all_flags(part);
567 * Process any open or close related chctl flag
[all...]
H A Dxpc_uv.c429 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREQUEST;
446 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREPLY;
466 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREQUEST;
486 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREPLY;
501 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENCOMPLETE;
989 union xpc_channel_ctl_flags chctl; local
992 chctl = part->chctl;
993 if (chctl.all_flags != 0)
994 part->chctl
[all...]
H A Dxpc_main.c353 part->chctl.all_flags != 0 ||
422 part->chctl.all_flags = 0;
868 part->chctl.flags[ch->number] |=

Completed in 139 milliseconds