Home
last modified time | relevance | path

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

/linux-4.4.14/samples/pktgen/
Dparameters.sh41 export THREADS=$OPTARG
44 info "Number of threads to start: $THREADS (0 to $CPU_THREADS)"
75 if [ -z "$THREADS" ]; then
78 export THREADS=1
Dpktgen_bench_xmit_mode_netif_receive.sh49 for ((thread = 0; thread < $THREADS; thread++)); do
82 for ((thread = 0; thread < $THREADS; thread++)); do
Dpktgen_sample03_burst_single_flow.sh41 for ((thread = 0; thread < $THREADS; thread++)); do
72 for ((thread = 0; thread < $THREADS; thread++)); do
Dpktgen_sample02_multiqueue.sh33 for ((thread = 0; thread < $THREADS; thread++)); do
71 for ((thread = 0; thread < $THREADS; thread++)); do
DREADME.rst23 -t : ($THREADS) threads to start
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/
Ddscr_default_test.c19 static unsigned long result[THREADS];
65 pthread_t threads[THREADS]; in dscr_default()
66 unsigned long i, *status[THREADS]; in dscr_default()
76 for (i = 0; i < THREADS; i++) { in dscr_default()
105 for (i = 0; i < THREADS; i++) { in dscr_default()
Ddscr.h33 #define THREADS 100 /* Max threads */ macro
/linux-4.4.14/tools/perf/tests/
Dmmap-thread-lookup.c15 #define THREADS 4 macro
26 static struct thread_data threads[THREADS];
104 for (i = 1; !err && i < THREADS; i++) in threads_create()
120 for (i = 1; !err && i < THREADS; i++) in threads_destroy()
181 for (i = 0; i < THREADS; i++) { in mmap_events()
/linux-4.4.14/Documentation/networking/
Dpktgen.txt234 -t : ($THREADS) threads to start