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.c692 int cg_test_b_procs_fd = -1; local
721 cg_test_b_procs_fd = open(cg_test_b_procs, O_RDWR);
726 if (cg_test_b_procs_fd < 0)
729 if (write(cg_test_b_procs_fd, "0", 1) >= 0 || errno != EACCES)
736 if (cg_test_b_procs_fd >= 0)
737 close(cg_test_b_procs_fd);
775 int cg_test_b_procs_fd = -1; local
818 cg_test_b_procs_fd = targ.fd;
819 if (cg_test_b_procs_fd < 0)
825 if ((status = write(cg_test_b_procs_fd, "
[all...]

Completed in 309 milliseconds