| /linux-6.15/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm.sh | 614 }' > $T/batches 617 grep -v '^#' $T/batches | awk ' 649 echo Total number of batches: $nbatches 651 elif test "$dryrun" = batches 653 cat $T/batches 663 cp $T/batches $resdir/$ds/batches 665 echo '#' cpus=$cpus >> $resdir/$ds/batches
|
| H A D | kvm-again.sh | 34 echo Prior run batches file does not exist: $oldrun/batches
|
| H A D | kvm-remote.sh | 271 echo All batches started. `date` | tee -a "$oldrun/remote-log"
|
| /linux-6.15/Documentation/block/ |
| H A 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-6.15/drivers/gpu/drm/i915/ |
| H A D | Kconfig.profile | 124 int "Scheduling quantum for userspace batches (ms, jiffy granularity)" 127 When two user batches of equal priority are executing, we will 130 an implicit dependency between those batches that requires
|
| /linux-6.15/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 261 struct eb_vma *batches[MAX_ENGINE_INSTANCE + 1]; member 600 eb->batches[*current_batch] = ev; in eb_add_vma() 1837 GEM_BUG_ON(!eb->batches[0]); in eb_relocate_parse_slow() 2357 eb->batches[0]->vma, in eb_parse() 2364 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse() 2365 eb->batches[0]->vma = i915_vma_get(shadow); in eb_parse() 2366 eb->batches[0]->flags = __EXEC_OBJECT_HAS_PIN; in eb_parse() 2376 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse() 2378 eb->batches[0]->vma = i915_vma_get(batch); in eb_parse() 2446 eb->batches[i]->vma, in eb_submit() [all …]
|
| /linux-6.15/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 609 batches = [parallel[n : n + 32] for n in range(0, len(parallel), 32)] 610 batches.insert(0, serial) 613 print("Using {} batches and {} workers".format(len(batches), args.mp)) 623 pres = p.map(__mp_runner, batches)
|
| /linux-6.15/Documentation/mm/ |
| H A D | free_page_reporting.rst | 19 Once registered the page reporting API will begin reporting batches of
|
| H A D | physical_memory.rst | 364 Pagesets and the global free areas (managed by the buddy allocator) in batches.
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | multigen_lru.rst | 40 batches, when MMU sets it (e.g., on x86). This behavior can 45 batches.
|
| /linux-6.15/drivers/gpu/drm/v3d/ |
| H A D | v3d_sched.c | 813 u32 batches = V3D_CORE_READ(0, V3D_CSD_CURRENT_CFG4(v3d->ver)); in v3d_csd_job_timedout() local 818 if (job->timedout_batches != batches) { in v3d_csd_job_timedout() 819 job->timedout_batches = batches; in v3d_csd_job_timedout()
|
| /linux-6.15/Documentation/gpu/rfc/ |
| H A 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
|
| H A D | i915_vm_bind.rst | 39 batches (which would require additional TLB flushes, which is not supported).
|
| /linux-6.15/Documentation/RCU/ |
| H A 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
|
| H A D | checklist.rst | 222 Restructure your code so that it batches the updates, allowing
|
| H A D | whatisRCU.rst | 224 requests in batches in order to improve efficiencies, which can
|
| /linux-6.15/Documentation/admin-guide/device-mapper/ |
| H A D | dm-clone.rst | 119 batches of this many regions. 176 batches of this many regions.
|
| /linux-6.15/Documentation/bpf/ |
| H A D | bpf_prog_run.rst | 92 in batches. The batch size defaults to 64 packets (which is same as the
|
| /linux-6.15/Documentation/networking/ |
| H A D | kcm.rst | 253 based on groups, or batches of messages, can be beneficial for performance.
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 231 Do sorting on batches of events, use when noticing out of order events that
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | msm8994-msft-lumia-octagon.dtsi | 856 * However various brands have been used in various product batches,
|
| /linux-6.15/arch/sparc/lib/ |
| H A D | M7memcpy.S | 450 ! ST_CHUNK batches up initial BIS operations for several cache lines
|
| /linux-6.15/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 355 implies punting batches to a workqueue.
|
| /linux-6.15/Documentation/core-api/ |
| H A D | dma-api.rst | 827 that the code allocates entries in batches, so the exact number of
|
| /linux-6.15/mm/ |
| H A D | Kconfig | 713 batches. The batch number is scaled automatically to improve page
|