Searched refs:write_text (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/sched_ext/ |
| A D | util.c | 33 static ssize_t write_text(const char *path, char *buf, ssize_t len) in write_text() function 67 if (write_text(path, buf, sizeof(buf)) <= 0) in file_write_long()
|
| /tools/testing/selftests/cgroup/lib/include/ |
| A D | cgroup_util.h | 29 extern ssize_t write_text(const char *path, char *buf, ssize_t len);
|
| /tools/testing/selftests/cgroup/lib/ |
| A D | cgroup_util.c | 44 ssize_t write_text(const char *path, char *buf, ssize_t len) in write_text() function 194 ret = write_text(path, buf, len); in cg_write()
|
Completed in 14 milliseconds