nproc             480 fs/eventpoll.c 			  int (*nproc)(void *, void *, int), void *priv,
nproc             516 fs/eventpoll.c 	error = (*nproc)(priv, cookie, call_nests);
nproc              44 tools/testing/selftests/bpf/test_cgroup_storage.c 	int cpu, nproc;
nproc              46 tools/testing/selftests/bpf/test_cgroup_storage.c 	nproc = get_nprocs_conf();
nproc              47 tools/testing/selftests/bpf/test_cgroup_storage.c 	percpu_value = malloc(sizeof(*percpu_value) * nproc);
nproc              49 tools/testing/selftests/bpf/test_cgroup_storage.c 		printf("Not enough memory for per-cpu area (%d cpus)\n", nproc);
nproc             110 tools/testing/selftests/bpf/test_cgroup_storage.c 	for (cpu = 0; cpu < nproc; cpu++)
nproc             159 tools/testing/selftests/bpf/test_cgroup_storage.c 	for (cpu = 0; cpu < nproc; cpu++)
nproc             168 tools/testing/selftests/bpf/test_cgroup_storage.c 	for (cpu = 0; cpu < nproc; cpu++)
nproc             171 tools/testing/selftests/bpf/test_cgroup_storage.c 	if (value != nproc * 1000 + 6) {
nproc              45 tools/testing/selftests/bpf/test_netcnt.c 	int cpu, nproc;
nproc              48 tools/testing/selftests/bpf/test_netcnt.c 	nproc = get_nprocs_conf();
nproc              49 tools/testing/selftests/bpf/test_netcnt.c 	percpu_netcnt = malloc(sizeof(*percpu_netcnt) * nproc);
nproc              51 tools/testing/selftests/bpf/test_netcnt.c 		printf("Not enough memory for per-cpu area (%d cpus)\n", nproc);
nproc             127 tools/testing/selftests/bpf/test_netcnt.c 	for (cpu = 0; cpu < nproc; cpu++) {