Lines Matching refs:param
135 const struct cpu_hog_func_param *param = in hog_cpus_timed() local
137 struct timespec ts_run = param->ts; in hog_cpus_timed()
146 for (i = 0; i < param->nprocs; i++) { in hog_cpus_timed()
161 if (param->clock_type == CPU_HOG_CLOCK_PROCESS) { in hog_cpus_timed()
206 struct cpu_hog_func_param param = { in test_cpucg_stats() local
214 if (cg_run(cpucg, hog_cpus_timed, (void *)¶m)) in test_cpucg_stats()
270 struct cpu_hog_func_param param = { in test_cpucg_nice() local
285 hog_cpus_timed(cpucg, ¶m); in test_cpucg_nice()
379 struct cpu_hog_func_param param = { in weight_hog_ncpus() local
387 return cg_run_nowait(child->cgroup, hog_cpus_timed, (void *)¶m); in weight_hog_ncpus()
541 struct cpu_hog_func_param param = { in run_cpucg_nested_weight_test() local
551 (void *)¶m); in run_cpucg_nested_weight_test()
670 struct cpu_hog_func_param param = { in test_cpucg_max() local
678 if (cg_run(cpucg, hog_cpus_timed, (void *)¶m)) in test_cpucg_max()
741 struct cpu_hog_func_param param = { in test_cpucg_max_nested() local
749 if (cg_run(child, hog_cpus_timed, (void *)¶m)) in test_cpucg_max_nested()