Searched refs:threads (Results 201 - 225 of 271) sorted by relevance

1234567891011

/linux-master/tools/perf/util/
H A Dstat-display.c229 COMM_LEN, perf_thread_map__comm(evsel->core.threads, id.thread_idx),
230 PID_LEN, perf_thread_map__pid(evsel->core.threads, id.thread_idx));
284 perf_thread_map__comm(evsel->core.threads, id.thread_idx),
285 perf_thread_map__pid(evsel->core.threads, id.thread_idx),
337 perf_thread_map__comm(evsel->core.threads, id.thread_idx),
338 perf_thread_map__pid(evsel->core.threads, id.thread_idx));
H A Dbpf_lock_contention.c52 ntasks = perf_thread_map__nr(evlist->core.threads);
119 pid = perf_thread_map__pid(evlist->core.threads, i);
/linux-master/arch/sparc/kernel/
H A Dcpu.c13 #include <linux/threads.h>
H A Dleon_smp.c14 #include <linux/threads.h>
/linux-master/arch/powerpc/sysdev/xics/
H A Dxics-common.c6 #include <linux/threads.h>
/linux-master/arch/sparc/mm/
H A Dfault_32.c17 #include <linux/threads.h>
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h23 #include <linux/threads.h>
/linux-master/arch/um/kernel/
H A Dprocess.c25 #include <linux/threads.h>
/linux-master/arch/x86/kernel/
H A Dhead_32.S12 #include <linux/threads.h>
/linux-master/drivers/md/dm-vdo/
H A Dio-submitter.c23 * queue thread (or more than one) to prevent blocking in other threads if the storage device has a
27 * When multiple worker threads are used, a thread is chosen for a I/O operation submission based
332 * other vdo threads.
366 * @thread_count: Number of bio-submission threads to set up.
367 * @rotation_interval: Interval to use when rotating between bio-submission threads when enqueuing
399 * If requests are assigned to threads round-robin, they should be distributed
432 bio_queue_data->queue = vdo->threads[vdo->thread_config.bio_threads[i]].queue;
/linux-master/arch/powerpc/kernel/
H A Dirq.c30 #include <linux/threads.h>
H A Dswsusp_32.S2 #include <linux/threads.h>
H A Dentry_32.S20 #include <linux/threads.h>
/linux-master/arch/loongarch/include/asm/
H A Dstackframe.h8 #include <linux/threads.h>
/linux-master/fs/bcachefs/
H A Dsysfs.c549 unsigned threads; local
554 !(ret = kstrtouint(threads_str, 10, &threads)) &&
556 ret = bch2_btree_perf_test(c, test, nr, threads);
/linux-master/kernel/
H A Dcpu.c631 * If enabled, take the architecture requested number of threads
1025 * The cpu hotplug threads manage the bringup and teardown of the cpus
1291 * Main thread might exit, but other threads may still have
1336 /* Park the smpboot threads */
1885 * reasons. Bring the primary threads up first.
2089 .name = "threads:prepare",
2231 /* Handle smpboot threads park/unpark */
2233 .name = "smpboot/threads:online",
2699 * from a higher to lower number of SMT threads per core.
2917 static bool cpu_smt_num_threads_valid(unsigned int threads) argument
[all...]
/linux-master/drivers/android/
H A Dbinder.c22 * (proc->threads, proc->waiting_threads, proc->nodes)
482 /* (e)poll-based threads require an explicit wakeup signal when
484 * messages without I/O block. Without it, threads risk waiting
584 for (n = rb_first(&proc->threads); n != NULL; n = rb_next(n)) {
633 * will wake up threads that have called poll().
656 * 1. All threads are busy handling transactions
657 * In that case, one of those threads should call back into
662 * over all threads not handling transaction work, and
1468 * by threads that are being released. When done with the binder_proc,
1470 * proc if appropriate (proc has been released, all threads hav
5833 int threads, nodes, incoming_refs, outgoing_refs, active_transactions; local
[all...]
/linux-master/drivers/s390/net/
H A Dlcs.c301 lcs_set_allowed_threads(struct lcs_card *card, unsigned long threads) argument
306 card->thread_allowed_mask = threads;
310 static int lcs_threads_running(struct lcs_card *card, unsigned long threads) argument
316 rc = (card->thread_running_mask & threads);
322 lcs_wait_for_threads(struct lcs_card *card, unsigned long threads) argument
325 lcs_threads_running(card, threads) == 0);
/linux-master/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c908 pthread_t threads[DEFAULT_THREADS]; local
916 /* Try to change mount options from multiple threads. */
923 ASSERT_EQ(pthread_create(&threads[i], &pattr, mount_setattr_thread, NULL), 0);
928 EXPECT_EQ(pthread_join(threads[j], &retptr), 0);
/linux-master/drivers/parport/
H A Dieee1284.c20 #include <linux/threads.h>
/linux-master/arch/mips/include/asm/
H A Dstackframe.h14 #include <linux/threads.h>
/linux-master/fs/
H A Dbinfmt_elf.c1924 struct elf_thread_core_info *threads = info->thread; local
1925 while (threads) {
1927 struct elf_thread_core_info *t = threads;
1928 threads = t->next;
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h203 #include <linux/threads.h>
/linux-master/include/linux/
H A Dnodemask.h93 #include <linux/threads.h>
/linux-master/arch/mips/kernel/
H A Dsmp.c16 #include <linux/threads.h>

Completed in 577 milliseconds

1234567891011