Home
last modified time | relevance | path

Searched refs:njobs (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/memory-model/scripts/
H A Dparseargs.sh99 njobs="`echo $1 | sed -e 's/^-j//'`"
100 trailchars="`echo $njobs | sed -e 's/[0-9]\+\(.*\)$/\1/'`"
106 LKMM_JOBS="`echo $njobs | sed -e 's/^\([0-9]\+\).*$/\1/'`"
/kernel/linux/linux-6.6/tools/memory-model/scripts/
H A Dparseargs.sh106 njobs="`echo $1 | sed -e 's/^-j//'`"
107 trailchars="`echo $njobs | sed -e 's/[0-9]\+\(.*\)$/\1/'`"
113 LKMM_JOBS="`echo $njobs | sed -e 's/^\([0-9]\+\).*$/\1/'`"
/kernel/linux/linux-5.10/scripts/
H A Dgenerate_initcall_order.pl190 my $njobs = $ENV{'PARALLELISM'} || get_online_processors();
212 # limit the number of children to $njobs
213 if (scalar(keys(%{$jobs})) >= $njobs) {
/kernel/linux/linux-6.6/scripts/
H A Dgenerate_initcall_order.pl190 my $njobs = $ENV{'PARALLELISM'} || get_online_processors();
212 # limit the number of children to $njobs
213 if (scalar(keys(%{$jobs})) >= $njobs) {
/kernel/linux/linux-5.10/drivers/scsi/dpt/
H A Ddpti_ioctl.h86 int njobs; /* # of jobs sent to HA */ member
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh346 njobs = 0;
351 cf[njobs] = $1;
352 cpus[njobs] = $2;
353 njobs++;
370 for (i = 0; i < njobs; i++) {
386 for (i = 0; i < njobs; i++)
547 njobs = i;
553 for (i = 0; i < njobs; i++) {

Completed in 3 milliseconds