Home
last modified time | relevance | path

Searched refs:open_file (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/vm/
Dhugetlbfstest.c53 static int open_file(const char *path) in open_file() function
71 fd = open_file("/dev/shm/hugetlbhog"); in main()
72 hugefd = open_file("/hugepages/hugetlbhog"); in main()
/tools/perf/util/
Ddata.c107 static int open_file(struct perf_data_file *file) in open_file() function
126 return open_file(file); in perf_data_file__open()