Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh71 echo " --dryrun batches|scenarios|sched|script"
144 checkarg --dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--'
391 # Generate a script to execute the tests in appropriate batches.
587 # Extract the tests and their batches from the script.
597 }' > $T/batches
600 grep -v '^#' $T/batches | awk '
632 echo Total number of batches: $nbatches
634 elif test "$dryrun" = batches
636 cat $T/batches
[all...]
H A Dkvm-again.sh34 echo Prior run batches file does not exist: $oldrun/batches
H A Dkvm-remote.sh213 # Function to start batches on idle remote $systems
265 echo All batches started. `date` | tee -a "$oldrun/remote-log"
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c260 struct eb_vma *batches[MAX_ENGINE_INSTANCE + 1]; member
269 /* number of batches in execbuf IOCTL */
599 eb->batches[*current_batch] = ev; in eb_add_vma()
1836 GEM_BUG_ON(!eb->batches[0]); in eb_relocate_parse_slow()
1971 * Using two helper loops for the order of which requests / batches are created
2276 * batch" bit. Hence we need to pin secure batches into the global gtt. in eb_dispatch_secure()
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[ in eb_parse()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/
H A Dv3d_sched.c344 u32 batches = V3D_CORE_READ(0, V3D_CSD_CURRENT_CFG4); in v3d_csd_job_timedout() local
349 if (job->timedout_batches != batches) { in v3d_csd_job_timedout()
350 job->timedout_batches = batches; in v3d_csd_job_timedout()
/kernel/linux/linux-6.6/drivers/gpu/drm/v3d/
H 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()
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DM7memcpy.S450 ! ST_CHUNK batches up initial BIS operations for several cache lines
/kernel/linux/linux-6.6/arch/sparc/lib/
H A DM7memcpy.S450 ! ST_CHUNK batches up initial BIS operations for several cache lines

Completed in 9 milliseconds