Searched refs:cg_test_b_procs_fd (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/cgroup/
H A Dtest_core.c690 int cg_test_b_procs_fd = -1; local
719 cg_test_b_procs_fd = open(cg_test_b_procs, O_RDWR);
724 if (cg_test_b_procs_fd < 0)
727 if (write(cg_test_b_procs_fd, "0", 1) >= 0 || errno != EACCES)
734 if (cg_test_b_procs_fd >= 0)
735 close(cg_test_b_procs_fd);
773 int cg_test_b_procs_fd = -1; local
813 cg_test_b_procs_fd = targ.fd;
814 if (cg_test_b_procs_fd < 0)
820 if ((status = write(cg_test_b_procs_fd, "
[all...]

Completed in 122 milliseconds