Searched refs:path_sys_sz (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap05.c | 39 static char path_sys_sz[BUFSIZ]; variable 308 sprintf(path_sys_sz, "/sys/kernel/mm/hugepages/hugepages-%ldkB", in init_sys_sz_paths() 310 sprintf(path_sys_sz_over, "%s/nr_overcommit_hugepages", path_sys_sz); in init_sys_sz_paths() 311 sprintf(path_sys_sz_free, "%s/free_hugepages", path_sys_sz); in init_sys_sz_paths() 312 sprintf(path_sys_sz_resv, "%s/resv_hugepages", path_sys_sz); in init_sys_sz_paths() 313 sprintf(path_sys_sz_surp, "%s/surplus_hugepages", path_sys_sz); in init_sys_sz_paths() 314 sprintf(path_sys_sz_huge, "%s/nr_hugepages", path_sys_sz); in init_sys_sz_paths()
|