Lines Matching refs:child
241 tst_res TINFO "the number of all child cgroup tasks larger than its parent limit"
252 mkdir $testpath/child$i
253 start_pids_tasks2_path $testpath/child$i $lim
268 pids_task1 "$testpath/child$i/tasks"
272 tst_res TPASS "child$i cgroup fork failed as expected"
274 tst_res TFAIL "child$i cgroup fork didn't fail despite the limit"
276 tst_res TBROK "child$i cgroup pids_task1 failed"
281 stop_pids_tasks_path $testpath/child$i
282 rmdir $testpath/child$i
290 tst_res TINFO "set child cgroup limit smaller than its parent limit"
292 mkdir $testpath/child
295 ROD echo $lim \> $testpath/child/pids.max
297 start_pids_tasks2_path $testpath/child $tmp
299 pids_task1 "$testpath/child/tasks"
310 stop_pids_tasks_path $testpath/child
311 rmdir $testpath/child
320 mkdir $testpath/child$i
321 ROD echo $max \> $testpath/child$i/pids.max
322 start_pids_tasks2_path $testpath/child$i $lim
369 stop_pids_tasks_path $testpath/child$i
370 rmdir $testpath/child$i