Home
last modified time | relevance | path

Searched refs:batches (Results 1 – 18 of 18) sorted by relevance

/linux/tools/testing/selftests/rcutorture/bin/
A Dkvm.sh589 }' > $T/batches
592 grep -v '^#' $T/batches | awk '
624 echo Total number of batches: $nbatches
626 elif test "$dryrun" = batches
628 cat $T/batches
638 cp $T/batches $resdir/$ds/batches
640 echo '#' cpus=$cpus >> $resdir/$ds/batches
A Dkvm-again.sh35 echo Prior run batches file does not exist: $oldrun/batches
A Dkvm-remote.sh248 echo All batches started. `date`
/linux/drivers/gpu/drm/i915/
A DKconfig.profile106 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/drivers/gpu/drm/v3d/
A Dv3d_sched.c339 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/Documentation/block/
A Ddeadline-iosched.rst35 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/drivers/gpu/drm/i915/gem/
A Di915_gem_execbuffer.c256 struct eb_vma *batches[MAX_ENGINE_INSTANCE + 1]; member
594 eb->batches[*current_batch] = ev; in eb_add_vma()
1720 GEM_BUG_ON(!eb->batches[0]); in eb_relocate_parse_slow()
2172 eb->batches[0]->vma, in eb_parse()
2179 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse()
2180 eb->batches[0]->vma = i915_vma_get(shadow); in eb_parse()
2181 eb->batches[0]->flags = __EXEC_OBJECT_HAS_PIN; in eb_parse()
2191 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse()
2193 eb->batches[0]->vma = i915_vma_get(batch); in eb_parse()
2272 eb->batches[i]->vma, in eb_submit()
[all …]
/linux/Documentation/vm/
A Dfree_page_reporting.rst21 Once registered the page reporting API will begin reporting batches of
/linux/Documentation/gpu/rfc/
A Di915_scheduler.rst27 * 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
/linux/Documentation/RCU/
A Dtorture.rst104 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
A Dchecklist.rst207 Restructure your code so that it batches the updates, allowing
A DwhatisRCU.rst202 requests in batches in order to improve efficiencies, which can
/linux/Documentation/admin-guide/device-mapper/
A Ddm-clone.rst119 batches of this many regions.
176 batches of this many regions.
/linux/Documentation/networking/
A Dkcm.rst253 based on groups, or batches of messages, can be beneficial for performance.
/linux/arch/arm64/boot/dts/qcom/
A Dmsm8994-msft-lumia-octagon.dtsi861 * However various brands have been used in various product batches,
/linux/tools/perf/Documentation/
A Dperf-trace.txt227 Do sorting on batches of events, use when noticing out of order events that
/linux/arch/sparc/lib/
A DM7memcpy.S450 ! ST_CHUNK batches up initial BIS operations for several cache lines
/linux/Documentation/core-api/
A Ddma-api.rst813 that the code allocates entries in batches, so the exact number of

Completed in 39 milliseconds