Searched defs:nr_threads (Results 1 – 8 of 8) sorted by relevance
98 int nr_threads = 2 * get_nprocs(); in alloc_kmem_smp() local250 int nr_threads = 1000; in spawn_1000_threads() local
171 int nr_threads; in regression1_test() local
83 int nr_threads = 2; in bench_sched_pipe() local
80 int nr_threads; member
298 int nr_threads = perf_thread_map__nr(evlist->threads); in perf_evlist__alloc_pollfd() local513 int nr_threads = perf_thread_map__nr(evlist->threads); in mmap_per_thread() local538 int nr_threads = perf_thread_map__nr(evlist->threads); in mmap_per_cpu() local
1647 static void evsel__remove_fd(struct evsel *pos, int nr_cpus, int nr_threads, int thread_idx) in evsel__remove_fd()1656 int nr_threads, int thread_idx) in update_fds()
538 int nr_threads = evlist__nr_threads(evlist, evsel); in evlist__enable_event_cpu() local
77 static unsigned int nr_threads = DEFAULT_NR_PRINTER_THREADS; variable