Home
last modified time | relevance | path

Searched refs:scheduled (Results 26 – 50 of 138) sorted by relevance

123456

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Drc.h53 u8 *prev_ack, bool *scheduled);
/openbmc/linux/Documentation/ABI/removed/
H A Dvideo13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
/openbmc/phosphor-state-manager/
H A Dmeson.build43 'SCHEDULED_HOST_TRANSITION_PERSIST_PATH', get_option('scheduled-host-transition-persist-path'))
45 'SCHEDULED_HOST_TRANSITION_BUSNAME', get_option('scheduled-host-transition-busname'))
236 executable('phosphor-scheduled-host-transition',
/openbmc/linux/drivers/gpu/drm/ci/
H A Dgitlab-ci.yml150 # Rule to filter for only scheduled pipelines.
153 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
156 # Generic rule to not run the job during scheduled pipelines. Jobs that aren't
160 - if: *is-scheduled-pipeline
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c1225 p->posix_cputimers_work.scheduled = false; in clear_posix_cputimers_work()
1245 return tsk->posix_cputimers_work.scheduled; in posix_cpu_timers_work_scheduled()
1250 if (WARN_ON_ONCE(tsk->posix_cputimers_work.scheduled)) in __run_posix_cpu_timers()
1254 tsk->posix_cputimers_work.scheduled = true; in __run_posix_cpu_timers()
1269 tsk->posix_cputimers_work.scheduled = false; in posix_cpu_timers_enable_work()
1290 tsk->posix_cputimers_work.scheduled = false; in posix_cpu_timers_enable_work()
/openbmc/linux/drivers/gpu/drm/scheduler/
H A Dsched_main.c588 guilty_context = s_job->s_fence->scheduled.context; in drm_sched_resubmit_jobs()
591 if (found_guilty && s_job->s_fence->scheduled.context == guilty_context) in drm_sched_resubmit_jobs()
931 next->s_fence->scheduled.timestamp = in drm_sched_get_cleanup_job()
1195 if (bad->s_fence->scheduled.context == in drm_sched_increase_karma()
/openbmc/linux/drivers/staging/media/
H A DKconfig48 scheduled for future removal from the kernel.
/openbmc/linux/Documentation/mm/
H A Dactive_mm.rst58 anonymous process gets scheduled away, the borrowed address space is
70 gets scheduled away in favour of a real thread, the "zombie" mm gets
/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/
H A Dphosphor-state-manager_git.bb23 ${PN}-scheduled-host-transition \
142 FILES:${PN}-scheduled-host-transition = "${bindir}/phosphor-scheduled-host-transition"
143 DBUS_SERVICE:${PN}-scheduled-host-transition += "xyz.openbmc_project.State.ScheduledHostTransition@…
H A Dphosphor-state-manager-systemd-links.inc167 pkg_postinst:${PN}-scheduled-host-transition:append() {
177 pkg_prerm:${PN}-scheduled-host-transition:append() {
/openbmc/linux/include/linux/
H A Dposix-timers.h147 unsigned int scheduled; member
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dpxa_camera.rst170 - Videobuffer3 capture is not scheduled on DMA chain (as it stopped !!!)
186 and Videobuffer3 is scheduled on DMA chain.
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst35 Using this feature, userspace defines groups of tasks that can be co-scheduled
122 tasks selected to be scheduled are of the highest priority in a core. However,
128 by the scheduler (idle thread is scheduled to run).
224 - Gang scheduling: Requirements for a group of tasks that needs to be scheduled
/openbmc/linux/drivers/soc/fsl/qbman/
H A DKconfig65 across a series of FQs scheduled to different portals (and cpus), with
/openbmc/linux/include/drm/
H A Dgpu_scheduler.h272 struct dma_fence scheduled; member
/openbmc/linux/drivers/rtc/
H A Dinterface.c412 time64_t now, scheduled; in __rtc_set_alarm() local
419 scheduled = rtc_tm_to_time64(&alarm->time); in __rtc_set_alarm()
427 if (scheduled <= now) in __rtc_set_alarm()
/openbmc/linux/Documentation/networking/
H A Dnapi.rst45 A disabled NAPI can't be scheduled and its poll method is guaranteed
62 Later, after NAPI is scheduled, the driver's poll method will be
83 need to be scheduled).
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst122 is raised. Upon this interrupt, a tasklet is scheduled for the physical
133 be raised, and the tasklet will be scheduled once again, having a new
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_scsi_host.c392 int scheduled = 0, tries = 100; in sas_queue_reset() local
400 while (!scheduled && tries--) { in sas_queue_reset()
404 scheduled = 1; in sas_queue_reset()
414 if (scheduled) in sas_queue_reset()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-class-rfkill50 This file was scheduled to be removed in 2014, but due to its
/openbmc/openbmc/poky/meta/recipes-extended/cronie/
H A Dcronie_1.7.1.bb3 specified programs at scheduled times and related tools. It is based on the \
/openbmc/linux/arch/arm/mach-s3c/
H A DKconfig.s3c64xx26 The platform is deprecated and scheduled for removal. Please reach to
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c178 if (!test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &s_fence->scheduled.flags)) in amdgpu_ctx_fence_time()
183 return ktime_sub(ktime_get(), s_fence->scheduled.timestamp); in amdgpu_ctx_fence_time()
186 s_fence->scheduled.timestamp); in amdgpu_ctx_fence_time()
/openbmc/linux/Documentation/scheduler/
H A Dsched-deadline.rst59 scheduled using EDF[1] on these scheduling deadlines (the task with the
109 and cannot be scheduled until its scheduling deadline. The "replenishment
392 (Task_1 is scheduled as soon as it is released, and finishes just in time
393 to respect its deadline; Task_2 is scheduled immediately after Task_1, hence
433 result, Task_1 can be scheduled only at time t + e, and will finish at
479 In order to do this, a task must be scheduled by setting:
615 runtime at each instance, and that is scheduled according to the urgency of
738 The above creates 2 threads. The first one, scheduled by SCHED_DEADLINE,
739 executes for 10ms every 100ms. The second one, scheduled at SCHED_FIFO
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/e2tools/
H A De2tools_git.bb31 # done before do_configure(). So, do_configure_ptest() which is scheduled

123456