HomeSort by relevance Sort by last modified time
    Searched full:pathover (Results 1 - 1 of 1) sorted by null

  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap05.c 70 static char *path, *pathover; variable
202 SAFE_FILE_PRINTF(pathover, "%ld", nr_overcommit_hugepages);
214 pathover = path_sys_sz_over;
217 pathover = PATH_PROC_OVER;
241 if (access(pathover, F_OK)) {
243 pathover);
246 SAFE_FILE_SCANF(pathover, "%ld", &nr_overcommit_hugepages);
251 SAFE_FILE_PRINTF(pathover, "%ld", size);

Completed in 84 milliseconds