/openbmc/qemu/util/ |
H A D | qemu-coroutine-sleep.c | 29 const char *scheduled = qatomic_cmpxchg(&co->scheduled, in qemu_co_sleep_wake() local 32 assert(scheduled == qemu_co_sleep_ns__scheduled); in qemu_co_sleep_wake() 47 const char *scheduled = qatomic_cmpxchg(&co->scheduled, NULL, in qemu_co_sleep() local 49 if (scheduled) { in qemu_co_sleep() 51 "%s: Co-routine was already scheduled in '%s'\n", in qemu_co_sleep() 52 __func__, scheduled); in qemu_co_sleep()
|
H A D | qemu-coroutine.c | 259 * Read to before to->scheduled; pairs with qatomic_cmpxchg in in qemu_aio_coroutine_enter() 264 const char *scheduled = qatomic_read(&to->scheduled); in qemu_aio_coroutine_enter() local 270 /* if the Coroutine has already been scheduled, entering it again will in qemu_aio_coroutine_enter() 273 if (scheduled) { in qemu_aio_coroutine_enter() 275 "%s: Co-routine was already scheduled in '%s'\n", in qemu_aio_coroutine_enter() 276 __func__, scheduled); in qemu_aio_coroutine_enter()
|
H A D | async.c | 531 /* Returns true if aio_notify() was called (e.g. a BH was scheduled) */ 570 qatomic_set(&co->scheduled, NULL); in co_schedule_bh_cb() 632 const char *scheduled = qatomic_cmpxchg(&co->scheduled, NULL, in aio_co_schedule() local 635 if (scheduled) { in aio_co_schedule() 637 "%s: Co-routine was already scheduled in '%s'\n", in aio_co_schedule() 638 __func__, scheduled); in aio_co_schedule()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Schedule.v1_2_5.json | 92 …"description": "Days of the month when scheduled occurrences are enabled. `0` indicates that ever… 99 …ngDescription": "This property shall contain the days of the month when scheduled occurrences are … 106 …"description": "Days of the week when scheduled occurrences are enabled, for enabled days of the m… 117 …"longDescription": "Days of the week when scheduled occurrences are enabled. If not present, all … 122 "description": "Intervals when scheduled occurrences are enabled.", 135 …"description": "The months of the year when scheduled occurrences are enabled. If not present, al… 146 …gDescription": "This property shall contain the months of the year when scheduled occurrences are … 151 … "description": "The date and time when the initial occurrence is scheduled to occur.", 153 …"This property shall contain the date and time when the initial occurrence is scheduled to occur.", 171 "description": "The maximum number of scheduled occurrences.", [all …]
|
/openbmc/phosphor-state-manager/ |
H A D | scheduled_host_transition.cpp | 51 info("A scheduled host transition request has been made for {TIME}", "TIME", in scheduledTime() 55 // 0 means the function Scheduled Host Transition is disabled in scheduledTime() 61 "scheduledTime: The function Scheduled Host Transition is disabled."); in scheduledTime() 70 "Scheduled time is earlier than current time. Fail to schedule host transition."); in scheduledTime() 72 InvalidTime::REASON("Scheduled time is in the past")); in scheduledTime() 76 // Start a timer to do host transition at scheduled time in scheduledTime() 83 // Store scheduled values in scheduledTime() 112 // scheduled host transition as long as it's not an off request in hostTransition() 115 info("Set RestartCause to scheduled power on reason"); in hostTransition() 128 // Set scheduledTime to 0 to disable host transition and update scheduled in callback() [all …]
|
H A D | scheduled_host_transition.hpp | 26 * @brief Scheduled host transition implementation. 51 * @brief Handle with scheduled time 125 /** @brief Serialize the scheduled values */ 128 /** @brief Deserialize the scheduled values 130 * @param[out] time - Deserialized scheduled time 137 /** @brief Restore scheduled time and requested transition from persisted
|
H A D | meson.options | 6 value: '/xyz/openbmc_project/scheduled/host', 7 description: 'The scheduled host Dbus root.', 46 'scheduled-host-transition-persist-path', 49 description: 'Path of file for storing the scheduled time and the requested transition.',
|
/openbmc/phosphor-state-manager/test/ |
H A D | test_scheduled_host_transition.cpp | 64 // scheduled time is 1 min earlier than current time in TEST_F() 74 // scheduled time is 1 min later than current time in TEST_F() 98 // Check scheduled time in TEST_F() 105 // Current time is earlier than scheduled time due to BMC time changing in TEST_F() 108 // Set scheduled time, which is the same as bmc time is changed. in TEST_F() 110 // bmcTimeChangeForward, because set a scheduled time earlier than current in TEST_F()
|
/openbmc/openbmc-test-automation/openpower/ |
H A D | test_timed_power_on.robot | 5 ... System can be scheduled to Power ON at a specified time by using this feature. 23 ... /xyz/openbmc_project/scheduled/host0 xyz.openbmc_project.State.ScheduledHostTransition 27 ... /xyz/openbmc_project/scheduled/host0 xyz.openbmc_project.State.ScheduledHostTransition Schedul… 30 ... /xyz/openbmc_project/scheduled/host0 xyz.openbmc_project.State.ScheduledHostTransition Schedul… 49 ... the system to boot on scheduled time. 69 Log To Console BMC Scheduled Time Power on success. 74 ... and expect the system to boot on scheduled time. 104 Log To Console Host Scheduled Time Power on success.
|
/openbmc/phosphor-state-manager/service_files/ |
H A D | xyz.openbmc_project.State.ScheduledHostTransition@.service | 2 Description=Phosphor Scheduled Host%i Transition Manager 7 ExecStart=/usr/bin/phosphor-scheduled-host-transition --host %i
|
/openbmc/qemu/docs/specs/ |
H A D | rapl-msr.rst | 54 1. Snapshot of the time metrics of all QEMU threads (Time spent scheduled in 64 time spent scheduled for each QEMU thread *and* the energy spent by the 93 package has 4 cores, 400 ticks maximum can be scheduled on all the cores 98 of ticks the process has been scheduled in userspace (utime) and kernel 109 per second per core. If a thread was scheduled for 100 ticks between a second 110 on this package, that means my thread has been scheduled for 1/4 of the whole
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Schedule_v1.xml | 54 … <Annotation Term="OData.Description" String="The maximum number of scheduled occurrences."/> 55 …ongDescription" String="This property shall contain the maximum number of scheduled occurrences."/> 59 …"OData.Description" String="The date and time when the initial occurrence is scheduled to occur."/> 60 …This property shall contain the date and time when the initial occurrence is scheduled to occur."/> 69 …<Annotation Term="OData.Description" String="Days of the week when scheduled occurrences are enabl… 70 …<Annotation Term="OData.LongDescription" String="Days of the week when scheduled occurrences are e… 74 …<Annotation Term="OData.Description" String="Days of the month when scheduled occurrences are enab… 75 …ription" String="This property shall contain the days of the month when scheduled occurrences are … 81 …<Annotation Term="OData.Description" String="The months of the year when scheduled occurrences are… 82 …iption" String="This property shall contain the months of the year when scheduled occurrences are … [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | ScheduledHostTransition.interface.yaml | 30 The desired power transition to support scheduled power on/off. The 31 default operation supports scheduled power on.
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/state/ |
H A D | phosphor-state-manager_%.bbappend | 16 # The scheduled-host-transition package provides support to 19 RRECOMMENDS:${PN}-host:append = " ${PN}-scheduled-host-transition"
|
/openbmc/qemu/include/qemu/ |
H A D | coroutine_int.h | 59 * scheduled the coroutine. */ 60 const char *scheduled; member
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | ScheduledTime.errors.yaml | 2 description: Scheduled time is in the past
|
/openbmc/qemu/target/i386/kvm/ |
H A D | vmsr_energy.h | 38 * has been scheduled in User mode 40 * has been scheduled in System mode
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pytest-xdist_3.5.0.bb | 12 # Note that the dependency on pytest-forked is scheduled to be dropped in 3.0
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | vcpu.h | 87 /* VCPU is runnable, but not currently scheduled on any physical CPU. */ 109 * updated by the hypervisor each time the VCPU is scheduled. Thus 112 * VCPU was last scheduled to run.
|
/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog-config/ |
H A D | watchdog.conf | 35 # This greatly decreases the chance that watchdog won't be scheduled before
|
/openbmc/openbmc/poky/scripts/contrib/bb-perf/ |
H A D | buildstats.sh | 16 # 1. Tasks with largest stime (Amount of time that this process has been scheduled 20 # 2. Min, max, sum utime (Amount of time that this process has been scheduled
|
/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/ |
H A D | crond.init | 8 # programs at periodic scheduled times. vixie cron adds a
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/ |
H A D | phosphor-state-manager_git.bb | 23 ${PN}-scheduled-host-transition \ 160 FILES:${PN}-scheduled-host-transition = "${bindir}/phosphor-scheduled-host-transition" 161 DBUS_SERVICE:${PN}-scheduled-host-transition += "xyz.openbmc_project.State.ScheduledHostTransition@…
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | bios_attrs.json | 602 "possible_values": ["Enabled", "Scheduled", "Disabled"], 603 "value_names": ["Enabled", "Scheduled", "Disabled"], 605 …equentially on each core starting immediately), Scheduled (Run sequentially on each core at the sc… 938 …"help_text": "Only used when pvm_rpd_policy is set to “Scheduled”. This value represents the time … 939 "display_name": "RPD Scheduled Run Time of Day in Seconds" 948 …policy is set to “Scheduled”. This value represents the duration in minutes to run the processor d… 949 "display_name": "RPD Scheduled Run Time Duration in Minutes"
|
/openbmc/pldm/oem/ibm/configurations/bios/ |
H A D | bios_attrs.json | 639 "possible_values": ["Enabled", "Scheduled", "Disabled"], 640 "value_names": ["Enabled", "Scheduled", "Disabled"], 642 …equentially on each core starting immediately), Scheduled (Run sequentially on each core at the sc… 994 …"help_text": "Only used when pvm_rpd_policy is set to “Scheduled”. This value represents the time … 995 "display_name": "RPD Scheduled Run Time of Day in Seconds" 1004 …policy is set to “Scheduled”. This value represents the duration in minutes to run the processor d… 1005 "display_name": "RPD Scheduled Run Time Duration in Minutes"
|