Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H A Dxpc_uv.c83 part_uv->remote_act_state = XPC_P_AS_INACTIVE; in xpc_setup_partitions_uv()
432 part_uv->remote_act_state = msg_hdr->act_state; in xpc_handle_activate_mq_msg_uv()
436 /* syncing of remote_act_state was just done above */ in xpc_handle_activate_mq_msg_uv()
610 * ??? act_state or remote_act_state? in xpc_handle_activate_mq_msg_uv()
914 if (part->sn.uv.remote_act_state == XPC_P_AS_INACTIVE) { in xpc_request_partition_activation_uv()
942 if (part->sn.uv.remote_act_state != XPC_P_AS_DEACTIVATING && in xpc_request_partition_deactivation_uv()
943 part->sn.uv.remote_act_state != XPC_P_AS_INACTIVE) { in xpc_request_partition_deactivation_uv()
1047 * We send a sync msg to get the remote partition's remote_act_state in xpc_make_first_contact_uv()
1054 while (!((part->sn.uv.remote_act_state == XPC_P_AS_ACTIVATING) || in xpc_make_first_contact_uv()
1055 (part->sn.uv.remote_act_state in xpc_make_first_contact_uv()
[all...]
H A Dxpc.h458 u8 remote_act_state; /* remote partition's act_state */ member
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H A Dxpc_uv.c83 part_uv->remote_act_state = XPC_P_AS_INACTIVE; in xpc_setup_partitions_uv()
432 part_uv->remote_act_state = msg_hdr->act_state; in xpc_handle_activate_mq_msg_uv()
436 /* syncing of remote_act_state was just done above */ in xpc_handle_activate_mq_msg_uv()
610 * ??? act_state or remote_act_state? in xpc_handle_activate_mq_msg_uv()
914 if (part->sn.uv.remote_act_state == XPC_P_AS_INACTIVE) { in xpc_request_partition_activation_uv()
942 if (part->sn.uv.remote_act_state != XPC_P_AS_DEACTIVATING && in xpc_request_partition_deactivation_uv()
943 part->sn.uv.remote_act_state != XPC_P_AS_INACTIVE) { in xpc_request_partition_deactivation_uv()
1047 * We send a sync msg to get the remote partition's remote_act_state in xpc_make_first_contact_uv()
1054 while (!((part->sn.uv.remote_act_state == XPC_P_AS_ACTIVATING) || in xpc_make_first_contact_uv()
1055 (part->sn.uv.remote_act_state in xpc_make_first_contact_uv()
[all...]
H A Dxpc.h458 u8 remote_act_state; /* remote partition's act_state */ member

Completed in 7 milliseconds