Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/pktgen/
H A Dparameters.sh54 export THREADS=$OPTARG
55 info "Number of threads to start: $THREADS"
99 if [ -z "$THREADS" ]; then
100 export THREADS=1
103 export L_THREAD=$(( THREADS + F_THREAD - 1 ))
H A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh30 [ $THREADS -gt ${#irq_array[*]} -o $THREADS -gt ${#cpu_array[*]} ] && \
31 err 1 "Thread number $THREADS exceeds: min (${#irq_array[*]},${#cpu_array[*]})"
51 for ((i = 0; i < $THREADS; i++)); do
108 for ((i = 0; i < $THREADS; i++)); do
H A DREADME.rst24 -t : ($THREADS) threads to start
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/dscr/
H A Ddscr_default_test.c16 static unsigned long result[THREADS];
62 pthread_t threads[THREADS]; in dscr_default()
63 unsigned long i, *status[THREADS]; in dscr_default()
75 for (i = 0; i < THREADS; i++) { in dscr_default()
104 for (i = 0; i < THREADS; i++) { in dscr_default()
H A Ddscr.h28 #define THREADS 100 /* Max threads */ macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/package/mono/
H A D0001-Fix-linkage-with-a-system-libatomic_ops-shared-library.patch19 && $THREADS!=none] (ATOMIC_OPS_LIBS): Set to -latomic_ops; do AC_SUBST.
45 [ AS_IF([test x"$with_libatomic_ops" != xnone -a x"$THREADS" != xnone],
51 AS_IF([test x"$THREADS" != xnone],
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/uim/uim/
H A DJMP_BUF_GC_jmp_buf.patch10 defined(USE_PROC_FOR_LIBRARIES) && defined(THREADS)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fftw/fftw/
H A Dinstall-bench.patch9 if THREADS
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpktgen.rst253 -t : ($THREADS) threads to start