Searched refs:threads (Results 101 - 125 of 271) sorted by path

1234567891011

/linux-master/arch/sparc/kernel/
H A Dsmp_64.c13 #include <linux/threads.h>
/linux-master/arch/sparc/mm/
H A Dfault_32.c17 #include <linux/threads.h>
/linux-master/arch/um/include/asm/
H A Dfixmap.h8 #include <linux/threads.h>
/linux-master/arch/um/kernel/
H A Dprocess.c25 #include <linux/threads.h>
H A Dtime.c17 #include <linux/threads.h>
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c25 #include <linux/threads.h>
/linux-master/arch/x86/include/asm/
H A Dfixmap.h40 #include <linux/threads.h>
H A Dhardirq.h5 #include <linux/threads.h>
H A Dhighmem.h25 #include <linux/threads.h>
H A Dirq_vectors.h5 #include <linux/threads.h>
H A Dpgalloc.h5 #include <linux/threads.h>
H A Dpgtable_32.h18 #include <linux/threads.h>
H A Dpgtable_64.h16 #include <linux/threads.h>
H A Dprocessor.h34 #include <linux/threads.h>
/linux-master/arch/x86/kernel/
H A Dhead_32.S12 #include <linux/threads.h>
H A Dhead_64.S14 #include <linux/threads.h>
H A Dsmpboot.c104 /* CPUs which are the primary SMT threads */
124 /* Maximum number of SMT threads on any online core */
257 * the core code starts the primary threads first and leaves the
258 * secondary threads waiting for SIPI. Loading microcode on
558 int i, threads; local
591 threads = cpumask_weight(topology_sibling_cpumask(cpu));
592 if (threads > __max_smt_threads)
593 __max_smt_threads = threads;
596 cpu_data(i).smt_active = threads > 1;
611 if (threads
1165 int threads = cpumask_weight(topology_sibling_cpumask(cpu)); local
[all...]
/linux-master/arch/xtensa/include/asm/
H A Dfixmap.h17 #include <linux/threads.h>
/linux-master/block/
H A Dblk-mq-cpumap.c8 #include <linux/threads.h>
/linux-master/drivers/acpi/acpica/
H A Daclocal.h1198 acpi_thread_id *threads; member in struct:acpi_db_method_info
1214 * For the Threads command, the Number of threads, ID of current
H A Ddbexec.c437 * Allow any handlers in separate threads to complete.
518 * Prevent acpi_gbl_db_method_info from being modified by multiple threads
533 if (info->threads && (info->num_created < info->num_threads)) {
534 info->threads[info->num_created++] = acpi_os_get_thread_id();
709 * PARAMETERS: num_threads_arg - Number of threads to create
715 * DESCRIPTION: Create threads to execute method(s)
745 * the created threads with the main thread.
757 * between the created threads.
762 "synchronization between the created threads, %s\n",
782 /* Array to store IDs of threads */
[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...]
H A Dbinder_internal.h331 * @threads: rbtree of binder_threads in this proc
340 * @waiting_threads: threads currently waiting for proc work
377 * @max_threads: cap on number of binder threads
379 * @requested_threads: number of binder threads requested but not
383 * @requested_threads_started: number binder threads started
404 struct rb_root threads; member in struct:binder_proc
442 * @rb_node: element for proc->threads rbtree
474 * Bookkeeping structure for binder threads.
/linux-master/drivers/cpufreq/
H A Dsparc-us2e-cpufreq.c15 #include <linux/threads.h>
H A Dsparc-us3-cpufreq.c15 #include <linux/threads.h>

Completed in 431 milliseconds

1234567891011