Searched refs:__open_path_or_exit (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/kvm/ |
H A D | access_tracking_perf_test.c | 599 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 D | kvm_util.c | 29 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()
|
/linux/tools/testing/selftests/kvm/include/ |
H A D | kvm_util.h | 259 int __open_path_or_exit(const char *path, int flags, const char *enoent_help);
|