Home
last modified time | relevance | path

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

1234

/Linux-v5.4/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.c336 if (bad->s_fence->scheduled.context == in drm_sched_increase_karma()
489 guilty_context = s_job->s_fence->scheduled.context; in drm_sched_resubmit_jobs()
492 if (found_guilty && s_job->s_fence->scheduled.context == guilty_context) in drm_sched_resubmit_jobs()
/Linux-v5.4/arch/s390/pci/
Dpci_irq.c147 atomic_t scheduled; member
153 atomic_t *scheduled = data; in zpci_handle_remote_irq() local
157 } while (atomic_dec_return(scheduled)); in zpci_handle_remote_irq()
179 if (atomic_inc_return(&cpu_data->scheduled) > 1) in zpci_handle_fallback_irq()
183 cpu_data->csd.info = &cpu_data->scheduled; in zpci_handle_fallback_irq()
/Linux-v5.4/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.4/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.4/drivers/staging/media/soc_camera/
DTODO1 The SoC camera framework is obsolete and scheduled for removal in the near
/Linux-v5.4/fs/btrfs/
Dreada.c61 int scheduled; member
110 re->scheduled = 0; in __readahead_hook()
716 if (re->scheduled || list_empty(&re->extctl)) { in reada_start_machine_dev()
721 re->scheduled = 1; in reada_start_machine_dev()
878 list_empty(&re->extctl), re->scheduled); in dump_devs()
905 if (!re->scheduled) { in dump_devs()
911 list_empty(&re->extctl), re->scheduled); in dump_devs()
/Linux-v5.4/kernel/
Dworkqueue_internal.h34 struct list_head scheduled; /* L: scheduled works */ member
Dworkqueue.c1823 INIT_LIST_HEAD(&worker->scheduled); in alloc_worker()
1974 WARN_ON(!list_empty(&worker->scheduled)) || in destroy_worker()
2195 move_linked_works(work, &collision->scheduled, NULL); in process_one_work()
2328 while (!list_empty(&worker->scheduled)) { in process_scheduled_works()
2329 struct work_struct *work = list_first_entry(&worker->scheduled, in process_scheduled_works()
2395 WARN_ON_ONCE(!list_empty(&worker->scheduled)); in worker_thread()
2416 if (unlikely(!list_empty(&worker->scheduled))) in worker_thread()
2419 move_linked_works(work, &worker->scheduled, NULL); in worker_thread()
2465 struct list_head *scheduled = &rescuer->scheduled; in rescuer_thread() local
2511 WARN_ON_ONCE(!list_empty(scheduled)); in rescuer_thread()
[all …]
/Linux-v5.4/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
Ddv13942 Date: May 2010 (scheduled), finally removed in kernel v2.6.37
Draw13942 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.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c280 if (dma_fence_is_signaled(&s_fence->scheduled)) in amdgpu_sync_peek_fence()
283 return &s_fence->scheduled; in amdgpu_sync_peek_fence()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Drc.h53 u8 *prev_ack, bool *scheduled);
/Linux-v5.4/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.4/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.4/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.4/Documentation/media/v4l-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.4/include/drm/
Dgpu_scheduler.h126 struct dma_fence scheduled; member
/Linux-v5.4/drivers/soc/fsl/qbman/
DKconfig65 across a series of FQs scheduled to different portals (and cpus), with
/Linux-v5.4/drivers/rtc/
Dinterface.c395 time64_t now, scheduled; in __rtc_set_alarm() local
402 scheduled = rtc_tm_to_time64(&alarm->time); in __rtc_set_alarm()
409 if (scheduled <= now) in __rtc_set_alarm()
/Linux-v5.4/Documentation/driver-api/dmaengine/
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
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-class-rfkill49 This file was scheduled to be removed in 2014, but due to its

1234