Lines Matching refs:lim
182 lim=$((max + 2))
183 tst_res TINFO "limit the number of avalaible pid to $lim"
184 ROD echo $lim \> $testpath/pids.max
231 lim=$((max - 1))
232 ROD echo $lim \> $testpath/pids.max
252 lim=$((max / subcgroup_num))
262 start_pids_tasks2_path $testpath/child$i $lim
306 lim=$((max - 1))
307 ROD echo $lim \> $testpath/child/pids.max
329 lim=$((max - 1))
337 start_pids_tasks2_path $testpath/child$i $lim
349 if [ $(cat "$testpath/child1/pids.current") -eq $((lim - 1)) ]; then
355 if [ $(cat "$testpath/child2/pids.current") -eq $((lim + 1)) ]; then