/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()
|
/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 | 5 value: '/xyz/openbmc_project/scheduled/host', 6 description: 'The scheduled host Dbus root.', 40 'scheduled-host-transition-persist-path', type: 'string', 42 description: 'Path of file for storing the scheduled time and the requested transition.',
|
/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. 22 ... /xyz/openbmc_project/scheduled/host0 xyz.openbmc_project.State.ScheduledHostTransition 26 ... /xyz/openbmc_project/scheduled/host0 xyz.openbmc_project.State.ScheduledHostTransition Schedul… 29 ... /xyz/openbmc_project/scheduled/host0 xyz.openbmc_project.State.ScheduledHostTransition Schedul… 48 ... the system to boot on scheduled time. 68 Log To Console BMC Scheduled Time Power on success. 73 ... and expect the system to boot on scheduled time. 103 Log To Console Host Scheduled Time Power on success.
|
/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/linux/include/drm/ |
H A D | gpu_scheduler.h | 102 * Runqueue on which this entity is currently scheduled. 114 * be scheduled on any scheduler on this list. 170 * &drm_sched_fence.scheduled uses the fence_context but 199 * Points to the finished fence of the last scheduled job. Only written 244 * struct drm_sched_rq - queue of entities to be scheduled. 248 * @entities: list of the entities to be scheduled. 249 * @current_entity: the entity which is to be scheduled. 269 * @scheduled: this fence is what will be signaled by the scheduler 270 * when the job is scheduled. 272 struct dma_fence scheduled; member [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | pno.h | 17 * brcmf_pno_start_sched_scan - initiate scheduled scan on device. 20 * @req: configuration parameters for scheduled scan. 26 * brcmf_pno_stop_sched_scan - terminate scheduled scan on device. 34 * brcmf_pno_wiphy_params - fill scheduled scan parameters in wiphy instance.
|
/openbmc/linux/drivers/gpu/drm/scheduler/ |
H A D | sched_fence.c | 68 /* Set the parent before signaling the scheduled fence, such that, in drm_sched_fence_scheduled() 70 * been scheduled (which is the case for drivers delegating waits in drm_sched_fence_scheduled() 77 dma_fence_signal(&fence->scheduled); in drm_sched_fence_scheduled() 143 * Drop the extra reference from the scheduled fence to the base fence. 149 dma_fence_put(&fence->scheduled); in drm_sched_fence_release_finished() 199 return container_of(f, struct drm_sched_fence, scheduled); in to_drm_sched_fence() 230 dma_fence_init(&fence->scheduled, &drm_sched_fence_ops_scheduled, in drm_sched_fence_init()
|
H A D | sched_entity.c | 146 * drm_sched_entity_error - return error of last scheduled job 149 * Opportunistically return the error of the last scheduled job. Result can 189 if (s_fence && f == &s_fence->scheduled) { in drm_sched_entity_kill_jobs_cb() 190 /* The dependencies array had a reference on the scheduled in drm_sched_entity_kill_jobs_cb() 199 * had on the scheduled fence. in drm_sched_entity_kill_jobs_cb() 201 dma_fence_put(&s_fence->scheduled); in drm_sched_entity_kill_jobs_cb() 396 * Fence is a scheduled/finished fence from a job in drm_sched_entity_add_dependency_cb() 410 * it to be scheduled in drm_sched_entity_add_dependency_cb() 412 fence = dma_fence_get(&s_fence->scheduled); in drm_sched_entity_add_dependency_cb() 419 /* Ignore it when it is already scheduled */ in drm_sched_entity_add_dependency_cb()
|
/openbmc/linux/net/mptcp/ |
H A D | sched.c | 119 bool scheduled) in mptcp_subflow_set_scheduled() argument 121 WRITE_ONCE(subflow->scheduled, scheduled); in mptcp_subflow_set_scheduled() 143 if (READ_ONCE(subflow->scheduled)) in mptcp_sched_get_send() 165 if (READ_ONCE(subflow->scheduled)) in mptcp_sched_get_retrans()
|
/openbmc/linux/Documentation/powerpc/ |
H A D | pmu-ebb.rst | 44 user process. This means once an EBB event is scheduled on the PMU, no non-EBB 56 first will be scheduled and the other will be put in error state. See the 84 userspace is able to reliably determine which PMC the event is scheduled on. 95 guarantee that it has been scheduled on the PMU. To ensure that the EBB event 96 has been scheduled on the PMU, you must perform a read() on the event. If the 97 read() returns EOF, then the event has not been scheduled and EBBs are not
|
/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/linux/drivers/gpu/drm/ |
H A D | drm_vblank_work.c | 99 * If @work is already scheduled, this function will reschedule said work 103 * %1 if @work was successfully (re)scheduled, %0 if it was either already 104 * scheduled or cancelled, or a negative error code on failure. 131 /* Already scheduled w/ same vbl count */ in drm_vblank_work_schedule() 172 * Cancel an already scheduled vblank work and wait for its 175 * On return, @work is guaranteed to no longer be scheduled or running, even 212 * drm_vblank_work_flush - wait for a scheduled vblank work to finish
|
/openbmc/linux/net/sctp/ |
H A D | stream_sched_prio.c | 64 /* Look into scheduled priorities first, as they are sorted and in sctp_sched_prio_get_head() 65 * we can find it fast IF it's scheduled. in sctp_sched_prio_get_head() 105 bool scheduled = false; in sctp_sched_prio_unsched() local 110 /* Scheduled */ in sctp_sched_prio_unsched() 111 scheduled = true; in sctp_sched_prio_unsched() 127 return scheduled; in sctp_sched_prio_unsched() 137 /* Nothing to do if already scheduled */ in sctp_sched_prio_sched()
|
/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/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | time-event.h | 50 * the first fragment is scheduled. 52 * the first 2 fragments are scheduled. 58 * scheduled. 116 * the first fragment is scheduled. 118 * the first 2 fragments are scheduled. 124 * scheduled. 253 * @status: true if scheduled, false otherwise (not executed) 387 * Note: the session protection will always be scheduled to start as
|
/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/linux/drivers/usb/host/ |
H A D | xhci-mtk.h | 60 * (@repeat==1) scheduled within the interval 72 * scheduled first time within the interval 74 * scheduled within a interval. in the simple algorithm, only 78 * @pkts: number of packets to be transferred in the scheduled uframes
|
/openbmc/linux/drivers/staging/media/deprecated/atmel/ |
H A D | Kconfig | 21 This driver is deprecated and is scheduled for removal by 40 This driver is deprecated and is scheduled for removal by
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_priolist_types.h | 23 /* Interactive workload, scheduled for immediate pageflipping */ 32 * another context. They get scheduled with their default priority and
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_task.c | 25 /* Check if task is idle i.e. not running, not scheduled in 54 * scheduled in the work queue. This routine is 170 "%ld tasks scheduled, %ld tasks done", in do_task() 226 /* now the task cannot be scheduled or run just wait in rxe_cleanup_task() 227 * for the previously scheduled tasks to finish. in rxe_cleanup_task()
|
/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.
|