Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_pids.c15 static int run_success(const char *cgroup, void *arg) in run_success() function
55 if (cg_run_nowait(cg_pids, run_success, NULL) != -1 || errno != EAGAIN) in test_pids_max()
105 if (cg_run_nowait(cg_child, run_success, NULL) != -1 || errno != EAGAIN) in test_pids_events()