Searched refs:res_path (Results 1 – 1 of 1) sorted by relevance
| /tools/testing/selftests/resctrl/ |
| A D | resctrlfs.c | 818 char res_path[PATH_MAX]; in resctrl_resource_exists() local 829 snprintf(res_path, sizeof(res_path), "%s/%s", INFO_PATH, resource); in resctrl_resource_exists() 831 if (stat(res_path, &statbuf)) in resctrl_resource_exists() 847 char res_path[PATH_MAX]; in resctrl_mon_feature_exists() local 854 snprintf(res_path, sizeof(res_path), "%s/%s/mon_features", INFO_PATH, resource); in resctrl_mon_feature_exists() 855 inf = fopen(res_path, "r"); in resctrl_mon_feature_exists() 876 char res_path[PATH_MAX]; in resource_info_file_exists() local 882 snprintf(res_path, sizeof(res_path), "%s/%s/%s", INFO_PATH, resource, in resource_info_file_exists() 885 if (stat(res_path, &statbuf)) in resource_info_file_exists()
|
Completed in 4 milliseconds