Searched refs:proc_read_strstr (Results 1 – 3 of 3) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/cgroup/ |
D | cgroup_util.h | 52 extern int proc_read_strstr(int pid, bool thread, const char *item, const char *needle);
|
D | test_core.c | 432 if (proc_read_strstr(0, 1, "cgroup", lines[(i % 2) + 1])) in migrating_thread_fn() 482 if (proc_read_strstr(0, 1, "cgroup", line)) in test_cgcore_thread_migration()
|
D | cgroup_util.c | 444 int proc_read_strstr(int pid, bool thread, const char *item, const char *needle) in proc_read_strstr() function
|