/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | process.c | 25 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | leon_smp.c | 14 #include <linux/threads.h>
|
H A D | cpu.c | 13 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | fault_32.c | 17 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | swsusp_asm64.S | 8 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | sparc-us2e-cpufreq.c | 15 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | stackframe.h | 8 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/csky/kernel/ |
H A D | entry.S | 11 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | pgtable.h | 23 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 9 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/ |
H A D | xics-common.c | 6 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | irq.c | 30 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | cpu.c | 13 #include <linux/threads.h>
|
H A D | leon_smp.c | 14 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | process.c | 25 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | fault_32.c | 17 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | pids.c | 32 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head_32.S | 11 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | tree.h | 16 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | stat-display.c | 130 perf_thread_map__comm(evsel->core.threads, id), in aggr_printout() 132 perf_thread_map__pid(evsel->core.threads, id), in aggr_printout() 753 int nthreads = perf_thread_map__nr(counter->core.threads); in print_aggr_thread()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/ |
H A D | mount_setattr_test.c | 908 pthread_t threads[DEFAULT_THREADS]; in TEST_F() local 916 /* Try to change mount options from multiple threads. */ in TEST_F() 923 ASSERT_EQ(pthread_create(&threads[i], &pattr, mount_setattr_thread, NULL), 0); in TEST_F() 928 EXPECT_EQ(pthread_join(threads[j], &retptr), 0); in TEST_F()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-ftrace.c | 268 for (i = 0; i < perf_thread_map__nr(ftrace->evlist->core.threads); i++) { in set_tracing_pid() 270 perf_thread_map__pid(ftrace->evlist->core.threads, i)); in set_tracing_pid()
|
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1416 struct perf_thread_map *threads = counter->core.threads; in python_process_stat() local 1426 for (thread = 0; thread < threads->nr; thread++) { in python_process_stat() 1429 perf_thread_map__pid(threads, thread), tstamp, in python_process_stat()
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 1963 struct elf_thread_core_info *threads = info->thread; in free_note_info() local 1964 while (threads) { in free_note_info() 1966 struct elf_thread_core_info *t = threads; in free_note_info() 1967 threads = t->next; in free_note_info() 1992 * we need to keep a linked list of every threads pr_status and then create
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf.c | 1989 struct elf_thread_core_info *threads = info->thread; in free_note_info() local 1990 while (threads) { in free_note_info() 1992 struct elf_thread_core_info *t = threads; in free_note_info() 1993 threads = t->next; in free_note_info()
|