Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 – 25 of 137) sorted by relevance

123456

/openbmc/qemu/util/
H A Dqemu-coroutine-sleep.c29 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()
52 __func__, scheduled); in qemu_co_sleep()
H A Dqemu-coroutine.c264 const char *scheduled = qatomic_read(&to->scheduled); in qemu_aio_coroutine_enter() local
273 if (scheduled) { in qemu_aio_coroutine_enter()
276 __func__, scheduled); in qemu_aio_coroutine_enter()
H A Dasync.c570 qatomic_set(&co->scheduled, NULL); in co_schedule_bh_cb()
633 const char *scheduled = qatomic_cmpxchg(&co->scheduled, NULL, in aio_co_schedule() local
636 if (scheduled) { in aio_co_schedule()
639 __func__, scheduled); in aio_co_schedule()
/openbmc/linux/net/mptcp/
H A Dsched.c119 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/drivers/gpu/drm/scheduler/
H A Dsched_fence.c77 dma_fence_signal(&fence->scheduled); in drm_sched_fence_scheduled()
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 Dsched_entity.c189 if (s_fence && f == &s_fence->scheduled) { in drm_sched_entity_kill_jobs_cb()
201 dma_fence_put(&s_fence->scheduled); in drm_sched_entity_kill_jobs_cb()
412 fence = dma_fence_get(&s_fence->scheduled); in drm_sched_entity_add_dependency_cb()
/openbmc/openbmc-test-automation/openpower/
H A Dtest_timed_power_on.robot5 ... 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.
73 ... and expect the system to boot on scheduled time.
/openbmc/phosphor-state-manager/
H A Dmeson.options6 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/linux/Documentation/powerpc/
H A Dpmu-ebb.rst44 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/linux/drivers/staging/media/deprecated/atmel/
H A DKconfig21 This driver is deprecated and is scheduled for removal by
40 This driver is deprecated and is scheduled for removal by
/openbmc/qemu/docs/specs/
H A Drapl-msr.rst54 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/arch/s390/pci/
H A Dpci_irq.c179 atomic_t scheduled; member
185 atomic_t *scheduled = data; in zpci_handle_remote_irq() local
189 } while (atomic_dec_return(scheduled)); in zpci_handle_remote_irq()
212 if (atomic_inc_return(&cpu_data->scheduled) > 1) in zpci_handle_fallback_irq()
215 INIT_CSD(&cpu_data->csd, zpci_handle_remote_irq, &cpu_data->scheduled); in zpci_handle_fallback_irq()
/openbmc/openbmc/meta-ibm/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend13 # The scheduled-host-transition package provides support to
16 RRECOMMENDS:${PN}-host:append = " ${PN}-scheduled-host-transition"
/openbmc/linux/net/sctp/
H A Dstream_sched_prio.c105 bool scheduled = false; in sctp_sched_prio_unsched() local
111 scheduled = true; in sctp_sched_prio_unsched()
127 return scheduled; in sctp_sched_prio_unsched()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c195 struct dma_fence *fence = &leader->base.s_fence->scheduled; in amdgpu_job_set_gang_leader()
215 if (job->gang_submit != &job->base.s_fence->scheduled) in amdgpu_job_free()
336 dma_fence_signal(&s_fence->scheduled); in amdgpu_job_stop_all_jobs_on_sched()
H A Damdgpu_sync.c300 if (dma_fence_is_signaled(&s_fence->scheduled)) in amdgpu_sync_peek_fence()
303 return &s_fence->scheduled; in amdgpu_sync_peek_fence()
/openbmc/phosphor-state-manager/service_files/
H A Dxyz.openbmc_project.State.ScheduledHostTransition@.service7 ExecStart=/usr/bin/phosphor-scheduled-host-transition --host %i
/openbmc/qemu/include/qemu/
H A Dcoroutine_int.h60 const char *scheduled; member
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dl1d_flush.rst35 performed when the task is scheduled out and the incoming task belongs to a
68 requested L1D flushing is scheduled on a SMT-enabled core the kernel sends
/openbmc/linux/kernel/
H A Dworkqueue_internal.h42 struct list_head scheduled; /* L: scheduled works */ member
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pytest-xdist_3.5.0.bb12 # Note that the dependency on pytest-forked is scheduled to be dropped in 3.0
/openbmc/linux/Documentation/ABI/removed/
H A Ddevfs2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18
H A Dsysfs-class-rfkill11 This file was scheduled to be removed in 2012, and was removed
H A Ddv13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
H A Draw13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37

123456