Searched refs:nprocs (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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 …]
|
| /linux-6.15/tools/testing/selftests/cgroup/ |
| H A D | test_cpu.c | 30 int nprocs; member 145 for (i = 0; i < param->nprocs; i++) { in hog_cpus_timed() 206 .nprocs = 1, in test_cpucg_stats() 270 .nprocs = 1, in test_cpucg_nice() 379 .nprocs = ncpus, in weight_hog_ncpus() 487 int nprocs = get_nprocs(); in run_cpucg_nested_weight_test() local 490 if (nprocs < 4) in run_cpucg_nested_weight_test() 496 nprocs /= 4; in run_cpucg_nested_weight_test() 541 .nprocs = nprocs, in run_cpucg_nested_weight_test() 664 .nprocs = 1, in test_cpucg_max() [all …]
|