Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/
H A Daccess_tracking_perf_test.c599 page_idle_fd = __open_path_or_exit("/sys/kernel/mm/page_idle/bitmap", O_RDWR, in main()
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c29 int __open_path_or_exit(const char *path, int flags, const char *enoent_help) in __open_path_or_exit() function
49 return __open_path_or_exit(path, flags, ""); in open_path_or_exit()
63 return __open_path_or_exit(KVM_DEV_PATH, flags, "Is KVM loaded and enabled?"); in _open_kvm_dev_path_or_exit()