Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/resctrl/
Dresctrl_val.c423 if (!strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR))) in initialize_mem_bw_resctrl()
606 !strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR))) { in resctrl_val()
700 if (!strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR)) || in resctrl_val()
736 if (!strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR)) || in resctrl_val()
Dresctrlfs.c458 !strncmp(resctrl_val, MBM_STR, sizeof(MBM_STR))) { in write_bm_pid_to_resctrl()
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_tests.c64 if (!validate_resctrl_feature_request(MBM_STR)) { in run_mbm_test()
159 if (!strncmp(token, MBM_STR, sizeof(MBM_STR))) { in main()
Dresctrl.h70 #define MBM_STR "mbm" macro
Dmbm_test.c120 .resctrl_val = MBM_STR, in mbm_bw_change()