Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/sched_ext/
H A Dutil.h11 int file_write_long(const char *path, long val);
H A Dutil.c58 int file_write_long(const char *path, long val) in file_write_long() function
H A Dhotplug.c30 ret = file_write_long(online_path, val); in toggle_online_status()