Home
last modified time | relevance | path

Searched refs:THREADS (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/samples/pktgen/
H A Dparameters.sh57 export THREADS=$OPTARG
58 info "Number of threads to start: $THREADS"
114 if [ -z "$THREADS" ]; then
115 export THREADS=1
121 export L_THREAD=$(( THREADS + F_THREAD - 1 ))
H A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh32 [ $THREADS -gt ${#irq_array[*]} -o $THREADS -gt ${#cpu_array[*]} ] && \
33 err 1 "Thread number $THREADS exceeds: min (${#irq_array[*]},${#cpu_array[*]})"
53 for ((i = 0; i < $THREADS; i++)); do
109 for ((i = 0; i < $THREADS; i++)); do
H A DREADME.rst24 -t : ($THREADS) threads to start
/openbmc/linux/tools/perf/tests/
H A Dmmap-thread-lookup.c21 #define THREADS 4 macro
32 static struct thread_data threads[THREADS];
110 for (i = 1; !err && i < THREADS; i++) in threads_create()
126 for (i = 1; !err && i < THREADS; i++) in threads_destroy()
185 for (i = 0; i < THREADS; i++) { in mmap_events()
/openbmc/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr_explicit_test.c135 struct random_thread_args threads[THREADS]; in dscr_explicit_random_test()
140 FAIL_IF(pthread_barrier_init(&barrier, NULL, THREADS)); in dscr_explicit_random_test()
142 for (int i = 0; i < THREADS; i++) { in dscr_explicit_random_test()
150 for (int i = 0; i < THREADS; i++) in dscr_explicit_random_test()
H A Ddscr_default_test.c121 struct random_thread_args threads[THREADS]; in dscr_default_random_test()
132 FAIL_IF(pthread_barrier_init(&barrier, NULL, THREADS)); in dscr_default_random_test()
136 for (int i = 0; i < THREADS; i++) { in dscr_default_random_test()
145 for (int i = 0; i < THREADS; i++) in dscr_default_random_test()
H A Ddscr.h29 #define THREADS 100 /* Max threads */ macro
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsigfuz.c46 #define THREADS 16 /* Number of threads */ macro
58 static int nthread = THREADS;
284 printf("\t-t\t Amount of threads. (Default = %d)\n", THREADS); in show_help()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/
H A Dinstall-bench.patch11 if THREADS
/openbmc/linux/Documentation/networking/
H A Dpktgen.rst254 -t : ($THREADS) threads to start