Searched refs:threads (Results 1 - 25 of 271) sorted by path

1234567891011

/linux-master/arch/alpha/include/asm/
H A Dsmp.h5 #include <linux/threads.h>
H A Dtopology.h6 #include <linux/threads.h>
/linux-master/arch/arm/mach-mediatek/
H A Dplatsmp.c14 #include <linux/threads.h>
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgalloc.h5 #include <linux/threads.h>
/linux-master/arch/sh/include/asm/
H A Dmmu.h38 #include <linux/threads.h>
/linux-master/arch/sparc/include/asm/
H A Dcpudata.h7 #include <linux/threads.h>
/linux-master/arch/sparc/kernel/
H A Ddevices.c12 #include <linux/threads.h>
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py31 threads = { 0 : "idle"} variable
34 return "%s:%d" % (threads[pid], pid)
344 threads[prev_pid] = prev_comm
345 threads[next_pid] = next_comm
H A Dstat-cpi.py7 threads = [] variable
20 if (thread not in threads):
21 threads.append(thread)
55 for thread in threads:
72 # for thread in threads:
/linux-master/tools/perf/util/
H A Dvalues.h8 int threads; member in struct:perf_read_values
/linux-master/tools/power/cpupower/lib/
H A Dcpupower.h6 /* Amount of CPU cores, packages and threads per core in the system */
9 unsigned int threads; /* per core */ member in struct:cpupower_topology
/linux-master/tools/testing/radix-tree/
H A Diteration_check.c15 static pthread_t threads[NUM_THREADS]; variable
178 if (pthread_create(&threads[0], NULL, tagged_iteration_fn, NULL)) {
182 if (pthread_create(&threads[1], NULL, untagged_iteration_fn, NULL)) {
186 if (pthread_create(&threads[2], NULL, add_entries_fn, NULL)) {
190 if (pthread_create(&threads[3], NULL, remove_entries_fn, NULL)) {
194 if (pthread_create(&threads[4], NULL, tag_entries_fn, NULL)) {
203 if (pthread_join(threads[i], NULL)) {
/linux-master/tools/testing/selftests/sync/
H A Dsync_stress_consumer.c56 int threads; member in struct:__anon15381
112 int n = test_data_mpsc.threads;
143 /* Release the producer threads */
145 "Failure releasing producer threads\n");
160 pthread_t threads[n]; local
169 test_data_mpsc.threads = n;
174 pthread_create(&threads[i], NULL, (void * (*)(void *))
182 pthread_join(threads[i], NULL);
/linux-master/tools/usb/
H A Dffs-test.c357 } threads[] = { variable in typeref:struct:thread
399 if (t != threads) {
666 init_thread(threads);
667 ep0_init(threads, legacy_descriptors);
669 for (i = 1; i < sizeof threads / sizeof *threads; ++i)
670 init_thread(threads + i);
672 for (i = 1; i < sizeof threads / sizeof *threads; ++i)
673 start_thread(threads
[all...]
/linux-master/arch/alpha/kernel/
H A Dsmp.c21 #include <linux/threads.h>
145 /* All kernel threads share the same mm context. */
/linux-master/arch/arc/include/asm/
H A Dmmu.h11 #include <linux/threads.h> /* NR_CPUS */
H A Dsmp.h13 #include <linux/threads.h>
/linux-master/arch/arm/include/asm/
H A Dsmp.h10 #include <linux/threads.h>
/linux-master/arch/arm/kernel/
H A Dsleep.S3 #include <linux/threads.h>
/linux-master/arch/arm/mach-shmobile/
H A Dheadsmp.S12 #include <linux/threads.h>
H A Dplatsmp-apmu.c17 #include <linux/threads.h>
/linux-master/arch/arm64/include/asm/
H A Dcpu_ops.h9 #include <linux/threads.h>
H A Dhardirq.h10 #include <linux/threads.h>
H A Dsmp.h30 #include <linux/threads.h>
/linux-master/arch/csky/include/asm/
H A Dfixmap.h9 #include <linux/threads.h>

Completed in 282 milliseconds

1234567891011