Searched refs:ctrlgrp (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/resctrl/ |
| H A D | resctrlfs.c | 639 int write_bm_pid_to_resctrl(pid_t bm_pid, const char *ctrlgrp, const char *mongrp) in write_bm_pid_to_resctrl() argument 645 if (ctrlgrp) in write_bm_pid_to_resctrl() 646 sprintf(controlgroup, "%s/%s", RESCTRL_PATH, ctrlgrp); in write_bm_pid_to_resctrl() 651 ret = create_grp(ctrlgrp, controlgroup, RESCTRL_PATH); in write_bm_pid_to_resctrl() 694 int write_schemata(const char *ctrlgrp, char *schemata, int cpu_no, in write_schemata() argument 713 if (ctrlgrp) in write_schemata() 714 sprintf(controlgroup, "%s/%s/schemata", RESCTRL_PATH, ctrlgrp); in write_schemata()
|
| H A D | resctrl.h | 131 const char *ctrlgrp; member 179 int write_schemata(const char *ctrlgrp, char *schemata, int cpu_no, 181 int write_bm_pid_to_resctrl(pid_t bm_pid, const char *ctrlgrp, const char *mongrp);
|
| H A D | cmt_test.c | 25 param->ctrlgrp, domain_id); in cmt_init() 144 .ctrlgrp = "c1", in cmt_run_test()
|
| H A D | mbm_test.c | 111 ret = write_schemata(p->ctrlgrp, "100", uparams->cpu, test->resource); in mbm_setup() 132 .ctrlgrp = "c1", in mbm_run_test()
|
| H A D | cat_test.c | 180 ret = write_bm_pid_to_resctrl(bm_pid, param->ctrlgrp, param->mongrp); in cat_test() 204 ret = write_schemata(param->ctrlgrp, schemata, uparams->cpu, test->resource); in cat_test() 273 .ctrlgrp = "c1", in cat_run_test()
|
| H A D | mba_test.c | 59 ret = write_schemata(p->ctrlgrp, allocation_str, uparams->cpu, test->resource); in mba_setup() 173 .ctrlgrp = "c1", in mba_run_test()
|
| H A D | resctrl_val.c | 347 param->ctrlgrp, domain_id); in initialize_mem_bw_resctrl() 567 ret = write_bm_pid_to_resctrl(ppid, param->ctrlgrp, param->mongrp); in resctrl_val()
|