Home
last modified time | relevance | path

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

12345

/linux/drivers/gpu/drm/scheduler/
H A Dsched_fence.c68 /* 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()
232 dma_fence_init(&fence->scheduled, &drm_sched_fence_ops_scheduled, in drm_sched_fence_init()
H A Dsched_entity.c155 * drm_sched_entity_error - return error of last scheduled job
158 * Opportunistically return the error of the last scheduled job. Result can
199 if (s_fence && f == &s_fence->scheduled) { in drm_sched_entity_kill_jobs_cb()
200 /* The dependencies array had a reference on the scheduled in drm_sched_entity_kill_jobs_cb()
209 * had on the scheduled fence. in drm_sched_entity_kill_jobs_cb()
211 dma_fence_put(&s_fence->scheduled); in drm_sched_entity_kill_jobs_cb()
403 * Fence is a scheduled/finished fence from a job in drm_sched_entity_add_dependency_cb()
417 * it to be scheduled in drm_sched_entity_add_dependency_cb()
419 fence = dma_fence_get(&s_fence->scheduled); in drm_sched_entity_add_dependency_cb()
/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
/linux/Documentation/arch/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
/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()
/linux/net/sctp/
H A Dstream_sched_prio.c64 /* 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
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()
/linux/include/linux/
H A Dposix-timers_types.h64 * @work: The task work to be scheduled
66 * @scheduled: @work has been scheduled already, no further processing
71 unsigned int scheduled; member
/linux/kernel/
H A Dworkqueue_internal.h42 struct list_head scheduled; /* L: scheduled works */ member
/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
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
/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 Draw13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
H A Ddv13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
H A Dvideo13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
/linux/drivers/infiniband/hw/hfi1/
H A Drc.h53 u8 *prev_ack, bool *scheduled);
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c283 struct dma_fence *fence = &leader->base.s_fence->scheduled; in amdgpu_job_set_gang_leader()
303 if (job->gang_submit != &job->base.s_fence->scheduled) in amdgpu_job_free()
440 /* Signal all jobs not yet scheduled */ in amdgpu_job_stop_all_jobs_on_sched()
448 dma_fence_signal(&s_fence->scheduled); in amdgpu_job_stop_all_jobs_on_sched()
456 /* Signal all jobs already scheduled to HW */ in amdgpu_job_stop_all_jobs_on_sched()
H A Damdgpu_sync.c333 * when they are scheduled. in amdgpu_sync_peek_fence()
336 if (dma_fence_is_signaled(&s_fence->scheduled)) in amdgpu_sync_peek_fence()
339 return &s_fence->scheduled; in amdgpu_sync_peek_fence()
/linux/kernel/time/
H A Dposix-cpu-timers.c1193 p->posix_cputimers_work.scheduled = false; in clear_posix_cputimers_work()
1206 * Note: All operations on tsk->posix_cputimer_work.scheduled happen either
1213 return tsk->posix_cputimers_work.scheduled; in posix_cpu_timers_work_scheduled()
1218 if (WARN_ON_ONCE(tsk->posix_cputimers_work.scheduled)) in __run_posix_cpu_timers()
1222 tsk->posix_cputimers_work.scheduled = true; in __run_posix_cpu_timers()
1237 tsk->posix_cputimers_work.scheduled = false; in posix_cpu_timers_enable_work()
1258 tsk->posix_cputimers_work.scheduled = false; in posix_cpu_timers_enable_work()
1419 * work is already scheduled there is no point to do anything here. in run_posix_cpu_timers()
/linux/drivers/gpu/drm/scheduler/tests/
H A Dsched_tests.h208 * drm_mock_sched_job_wait_scheduled - Wait until a job is scheduled
213 * Returns: true if scheduled within the timeout provided, otherwise false
220 return dma_fence_wait_timeout(&job->base.s_fence->scheduled, in drm_mock_sched_job_wait_scheduled()
/linux/Documentation/scheduler/
H A Dsched-ext.rst52 treated as ``SCHED_NORMAL`` and scheduled by the fair-class scheduler until the
57 ``SCHED_EXT`` tasks are scheduled by sched_ext.
60 set in ``ops->flags``, only tasks with the ``SCHED_EXT`` policy are scheduled
62 ``SCHED_IDLE`` policies are scheduled by the fair-class scheduler.
217 The following briefly shows how a waking task is scheduled and executed.
/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
/linux/drivers/staging/media/
H A DKconfig48 scheduled for future removal from the kernel.
/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.
/linux/Documentation/gpu/
H A Dpanthor.rst56 VM's and groups currently being scheduled for execution by the GPU.

12345