Home
last modified time | relevance | path

Searched refs:file_read_long (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dutil.h10 long file_read_long(const char *path);
H A Dutil.c47 long file_read_long(const char *path) in file_read_long() function
H A Dhotplug.c22 return file_read_long(online_path) > 0; in is_cpu_online()