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

<<11

/linux-master/drivers/s390/net/
H A Dqeth_core.h1044 void qeth_set_allowed_threads(struct qeth_card *card, unsigned long threads,
H A Dqeth_core_main.c160 void qeth_set_allowed_threads(struct qeth_card *card, unsigned long threads, argument
166 card->thread_allowed_mask = threads;
168 card->thread_start_mask &= threads;
174 int qeth_threads_running(struct qeth_card *card, unsigned long threads) argument
180 rc = (card->thread_running_mask & threads);
/linux-master/arch/powerpc/kernel/
H A Dhead_85xx.S30 #include <linux/threads.h>
H A Ddt_cpu_ftrs.c17 #include <linux/threads.h>
H A Dexceptions-64e.S9 #include <linux/threads.h>
1428 * This is entered for thread 0 of a secondary core, all other threads
H A Dprom_init.c21 #include <linux/threads.h>
1241 * smt threads, so return after finding the first.
1247 prom_debug("Found %lu smt threads per core\n", (unsigned long)plen);
1257 prom_debug("No threads found, assuming 1 per core\n");
1414 * To do that, we count the number of threads on the first core
/linux-master/drivers/parport/
H A Dshare.c22 #include <linux/threads.h>
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h20 #include <linux/threads.h>
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c13 #include <linux/threads.h>
H A Dhead_64.S13 #include <linux/threads.h>
/linux-master/include/linux/
H A Dmmzone.h14 #include <linux/threads.h>
/linux-master/arch/powerpc/mm/
H A Dnuma.c9 #include <linux/threads.h>
719 * Since cpu_to_node binding remains the same for all threads in the
751 * Update for the first thread of the core. All threads of a core
754 * where virtual node associativity change causes subsequent threads
772 /* Verify that all the threads in the core belong to the same node */
/linux-master/arch/powerpc/sysdev/xive/
H A Dcommon.c9 #include <linux/threads.h>
/linux-master/drivers/md/
H A Ddm-stats.c6 #include <linux/threads.h>
/linux-master/tools/perf/
H A Dbuiltin-record.c1362 if (evsel__open(pos, pos->core.cpus, pos->core.threads) < 0) {
1518 pr_debug("threads[%d]: running on cpu%d: ", thread->tid, sched_getcpu());
1682 pr_warning("threads[%d]: failed to notify on start: %s\n",
1685 pr_debug("threads[%d]: started on cpu%d\n", thread->tid, sched_getcpu());
1726 pr_warning("threads[%d]: failed to notify on termination: %s\n",
2099 err = perf_event__synthesize_thread_map2(&rec->tool, rec->evlist->core.threads,
2140 rec->evlist->core.threads,
2256 pr_debug2("threads[%d]: sent %s\n", tid, thread_msg_tags[ack]);
2258 pr_warning("threads[%d]: failed to receive termination notification from %d\n",
2279 pr_err("Failed to block signals on threads star
[all...]
H A Dbuiltin-kvm.c1996 kvm->evlist->core.threads, true, false, 1);
/linux-master/arch/openrisc/kernel/
H A Dhead.S15 #include <linux/threads.h>
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm520 // Change EXEC to all threads...
H A Dcwsr_trap_handler_gfx10.asm638 // Change EXEC to all threads...
/linux-master/sound/core/
H A Dcontrol.c7 #include <linux/threads.h>
/linux-master/tools/perf/util/
H A Dheader.c1734 fprintf(fp, "# sibling threads : %s\n", str);
4289 * hattr->ids threads.
4434 * hattr->ids threads.

Completed in 380 milliseconds

<<11