Searched refs:runstate (Results 1 – 3 of 3) sorted by relevance
651 rst.u.runstate.state = uc.args[1] + RUNSTATE_runnable - in main()661 rst.u.runstate.state = (u64)-1; in main()662 rst.u.runstate.time_blocked = in main()664 rst.u.runstate.time_offline = in main()666 rst.u.runstate.time_runnable = -rst.u.runstate.time_blocked - in main()667 rst.u.runstate.time_offline; in main()676 rst.u.runstate.state = RUNSTATE_running; in main()677 rst.u.runstate.state_entry_time = 0x6b6b + 0x5a; in main()678 rst.u.runstate.time_blocked = 0x6b6b; in main()679 rst.u.runstate.time_offline = 0x5a; in main()[all …]
685 } runstate; member
5726 } runstate;5770 Setting the gpa to KVM_XEN_INVALID_GPA will disable the runstate area.5773 Sets the runstate (RUNSTATE_running/_runnable/_blocked/_offline) of5774 the given vCPU from the .u.runstate.state member of the structure.5779 Sets all fields of the vCPU runstate data from the .u.runstate member5780 of the structure, including the current runstate. The state_entry_time5784 This *adds* the contents of the .u.runstate members of the structure5785 to the corresponding members of the given vCPU's runstate data, thus5786 permitting atomic adjustments to the runstate times. The adjustment5789 runstate value (RUNSTATE_running, RUNSTATE_runnable, RUNSTATE_blocked[all …]