Lines Matching refs:pids
27 # ./pids.sh caseno max
65 tst_res TINFO "Umounting pids"
73 exist=`grep -w pids /proc/cgroups | cut -f1`;
75 tst_brk TCONF NULL "pids not supported"
78 mount_point=`grep -w pids /proc/mounts | cut -f 2 | cut -d " " -f2`
89 ROD mount -t cgroup -o pids none $mount_point
152 ROD echo $max \> $testpath/pids.max
156 # should return 2 because the limit of pids is reached
175 ROD echo $lim \> $testpath/pids.max
196 ROD echo 0 \> $testpath/pids.max
208 echo -1 > $testpath/pids.max
219 tst_res TINFO "set a limit that is smaller than current number of pids"
223 ROD echo $lim \> $testpath/pids.max
249 ROD echo $max \> $testpath/pids.max
291 ROD echo $max \> $testpath/pids.max
295 ROD echo $lim \> $testpath/child/pids.max
321 ROD echo $max \> $testpath/child$i/pids.max
334 if [ $(cat "$testpath/child1/pids.current") -eq $((lim - 1)) ]; then
340 if [ $(cat "$testpath/child2/pids.current") -eq $((lim + 1)) ]; then