Searched refs:batches (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-again.sh34 echo Prior run batches file does not exist: $oldrun/batches
H A Dkvm.sh73 echo " --dryrun batches|scenarios|sched|script"
155 checkarg --dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--'
402 # Generate a script to execute the tests in appropriate batches.
598 # Extract the tests and their batches from the script.
608 }' > $T/batches
611 grep -v '^#' $T/batches | awk '
643 echo Total number of batches: $nbatches
645 elif test "$dryrun" = batches
647 cat $T/batches
[all...]
H A Dkvm-remote.sh213 # Function to start batches on idle remote $systems
265 echo All batches started. `date` | tee -a "$oldrun/remote-log"
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c263 struct eb_vma *batches[MAX_ENGINE_INSTANCE + 1]; member in struct:i915_execbuffer
272 /* number of batches in execbuf IOCTL */
602 eb->batches[*current_batch] = ev;
1839 GEM_BUG_ON(!eb->batches[0]);
1974 * Using two helper loops for the order of which requests / batches are created
2271 * batch" bit. Hence we need to pin secure batches into the global gtt.
2288 batch = eb_dispatch_secure(eb, eb->batches[0]->vma);
2359 eb->batches[0]->vma,
2366 eb->batches[0] = &eb->vma[eb->buffer_count++];
2367 eb->batches[
[all...]
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py610 batches = [parallel[n : n + 32] for n in range(0, len(parallel), 32)]
611 batches.insert(0, serial)
614 print("Using {} batches and {} workers".format(len(batches), args.mp))
624 pres = p.map(__mp_runner, batches)
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_sched.c677 u32 batches = V3D_CORE_READ(0, V3D_CSD_CURRENT_CFG4(v3d->ver)); local
682 if (job->timedout_batches != batches) {
683 job->timedout_batches = batches;
/linux-master/arch/sparc/lib/
H A DM7memcpy.S450 ! ST_CHUNK batches up initial BIS operations for several cache lines

Completed in 302 milliseconds