Searched refs:nprocs (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | perf-hwbreak.c | 50 int nprocs; variable 191 if (i < nprocs) { in perf_systemwide_event_open() 601 reset_fds(fd1, nprocs); in test_syswide_multi_diff_addr() 602 reset_fds(fd2, nprocs); in test_syswide_multi_diff_addr() 612 close_fds(fd1, nprocs); in test_syswide_multi_diff_addr() 613 close_fds(fd2, nprocs); in test_syswide_multi_diff_addr() 645 reset_fds(fd1, nprocs); in test_syswide_multi_same_addr() 646 reset_fds(fd2, nprocs); in test_syswide_multi_same_addr() 656 close_fds(fd1, nprocs); in test_syswide_multi_same_addr() 657 close_fds(fd2, nprocs); in test_syswide_multi_same_addr() [all …]
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpu.c | 29 int nprocs; member 144 for (i = 0; i < param->nprocs; i++) { in hog_cpus_timed() 205 .nprocs = 1, in test_cpucg_stats() 305 .nprocs = ncpus, in weight_hog_ncpus() 413 int nprocs = get_nprocs(); in run_cpucg_nested_weight_test() local 416 if (nprocs < 4) in run_cpucg_nested_weight_test() 422 nprocs /= 4; in run_cpucg_nested_weight_test() 467 .nprocs = nprocs, in run_cpucg_nested_weight_test() 590 .nprocs = 1, in test_cpucg_max() 650 .nprocs = 1, in test_cpucg_max_nested()
|