Searched refs:batches (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm.sh | 74 echo " --dryrun batches|scenarios|sched|script" 158 checkarg --dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--' 447 # Generate a script to execute the tests in appropriate batches. 633 # Extract the tests and their batches from the script. 643 }' > $T/batches 646 grep -v '^#' $T/batches | awk ' 678 echo Total number of batches: $nbatches 680 elif test "$dryrun" = batches 682 cat $T/batches [all...] |
| H A D | kvm-remote.sh | 271 echo All batches started. `date` | tee -a "$oldrun/remote-log"
|
| /linux/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/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/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() 1823 GEM_BUG_ON(!eb->batches[0]); in eb_relocate_parse_slow() 2272 batch = eb_dispatch_secure(eb, eb->batches[0]->vma); in eb_parse() 2343 eb->batches[0]->vma, in eb_parse() 2350 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse() 2351 eb->batches[0]->vma = i915_vma_get(shadow); in eb_parse() 2352 eb->batches[0]->flags = __EXEC_OBJECT_HAS_PIN; in eb_parse() 2362 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse() 2363 eb->batches[0]->flags = __EXEC_OBJECT_HAS_PIN; in eb_parse() [all …]
|
| /linux/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/Documentation/mm/ |
| H A D | free_page_reporting.rst | 19 Once registered the page reporting API will begin reporting batches of
|
| /linux/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/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/Documentation/admin-guide/device-mapper/ |
| H A D | dm-clone.rst | 119 batches of this many regions. 176 batches of this many regions.
|
| /linux/Documentation/networking/ |
| H A D | kcm.rst | 253 based on groups, or batches of messages, can be beneficial for performance.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 232 Do sorting on batches of events, use when noticing out of order events that
|
| /linux/Documentation/RCU/ |
| H A D | checklist.rst | 228 Restructure your code so that it batches the updates, allowing
|
| H A D | whatisRCU.rst | 227 requests in batches in order to improve efficiencies, which can
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 400 implies punting batches to a workqueue.
|
| /linux/mm/ |
| H A D | Kconfig | 676 batches. The batch number is scaled automatically to improve page
|