Searched refs:remote_act_state (Results 1 – 2 of 2) sorted by relevance
80 part_uv->remote_act_state = XPC_P_AS_INACTIVE; in xpc_setup_partitions_uv()429 part_uv->remote_act_state = msg_hdr->act_state; in xpc_handle_activate_mq_msg_uv()910 if (part->sn.uv.remote_act_state == XPC_P_AS_INACTIVE) { in xpc_request_partition_activation_uv()938 if (part->sn.uv.remote_act_state != XPC_P_AS_DEACTIVATING && in xpc_request_partition_deactivation_uv()939 part->sn.uv.remote_act_state != XPC_P_AS_INACTIVE) { in xpc_request_partition_deactivation_uv()1050 while (!((part->sn.uv.remote_act_state == XPC_P_AS_ACTIVATING) || in xpc_make_first_contact_uv()1051 (part->sn.uv.remote_act_state == XPC_P_AS_ACTIVE))) { in xpc_make_first_contact_uv()
718 u8 remote_act_state; /* remote partition's act_state */ member