Home
last modified time | relevance | path

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

1234

/Linux-v5.15/drivers/gpu/drm/scheduler/
Dsched_fence.c53 int ret = dma_fence_signal(&fence->scheduled); in drm_sched_fence_scheduled()
56 DMA_FENCE_TRACE(&fence->scheduled, in drm_sched_fence_scheduled()
59 DMA_FENCE_TRACE(&fence->scheduled, in drm_sched_fence_scheduled()
128 dma_fence_put(&fence->scheduled); in drm_sched_fence_release_finished()
146 return container_of(f, struct drm_sched_fence, scheduled); in to_drm_sched_fence()
170 dma_fence_init(&fence->scheduled, &drm_sched_fence_ops_scheduled, in drm_sched_fence_create()
Dsched_main.c543 guilty_context = s_job->s_fence->scheduled.context; in drm_sched_resubmit_jobs_ext()
546 if (found_guilty && s_job->s_fence->scheduled.context == guilty_context) in drm_sched_resubmit_jobs_ext()
700 next->s_fence->scheduled.timestamp = in drm_sched_get_cleanup_job()
970 if (bad->s_fence->scheduled.context == in drm_sched_increase_karma_ext()
/Linux-v5.15/arch/s390/pci/
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()
211 if (atomic_inc_return(&cpu_data->scheduled) > 1) in zpci_handle_fallback_irq()
214 INIT_CSD(&cpu_data->csd, zpci_handle_remote_irq, &cpu_data->scheduled); in zpci_handle_fallback_irq()
/Linux-v5.15/Documentation/powerpc/
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-v5.15/net/sctp/
Dstream_sched_prio.c92 bool scheduled = false; in sctp_sched_prio_unsched() local
98 scheduled = true; in sctp_sched_prio_unsched()
114 return scheduled; in sctp_sched_prio_unsched()
/Linux-v5.15/fs/btrfs/
Dreada.c62 int scheduled; member
113 re->scheduled = 0; in __readahead_hook()
734 if (re->scheduled || list_empty(&re->extctl)) { in reada_start_machine_dev()
739 re->scheduled = 1; in reada_start_machine_dev()
902 list_empty(&re->extctl), re->scheduled); in dump_devs()
929 if (!re->scheduled) { in dump_devs()
935 list_empty(&re->extctl), re->scheduled); in dump_devs()
/Linux-v5.15/kernel/
Dworkqueue_internal.h35 struct list_head scheduled; /* L: scheduled works */ member
Dworkqueue.c1851 INIT_LIST_HEAD(&worker->scheduled); in alloc_worker()
2001 WARN_ON(!list_empty(&worker->scheduled)) || in destroy_worker()
2222 move_linked_works(work, &collision->scheduled, NULL); in process_one_work()
2357 while (!list_empty(&worker->scheduled)) { in process_scheduled_works()
2358 struct work_struct *work = list_first_entry(&worker->scheduled, in process_scheduled_works()
2424 WARN_ON_ONCE(!list_empty(&worker->scheduled)); in worker_thread()
2445 if (unlikely(!list_empty(&worker->scheduled))) in worker_thread()
2448 move_linked_works(work, &worker->scheduled, NULL); in worker_thread()
2494 struct list_head *scheduled = &rescuer->scheduled; in rescuer_thread() local
2540 WARN_ON_ONCE(!list_empty(scheduled)); in rescuer_thread()
[all …]
/Linux-v5.15/Documentation/admin-guide/hw-vuln/
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
Dcore-scheduling.rst35 Using this feature, userspace defines groups of tasks that can be co-scheduled
121 tasks selected to be scheduled are of the highest priority in a core. However,
127 by the scheduler (idle thread is scheduled to run).
223 - Gang scheduling: Requirements for a group of tasks that needs to be scheduled
/Linux-v5.15/Documentation/ABI/removed/
Ddevfs2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18
Dsysfs-class-rfkill11 This file was scheduled to be removed in 2012, and was removed
Draw13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
Ddv13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
Dvideo13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c326 if (dma_fence_is_signaled(&s_fence->scheduled)) in amdgpu_sync_peek_fence()
329 return &s_fence->scheduled; in amdgpu_sync_peek_fence()
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Drc.h53 u8 *prev_ack, bool *scheduled);
/Linux-v5.15/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_print.txt42 may need to be scheduled in.
55 On preemptible kernels (where the task can be scheduled
/Linux-v5.15/kernel/time/
Dposix-cpu-timers.c1179 return tsk->posix_cputimers_work.scheduled; in posix_cpu_timers_work_scheduled()
1184 if (WARN_ON_ONCE(tsk->posix_cputimers_work.scheduled)) in __run_posix_cpu_timers()
1188 tsk->posix_cputimers_work.scheduled = true; in __run_posix_cpu_timers()
1203 tsk->posix_cputimers_work.scheduled = false; in posix_cpu_timers_enable_work()
1224 tsk->posix_cputimers_work.scheduled = false; in posix_cpu_timers_enable_work()
/Linux-v5.15/Documentation/vm/
Dactive_mm.rst54 anonymous process gets scheduled away, the borrowed address space is
66 gets scheduled away in favour of a real thread, the "zombie" mm gets
/Linux-v5.15/drivers/scsi/libsas/
Dsas_scsi_host.c422 int scheduled = 0, tries = 100; in sas_queue_reset() local
432 while (!scheduled && tries--) { in sas_queue_reset()
436 scheduled = 1; in sas_queue_reset()
449 if (scheduled) in sas_queue_reset()
/Linux-v5.15/include/linux/
Dposix-timers.h143 unsigned int scheduled; member
/Linux-v5.15/Documentation/driver-api/media/drivers/
Dpxa_camera.rst170 - Videobuffer3 capture is not scheduled on DMA chain (as it stopped !!!)
186 and Videobuffer3 is scheduled on DMA chain.
/Linux-v5.15/include/drm/
Dgpu_scheduler.h133 struct dma_fence scheduled; member
/Linux-v5.15/drivers/soc/fsl/qbman/
DKconfig65 across a series of FQs scheduled to different portals (and cpus), with

1234