Home
last modified time | relevance | path

Searched refs:MBM_STR (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/tools/testing/selftests/resctrl/
Dresctrlfs.c453 !strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR))) { in write_bm_pid_to_resctrl()
496 strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR)) && in write_schemata()
523 !strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR))) in write_schemata()
633 } else if (!strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR)) || in validate_resctrl_feature_request()
648 if (!strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR))) { in validate_resctrl_feature_request()
Dresctrl_val.c423 if (!strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR))) in initialize_mem_bw_resctrl()
645 !strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR))) { in resctrl_val()
726 if (!strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR)) || in resctrl_val()
770 if (!strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR)) || in resctrl_val()
Dresctrl_tests.c86 if (!validate_resctrl_feature_request(MBM_STR) || (get_vendor() != ARCH_INTEL)) { in run_mbm_test()
206 if (!strncmp(token, MBM_STR, sizeof(MBM_STR))) { in main()
Dresctrl.h73 #define MBM_STR "mbm" macro
Dmbm_test.c115 .resctrl_val = MBM_STR, in mbm_bw_change()