Searched refs:remote_act_state (Results 1 – 2 of 2) sorted by relevance
61 part_uv->remote_act_state = XPC_P_AS_INACTIVE; in xpc_setup_partitions_uv()361 part_uv->remote_act_state = msg_hdr->act_state; in xpc_handle_activate_mq_msg_uv()829 if (part->sn.uv.remote_act_state == XPC_P_AS_INACTIVE) { in xpc_request_partition_activation_uv()857 if (part->sn.uv.remote_act_state != XPC_P_AS_DEACTIVATING && in xpc_request_partition_deactivation_uv()858 part->sn.uv.remote_act_state != XPC_P_AS_INACTIVE) { in xpc_request_partition_deactivation_uv()969 while (!((part->sn.uv.remote_act_state == XPC_P_AS_ACTIVATING) || in xpc_make_first_contact_uv()970 (part->sn.uv.remote_act_state == XPC_P_AS_ACTIVE))) { in xpc_make_first_contact_uv()
458 u8 remote_act_state; /* remote partition's act_state */ member