| /Linux-v5.15/drivers/gpu/drm/scheduler/ |
| D | sched_fence.c | 53 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()
|
| D | sched_main.c | 543 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/ |
| D | pci_irq.c | 179 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/ |
| D | pmu-ebb.rst | 44 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/ |
| D | stream_sched_prio.c | 92 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/ |
| D | reada.c | 62 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/ |
| D | workqueue_internal.h | 35 struct list_head scheduled; /* L: scheduled works */ member
|
| D | workqueue.c | 1851 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/ |
| D | l1d_flush.rst | 35 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
|
| D | core-scheduling.rst | 35 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/ |
| D | devfs | 2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18
|
| D | sysfs-class-rfkill | 11 This file was scheduled to be removed in 2012, and was removed
|
| D | raw1394 | 2 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
|
| D | dv1394 | 2 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
|
| D | video1394 | 2 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
|
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_sync.c | 326 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/ |
| D | rc.h | 53 u8 *prev_ack, bool *scheduled);
|
| /Linux-v5.15/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-event_print.txt | 42 may need to be scheduled in. 55 On preemptible kernels (where the task can be scheduled
|
| /Linux-v5.15/kernel/time/ |
| D | posix-cpu-timers.c | 1179 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/ |
| D | active_mm.rst | 54 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/ |
| D | sas_scsi_host.c | 422 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/ |
| D | posix-timers.h | 143 unsigned int scheduled; member
|
| /Linux-v5.15/Documentation/driver-api/media/drivers/ |
| D | pxa_camera.rst | 170 - Videobuffer3 capture is not scheduled on DMA chain (as it stopped !!!) 186 and Videobuffer3 is scheduled on DMA chain.
|
| /Linux-v5.15/include/drm/ |
| D | gpu_scheduler.h | 133 struct dma_fence scheduled; member
|
| /Linux-v5.15/drivers/soc/fsl/qbman/ |
| D | Kconfig | 65 across a series of FQs scheduled to different portals (and cpus), with
|