Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh597 }' > $T/batches
600 grep -v '^#' $T/batches | awk '
632 echo Total number of batches: $nbatches
634 elif test "$dryrun" = batches
636 cat $T/batches
646 cp $T/batches $resdir/$ds/batches
648 echo '#' cpus=$cpus >> $resdir/$ds/batches
H A Dkvm-again.sh34 echo Prior run batches file does not exist: $oldrun/batches
H A Dkvm-remote.sh265 echo All batches started. `date` | tee -a "$oldrun/remote-log"
/openbmc/linux/drivers/gpu/drm/i915/
H A DKconfig.profile124 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
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_sched.c346 u32 batches = V3D_CORE_READ(0, V3D_CSD_CURRENT_CFG4); in v3d_csd_job_timedout() local
351 if (job->timedout_batches != batches) { in v3d_csd_job_timedout()
352 job->timedout_batches = batches; in v3d_csd_job_timedout()
/openbmc/linux/Documentation/block/
H 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
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c260 struct eb_vma *batches[MAX_ENGINE_INSTANCE + 1]; member
599 eb->batches[*current_batch] = ev; in eb_add_vma()
1836 GEM_BUG_ON(!eb->batches[0]); in eb_relocate_parse_slow()
2293 batch = eb_dispatch_secure(eb, eb->batches[0]->vma); in eb_parse()
2364 eb->batches[0]->vma, in eb_parse()
2371 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse()
2372 eb->batches[0]->vma = i915_vma_get(shadow); in eb_parse()
2373 eb->batches[0]->flags = __EXEC_OBJECT_HAS_PIN; in eb_parse()
2383 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse()
2384 eb->batches[0]->flags = __EXEC_OBJECT_HAS_PIN; in eb_parse()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/parallel/
H A Dparallel_20241222.bb3 It allows users to run multiple commands simultaneously, making it easier to process large batches
/openbmc/linux/Documentation/mm/
H A Dfree_page_reporting.rst19 Once registered the page reporting API will begin reporting batches of
/openbmc/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst40 batches, when MMU sets it (e.g., on x86). This behavior can
45 batches.
/openbmc/linux/Documentation/gpu/rfc/
H 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
H A Di915_vm_bind.rst39 batches (which would require additional TLB flushes, which is not supported).
/openbmc/linux/Documentation/RCU/
H 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
H A Dchecklist.rst222 Restructure your code so that it batches the updates, allowing
/openbmc/openbmc/poky/documentation/test-manual/
H A Dtest-process.rst16 up in batches either in the ``master-next`` branch in the main trees, or
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-clone.rst119 batches of this many regions.
176 batches of this many regions.
/openbmc/linux/Documentation/bpf/
H A Dbpf_prog_run.rst92 in batches. The batch size defaults to 64 packets (which is same as the
/openbmc/linux/Documentation/networking/
H A Dkcm.rst253 based on groups, or batches of messages, can be beneficial for performance.
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8994-msft-lumia-octagon.dtsi860 * However various brands have been used in various product batches,
/openbmc/linux/tools/perf/Documentation/
H A Dperf-trace.txt227 Do sorting on batches of events, use when noticing out of order events that
/openbmc/qemu/docs/devel/
H A Dreplay.rst65 system emulation. As it is important that batches of events are kept
/openbmc/qemu/docs/
H A Drdma.txt384 Chunks are also transmitted in batches: This means that we
/openbmc/linux/arch/sparc/lib/
H A DM7memcpy.S450 ! ST_CHUNK batches up initial BIS operations for several cache lines
/openbmc/linux/Documentation/core-api/
H A Ddma-api.rst827 that the code allocates entries in batches, so the exact number of
/openbmc/linux/mm/
H A DKconfig726 batches. The batch number is scaled automatically to improve page

12