Lines Matching refs:lim
131 lim=$((max + 2))
132 tst_res TINFO "limit the number of avalaible pid to $lim"
133 ROD echo $lim \> $testpath/pids.max
180 lim=$((max - 1))
181 ROD echo $lim \> $testpath/pids.max
201 lim=$((max / subcgroup_num))
202 if [ "$((lim * subcgroup_num))" -ne "$max" ]; then
211 start_pids_tasks2_path $testpath/child$i $lim
255 lim=$((max - 1))
256 ROD echo $lim \> $testpath/child/pids.max
278 lim=$((max - 1))
286 start_pids_tasks2_path $testpath/child$i $lim
298 if [ $(cat "$testpath/child1/pids.current") -eq $((lim - 1)) ]; then
304 if [ $(cat "$testpath/child2/pids.current") -eq $((lim + 1)) ]; then