Searched defs:nr_threads (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dstat.h213 uint32_t nr_threads; member in struct:jobs_eta
/external/linux-tools-perf/src/tools/perf/util/
H A Devlist.c255 int nr_threads = thread_map__nr(evlist->threads); local
261 for (thread = 0; thread < nr_threads; thread++)
273 int nr_threads = thread_map__nr(evlist->threads); local
279 for (thread = 0; thread < nr_threads; thread++)
327 int nr_threads = thread_map__nr(evlist->threads); local
328 int nfds = nr_cpus * nr_threads * evlist->nr_entries;
610 int nr_threads = thread_map__nr(evlist->threads); local
616 for (thread = 0; thread < nr_threads; thread++) {
649 int nr_threads = thread_map__nr(evlist->threads); local
652 for (thread = 0; thread < nr_threads; threa
[all...]
/external/linux-tools-perf/src/tools/perf/bench/
H A Dnuma.c65 int nr_threads; member in struct:params
155 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"),
812 for (t = 0; t < g->p.nr_threads; t++) {
817 task_nr = process_nr*g->p.nr_threads + t;
845 for (t = 0; t < g->p.nr_threads; t++) {
850 task_nr = p*g->p.nr_threads + t;
1040 if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1)
1080 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val);
1093 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads,
[all...]

Completed in 112 milliseconds