Searched refs:mongrp (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/resctrl/ |
H A D | resctrl_val.c | 407 void set_mbm_path(const char *ctrlgrp, const char *mongrp, int resource_id) in set_mbm_path() argument 409 if (ctrlgrp && mongrp) in set_mbm_path() 411 RESCTRL_PATH, ctrlgrp, mongrp, resource_id); in set_mbm_path() 412 else if (!ctrlgrp && mongrp) in set_mbm_path() 414 mongrp, resource_id); in set_mbm_path() 415 else if (ctrlgrp && !mongrp) in set_mbm_path() 418 else if (!ctrlgrp && !mongrp) in set_mbm_path() 430 static void initialize_mem_bw_resctrl(const char *ctrlgrp, const char *mongrp, in initialize_mem_bw_resctrl() argument 441 set_mbm_path(ctrlgrp, mongrp, resource_id); in initialize_mem_bw_resctrl() 577 static void set_cmt_path(const char *ctrlgrp, const char *mongrp, char sock_num) in set_cmt_path() argument [all …]
|
H A D | resctrlfs.c | 380 int write_bm_pid_to_resctrl(pid_t bm_pid, char *ctrlgrp, char *mongrp, in write_bm_pid_to_resctrl() argument 404 if (strlen(mongrp)) { in write_bm_pid_to_resctrl() 406 sprintf(monitorgroup, "%s/%s", monitorgroup_p, mongrp); in write_bm_pid_to_resctrl() 407 ret = create_grp(mongrp, monitorgroup, monitorgroup_p); in write_bm_pid_to_resctrl() 412 controlgroup, mongrp); in write_bm_pid_to_resctrl()
|
H A D | resctrl.h | 60 char mongrp[64]; member 90 int write_bm_pid_to_resctrl(pid_t bm_pid, char *ctrlgrp, char *mongrp,
|
H A D | cat_test.c | 146 strcpy(param.mongrp, "m2"); in cat_perf_miss_val() 165 strcpy(param.mongrp, "m1"); in cat_perf_miss_val()
|
H A D | mbm_test.c | 117 .mongrp = "m1", in mbm_bw_change()
|
H A D | cmt_test.c | 105 .mongrp = "m1", in cmt_resctrl_val()
|
H A D | mba_test.c | 149 .mongrp = "m1", in mba_schemata_change()
|
H A D | cache.c | 229 ret = write_bm_pid_to_resctrl(bm_pid, param->ctrlgrp, param->mongrp, in cat_val()
|