Searched refs:runstate (Results 1 – 6 of 6) sorted by relevance
664 rst.u.runstate.state = uc.args[1] + RUNSTATE_runnable - in main()674 rst.u.runstate.state = (uint64_t)-1; in main()675 rst.u.runstate.time_blocked = in main()677 rst.u.runstate.time_offline = in main()679 rst.u.runstate.time_runnable = -rst.u.runstate.time_blocked - in main()680 rst.u.runstate.time_offline; in main()689 rst.u.runstate.state = RUNSTATE_running; in main()690 rst.u.runstate.state_entry_time = 0x6b6b + 0x5a; in main()691 rst.u.runstate.time_blocked = 0x6b6b; in main()692 rst.u.runstate.time_offline = 0x5a; in main()[all …]
1049 data->u.runstate.time_running; in kvm_xen_vcpu_set_attr()1051 data->u.runstate.time_runnable; in kvm_xen_vcpu_set_attr()1053 data->u.runstate.time_blocked; in kvm_xen_vcpu_set_attr()1055 data->u.runstate.time_offline; in kvm_xen_vcpu_set_attr()1090 data->u.runstate.time_running; in kvm_xen_vcpu_set_attr()1092 data->u.runstate.time_runnable; in kvm_xen_vcpu_set_attr()1094 data->u.runstate.time_blocked; in kvm_xen_vcpu_set_attr()1096 data->u.runstate.time_offline; in kvm_xen_vcpu_set_attr()1209 data->u.runstate.time_running = in kvm_xen_vcpu_get_attr()1213 data->u.runstate.time_blocked = in kvm_xen_vcpu_get_attr()[all …]
376 __field(unsigned long, runstate)386 __entry->runstate = task->tk_runstate;395 rpc_show_runstate(__entry->runstate),428 __field(unsigned long, runstate)439 __entry->runstate = task->tk_runstate;449 rpc_show_runstate(__entry->runstate),
645 } runstate; member
5666 } runstate;5710 Setting the gpa to KVM_XEN_INVALID_GPA will disable the runstate area.5713 Sets the runstate (RUNSTATE_running/_runnable/_blocked/_offline) of5714 the given vCPU from the .u.runstate.state member of the structure.5719 Sets all fields of the vCPU runstate data from the .u.runstate member5720 of the structure, including the current runstate. The state_entry_time5724 This *adds* the contents of the .u.runstate members of the structure5725 to the corresponding members of the given vCPU's runstate data, thus5726 permitting atomic adjustments to the runstate times. The adjustment5729 runstate value (RUNSTATE_running, RUNSTATE_runnable, RUNSTATE_blocked[all …]