Searched refs:threads (Results 76 - 100 of 271) sorted by relevance

1234567891011

/linux-master/arch/x86/include/asm/
H A Dpgtable_32.h18 #include <linux/threads.h>
/linux-master/block/
H A Dblk-mq-cpumap.c8 #include <linux/threads.h>
/linux-master/arch/sparc/include/asm/
H A Dsmp_64.h10 #include <linux/threads.h>
/linux-master/arch/microblaze/include/asm/
H A Dtlbflush.h12 #include <linux/threads.h>
/linux-master/arch/powerpc/include/asm/
H A Dirq.h9 #include <linux/threads.h>
H A Dasm-prototypes.h12 #include <linux/threads.h>
/linux-master/arch/powerpc/kernel/
H A Depapr_hcalls.S7 #include <linux/threads.h>
H A Didle_64e.S8 #include <linux/threads.h>
/linux-master/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c92 pthread_t threads[VCPU_NUM]; local
107 check_create_thread(&threads[i], NULL, run_vcpu, vcpu);
108 check_set_affinity(threads[i], &cpu_set);
116 pr_debug("%s: [%d] all threads launched\n", __func__, run);
119 check_join(threads[i], &b);
/linux-master/arch/arc/include/asm/
H A Dsmp.h13 #include <linux/threads.h>
/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/tools/testing/selftests/powerpc/signal/
H A Dsigfuz.c46 #define THREADS 16 /* Number of threads */
252 pthread_t *threads; local
254 threads = malloc(nthread * sizeof(pthread_t));
257 rc = pthread_create(&threads[t], NULL, sigfuz_test,
264 rc = pthread_join(threads[t], NULL);
269 free(threads);
284 printf("\t-t\t Amount of threads. (Default = %d)\n", THREADS);
/linux-master/tools/perf/tests/
H A Dperf-time-to-tsc.c79 struct perf_thread_map *threads = NULL; local
93 threads = thread_map__new(-1, getpid(), UINT_MAX);
94 CHECK_NOT_NULL__(threads);
102 perf_evlist__set_maps(&evlist->core, cpus, threads);
204 perf_thread_map__put(threads);
/linux-master/arch/sh/include/asm/
H A Dmmu.h38 #include <linux/threads.h>
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h5 #include <linux/threads.h>
/linux-master/net/rds/
H A DMakefile4 recv.o send.o stats.o sysctl.o threads.o transport.o \
/linux-master/arch/arm64/include/asm/
H A Dhardirq.h10 #include <linux/threads.h>
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h7 #include <linux/threads.h>
/linux-master/tools/lib/perf/include/perf/
H A Devsel.h31 struct perf_thread_map *threads);
H A Devlist.h33 struct perf_thread_map *threads);
/linux-master/tools/perf/util/
H A Dsynthetic-events.h70 int perf_event__synthesize_thread_map2(struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine);
71 int perf_event__synthesize_thread_map(struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data);
82 struct target *target, struct perf_thread_map *threads,
86 struct perf_thread_map *threads, bool needs_mmap, bool data_mmap,
H A Dcounts.c61 int nthreads = perf_thread_map__nr(evsel->core.threads);
/linux-master/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c3 * Test for perf events with SIGTRAP across all threads.
38 /* Data shared between test body, threads, and signal handler. */
40 int tids_want_signal; /* Which threads still want a signal. */
80 * across threads.
113 pthread_t threads[NUM_THREADS]; local
136 /* Spawn threads inheriting perf event. */
139 ASSERT_EQ(pthread_create(&self->threads[i], NULL, test_thread, &self->barrier), 0);
156 ASSERT_EQ(pthread_join(self->threads[i], NULL), 0);
232 ASSERT_EQ(pthread_join(self->threads[i], NULL), 0);
/linux-master/arch/arm/include/asm/
H A Dsmp.h10 #include <linux/threads.h>
/linux-master/tools/lib/perf/include/internal/
H A Devsel.h53 struct perf_thread_map *threads; member in struct:perf_evsel
65 * of user requested CPUs or threads. Tha main example of this is the

Completed in 180 milliseconds

1234567891011