Searched defs:nthreads (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/tools/perf/bench/
H A Dfutex-hash.c24 static unsigned int nthreads = 0; variable
H A Dfutex-requeue.c37 static unsigned int ncpus, threads_starting, nthreads = 0; variable
H A Dfutex-wake.c38 static unsigned int ncpus, threads_starting, nthreads = 0; variable
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dptlrpcd.c727 int nthreads = num_online_cpus(); ptlrpcd_init() local
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c249 int err = -ENOSPC, len, nthreads, i; pseries_add_processor() local
314 int len, nthreads, i; pseries_remove_processor() local
H A Ddlpar.c368 int len, nthreads, i; dlpar_online_cpu() local
447 int len, nthreads, i; dlpar_offline_cpu() local
/linux-4.1.27/fs/nfsd/
H A Dnfssvc.c434 int nfsd_get_nrthreads(int n, int *nthreads, struct net *net) nfsd_get_nrthreads() argument
459 int nfsd_set_nrthreads(int n, int *nthreads, struct net *net) nfsd_set_nrthreads() argument
H A Dnfsctl.c486 int *nthreads; write_pool_threads() local
/linux-4.1.27/arch/powerpc/kernel/
H A Dsetup-common.c446 int nthreads = 1; smp_setup_cpu_maps() local
H A Dprom.c309 int i, nthreads; early_init_dt_scan_cpus() local
/linux-4.1.27/tools/perf/
H A Dbuiltin-stat.c511 int nthreads = thread_map__nr(evsel_list->threads); read_counter() local
604 nthreads = thread_map__nr(evsel_list->threads); handle_initial_delay() local
/linux-4.1.27/tools/perf/util/
H A Devlist.c1058 nthreads = thread_map__nr(evlist->threads); perf_evlist__apply_filters() local
1079 nthreads = thread_map__nr(evlist->threads); perf_evlist__set_filter() local
1247 int nthreads = thread_map__nr(evlist->threads); perf_evlist__close() local
H A Devsel.c776 static int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads) perf_evsel__alloc_fd() argument
796 static int perf_evsel__run_ioctl(struct perf_evsel *evsel, int ncpus, int nthreads, perf_evsel__run_ioctl() argument
817 int perf_evsel__set_filter(struct perf_evsel *evsel, int ncpus, int nthreads, perf_evsel__set_filter() argument
825 int perf_evsel__enable(struct perf_evsel *evsel, int ncpus, int nthreads) perf_evsel__enable() argument
832 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads) perf_evsel__alloc_id() argument
880 void perf_evsel__close_fd(struct perf_evsel *evsel, int ncpus, int nthreads) perf_evsel__close_fd() argument
1137 int cpu, thread, nthreads; __perf_evsel__open() local
1284 void perf_evsel__close(struct perf_evsel *evsel, int ncpus, int nthreads) perf_evsel__close() argument

Completed in 265 milliseconds