Home
last modified time | relevance | path

Searched refs:threads (Results 401 - 425 of 539) sorted by relevance

1...<<11121314151617181920>>...22

/kernel/linux/linux-5.10/arch/um/kernel/
H A Dprocess.c25 #include <linux/threads.h>
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dleon_smp.c14 #include <linux/threads.h>
H A Dcpu.c13 #include <linux/threads.h>
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dfault_32.c17 #include <linux/threads.h>
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dswsusp_asm64.S8 #include <linux/threads.h>
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dsparc-us2e-cpufreq.c15 #include <linux/threads.h>
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dstackframe.h8 #include <linux/threads.h>
/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dentry.S11 #include <linux/threads.h>
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dpgtable.h23 #include <linux/threads.h>
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h9 #include <linux/threads.h>
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/
H A Dxics-common.c6 #include <linux/threads.h>
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dirq.c30 #include <linux/threads.h>
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dcpu.c13 #include <linux/threads.h>
H A Dleon_smp.c14 #include <linux/threads.h>
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dprocess.c25 #include <linux/threads.h>
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dfault_32.c17 #include <linux/threads.h>
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dpids.c32 #include <linux/threads.h>
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhead_32.S11 #include <linux/threads.h>
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree.h16 #include <linux/threads.h>
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstat-display.c130 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 Dmount_setattr_test.c908 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 Dbuiltin-ftrace.c268 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 Dtrace-event-python.c1416 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 Dbinfmt_elf.c1963 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 Dbinfmt_elf.c1989 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()

Completed in 28 milliseconds

1...<<11121314151617181920>>...22