Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dthp_settings.c
H A Dkhugepaged.c82 char dev_queue_read_ahead_path[PATH_MAX]; member
112 thp_set_read_ahead_path(finfo.dev_queue_read_ahead_path); in save_settings()
149 if (snprintf(finfo.dev_queue_read_ahead_path, in get_finfo()
150 sizeof(finfo.dev_queue_read_ahead_path), in get_finfo()
153 >= sizeof(finfo.dev_queue_read_ahead_path)) in get_finfo()
172 if (snprintf(finfo.dev_queue_read_ahead_path, in get_finfo()
173 sizeof(finfo.dev_queue_read_ahead_path), in get_finfo()
175 str) >= sizeof(finfo.dev_queue_read_ahead_path)) in get_finfo()