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

1234567891011

/linux-master/tools/perf/util/
H A Devsel.h326 int evsel__open_per_thread(struct evsel *evsel, struct perf_thread_map *threads);
328 struct perf_thread_map *threads);
331 struct perf_thread_map *threads);
H A Devent.c360 struct perf_thread_map *threads = thread_map__new_event(&event->thread_map); local
365 if (threads)
366 ret += thread_map__fprintf(threads, fp);
368 ret += fprintf(fp, "failed to get threads from event\n");
370 perf_thread_map__put(threads);
/linux-master/drivers/ntb/test/
H A Dntb_perf.c195 /* Performance measuring work-threads interface */
201 struct perf_thread threads[MAX_THREADS_CNT]; member in struct:perf_ctx
959 /* Give up CPU to give a chance for other threads to use it */
1074 wake_up(&perf->threads[tidx].dma_wait);
1075 cancel_work_sync(&perf->threads[tidx].work);
1096 pthr = &perf->threads[tidx];
1130 pthr = &perf->threads[tidx];
1162 pthr = &perf->threads[tidx];
/linux-master/drivers/gpu/drm/i915/gt/
H A Dgen7_renderclear.c266 u32 threads = bv->max_threads - 1; local
274 /* number of threads & urb entries for GPGPU vs Media Mode */
275 *cs++ = threads << 16 | 1 << 8 | mode << 2;
424 /* Execute the kernel on all HW threads */
/linux-master/arch/powerpc/kernel/
H A Didle_6xx.S12 #include <linux/threads.h>
H A Dswsusp_85xx.S8 #include <linux/threads.h>
H A Dswsusp_asm64.S8 #include <linux/threads.h>
H A Drtas_pci.c12 #include <linux/threads.h>
H A Dirq_64.c22 #include <linux/threads.h>
/linux-master/kernel/cgroup/
H A Dpids.c32 #include <linux/threads.h>
/linux-master/arch/csky/kernel/
H A Dentry.S11 #include <linux/threads.h>
/linux-master/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c17 #include <linux/threads.h>
/linux-master/arch/sparc/kernel/
H A Dsmp_32.c13 #include <linux/threads.h>
/linux-master/drivers/android/
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>
/linux-master/include/linux/
H A Dpercpu_counter.h13 #include <linux/threads.h>
/linux-master/arch/parisc/include/asm/
H A Dprocessor.h13 #include <linux/threads.h>
/linux-master/arch/mips/include/asm/
H A Dprocessor.h17 #include <linux/threads.h>
/linux-master/kernel/rcu/
H A Dtree.h16 #include <linux/threads.h>
/linux-master/arch/x86/include/asm/
H A Dpgtable_64.h16 #include <linux/threads.h>
H A Dpgalloc.h5 #include <linux/threads.h>
/linux-master/drivers/md/dm-vdo/
H A Dvdo.h64 * read-only does not occur simultaneously across the VDO's threads, but that does not seem
86 /* Counters are atomic since updates can arrive concurrently from arbitrary threads. */
168 struct vdo_thread *threads; member in struct:vdo
/linux-master/arch/powerpc/kexec/
H A Dcore.c12 #include <linux/threads.h>
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c1393 struct thread_data threads; member in struct:system_summary
2073 if ((t != &average.threads) && (cpu_subset && !CPU_ISSET_S(t->cpu_id, cpu_subset_size, cpu_subset)))
2093 if (t == &average.threads) {
2430 format_counters(&average.threads, &average.cores, &average.packages);
2748 average.threads.apic_id = t->apic_id;
2750 average.threads.x2apic_id = t->x2apic_id;
2753 if (average.threads.tv_begin.tv_sec == 0)
2754 average.threads.tv_begin = t->tv_begin;
2757 average.threads.tv_end = t->tv_end;
2759 average.threads
[all...]
/linux-master/kernel/
H A Dfork.c119 * Minimum number of threads to boot the kernel
124 * Maximum number of threads
132 int nr_threads; /* The idle threads do not count.. */
305 * Allocated stacks are cached and later reused by new threads,
877 * switch kernel threads to init_mm.
884 * one exiting, or kernel threads using the mm when userspace exits.
1001 u64 threads; local
1005 * The number of threads shall be limited such that the thread
1009 threads = MAX_THREADS;
1011 threads
3426 int threads = max_threads; local
[all...]

Completed in 223 milliseconds

1234567891011