Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 – 25 of 138) 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.c136 const char *scheduled = qatomic_read(&to->scheduled); in qemu_aio_coroutine_enter() local
145 if (scheduled) { in qemu_aio_coroutine_enter()
148 __func__, scheduled); in qemu_aio_coroutine_enter()
H A Dasync.c568 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()
638 __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.c187 if (s_fence && f == &s_fence->scheduled) { in drm_sched_entity_kill_jobs_cb()
199 dma_fence_put(&s_fence->scheduled); in drm_sched_entity_kill_jobs_cb()
410 fence = dma_fence_get(&s_fence->scheduled); in drm_sched_entity_add_dependency_cb()
/openbmc/phosphor-state-manager/
H A Dmeson.options17 value: '/xyz/openbmc_project/scheduled/host',
18 description: 'The scheduled host Dbus root.',
76 'scheduled-host-transition-persist-path', type: 'string',
78 description: 'Path of file for storing the scheduled time and the requested transition.',
94 'scheduled-host-transition-busname', type: 'string',
96 description: 'The scheduled host transition Dbus busname to own.',
/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/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/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/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DScheduledHostTransition.interface.yaml30 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 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/qemu/include/qemu/
H A Dcoroutine_int.h60 const char *scheduled; member
/openbmc/phosphor-state-manager/service_files/
H A Dxyz.openbmc_project.State.ScheduledHostTransition@.service7 ExecStart=/usr/bin/phosphor-scheduled-host-transition --host %i
/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
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c196 struct dma_fence *fence = &leader->base.s_fence->scheduled; in amdgpu_job_set_gang_leader()
216 if (job->gang_submit != &job->base.s_fence->scheduled) in amdgpu_job_free()
338 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/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

123456