Searched refs:batches (Results 1 – 21 of 21) sorted by relevance
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 598 }' > $T/batches 601 grep -v '^#' $T/batches | awk ' 633 echo Total number of batches: $nbatches 635 elif test "$dryrun" = batches 637 cat $T/batches 647 cp $T/batches $resdir/$ds/batches 649 echo '#' cpus=$cpus >> $resdir/$ds/batches
|
D | kvm-again.sh | 35 echo Prior run batches file does not exist: $oldrun/batches
|
D | kvm-remote.sh | 260 echo All batches started. `date` | tee -a "$oldrun/remote-log"
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 106 int "Scheduling quantum for userspace batches (ms, jiffy granularity)" 109 When two user batches of equal priority are executing, we will 112 an implicit dependency between those batches that requires
|
/Linux-v6.1/Documentation/block/ |
D | deadline-iosched.rst | 35 Requests are grouped into ``batches`` of a particular data direction (read or 37 deadline expiries are only checked between batches. fifo_batch controls the
|
/Linux-v6.1/drivers/gpu/drm/v3d/ |
D | v3d_sched.c | 339 u32 batches = V3D_CORE_READ(0, V3D_CSD_CURRENT_CFG4); in v3d_csd_job_timedout() local 344 if (job->timedout_batches != batches) { in v3d_csd_job_timedout() 345 job->timedout_batches = batches; in v3d_csd_job_timedout()
|
/Linux-v6.1/drivers/gpu/drm/i915/gem/ |
D | i915_gem_execbuffer.c | 259 struct eb_vma *batches[MAX_ENGINE_INSTANCE + 1]; member 595 eb->batches[*current_batch] = ev; in eb_add_vma() 1787 GEM_BUG_ON(!eb->batches[0]); in eb_relocate_parse_slow() 2242 batch = eb_dispatch_secure(eb, eb->batches[0]->vma); in eb_parse() 2313 eb->batches[0]->vma, in eb_parse() 2320 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse() 2321 eb->batches[0]->vma = i915_vma_get(shadow); in eb_parse() 2322 eb->batches[0]->flags = __EXEC_OBJECT_HAS_PIN; in eb_parse() 2332 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse() 2333 eb->batches[0]->flags = __EXEC_OBJECT_HAS_PIN; in eb_parse() [all …]
|
/Linux-v6.1/Documentation/mm/ |
D | free_page_reporting.rst | 21 Once registered the page reporting API will begin reporting batches of
|
/Linux-v6.1/Documentation/admin-guide/mm/ |
D | multigen_lru.rst | 40 batches, when MMU sets it (e.g., on x86). This behavior can 45 batches.
|
/Linux-v6.1/Documentation/gpu/rfc/ |
D | i915_scheduler.rst | 27 * After I915_CONTEXT_ENGINES_EXT_PARALLEL a user can submit N batches to 28 a slot in a single execbuf IOCTL and the batches run on the GPU in
|
D | i915_vm_bind.rst | 39 batches (which would require additional TLB flushes, which is not supported).
|
/Linux-v6.1/Documentation/RCU/ |
D | torture.rst | 104 by readers, but in terms of counter flips (or batches) rather 178 complete all the scenarios in two batches, reducing the time to complete 181 but rather tell you how the tests would be scheduled into batches. This
|
D | checklist.rst | 214 Restructure your code so that it batches the updates, allowing
|
D | whatisRCU.rst | 206 requests in batches in order to improve efficiencies, which can
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | dm-clone.rst | 119 batches of this many regions. 176 batches of this many regions.
|
/Linux-v6.1/Documentation/bpf/ |
D | bpf_prog_run.rst | 92 in batches. The batch size defaults to 64 packets (which is same as the
|
/Linux-v6.1/Documentation/networking/ |
D | kcm.rst | 253 based on groups, or batches of messages, can be beneficial for performance.
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | msm8994-msft-lumia-octagon.dtsi | 863 * However various brands have been used in various product batches,
|
/Linux-v6.1/tools/perf/Documentation/ |
D | perf-trace.txt | 227 Do sorting on batches of events, use when noticing out of order events that
|
/Linux-v6.1/arch/sparc/lib/ |
D | M7memcpy.S | 450 ! ST_CHUNK batches up initial BIS operations for several cache lines
|
/Linux-v6.1/Documentation/core-api/ |
D | dma-api.rst | 827 that the code allocates entries in batches, so the exact number of
|