| /linux-4.4.14/tools/perf/util/ | 
| D | counts.c | 5 struct perf_counts *perf_counts__new(int ncpus, int nthreads)  in perf_counts__new()42 int perf_evsel__alloc_counts(struct perf_evsel *evsel, int ncpus, int nthreads)  in perf_evsel__alloc_counts()
 
 | 
| D | stat.c | 126 				      int ncpus, int nthreads)  in perf_evsel__alloc_prev_raw_counts()146 	int nthreads = thread_map__nr(evsel->threads);  in perf_evsel__alloc_stats()  local
 286 	int nthreads = thread_map__nr(counter->threads);  in process_counter_maps()  local
 
 | 
| D | evsel.c | 905 static int perf_evsel__alloc_fd(struct perf_evsel *evsel, int ncpus, int nthreads)  in perf_evsel__alloc_fd()925 static int perf_evsel__run_ioctl(struct perf_evsel *evsel, int ncpus, int nthreads,  in perf_evsel__run_ioctl()
 946 int perf_evsel__apply_filter(struct perf_evsel *evsel, int ncpus, int nthreads,  in perf_evsel__apply_filter()
 984 int perf_evsel__enable(struct perf_evsel *evsel, int ncpus, int nthreads)  in perf_evsel__enable()
 991 int perf_evsel__alloc_id(struct perf_evsel *evsel, int ncpus, int nthreads)  in perf_evsel__alloc_id()
 1036 void perf_evsel__close_fd(struct perf_evsel *evsel, int ncpus, int nthreads)  in perf_evsel__close_fd()
 1294 	int cpu, thread, nthreads;  in __perf_evsel__open()  local
 1457 void perf_evsel__close(struct perf_evsel *evsel, int ncpus, int nthreads)  in perf_evsel__close()
 
 | 
| D | evlist.c | 1230 		  nthreads = thread_map__nr(evlist->threads);  in perf_evlist__apply_filters()  local1431 	int nthreads = thread_map__nr(evlist->threads);  in perf_evlist__close()  local
 
 | 
| /linux-4.4.14/arch/powerpc/platforms/pseries/ | 
| D | hotplug-cpu.c | 249 	int err = -ENOSPC, len, nthreads, i;  in pseries_add_processor()  local314 	int len, nthreads, i;  in pseries_remove_processor()  local
 
 | 
| D | dlpar.c | 347 	int len, nthreads, i;  in dlpar_online_cpu()  local427 	int len, nthreads, i;  in dlpar_offline_cpu()  local
 
 | 
| /linux-4.4.14/fs/nfsd/ | 
| D | nfssvc.c | 442 int nfsd_get_nrthreads(int n, int *nthreads, struct net *net)  in nfsd_get_nrthreads()467 int nfsd_set_nrthreads(int n, int *nthreads, struct net *net)  in nfsd_set_nrthreads()
 
 | 
| D | nfsctl.c | 486 	int *nthreads;  in write_pool_threads()  local
 | 
| /linux-4.4.14/tools/perf/bench/ | 
| D | futex-wake.c | 38 static unsigned int ncpus, threads_starting, nthreads = 0;  variable
 | 
| D | futex-requeue.c | 37 static unsigned int ncpus, threads_starting, nthreads = 0;  variable
 | 
| D | futex-hash.c | 24 static unsigned int nthreads = 0;  variable
 | 
| D | futex-lock-pi.c | 30 static unsigned int ncpus, nthreads = 0;  variable
 | 
| /linux-4.4.14/tools/perf/ | 
| D | builtin-stat.c | 194 	int nthreads = thread_map__nr(evsel_list->threads);  in read_counter()  local253 			nthreads = thread_map__nr(evsel_list->threads);  in handle_initial_delay()  local
 635 	int nthreads = thread_map__nr(counter->threads);  in print_aggr_thread()  local
 
 | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | setup-common.c | 446 	int nthreads = 1;  in smp_setup_cpu_maps()  local
 | 
| D | prom.c | 305 	int i, nthreads;  in early_init_dt_scan_cpus()  local
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ | 
| D | ptlrpcd.c | 671 	int nthreads;  in ptlrpcd_init()  local
 |