Home
last modified time | relevance | path

Searched refs:tasksmax (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/cpuacct/
Dcpuacct.sh74 local tasksmax
76 tasksmax=$(tst_get_free_pids)
79 if [ $tasksmax -le $tasksneeded ]; then
80 tst_brk TCONF "limit of tasks is too low (approximate need $tasksneeded, limit $tasksmax)"
82 tst_res TINFO "task limit fulfilled (approximate need $tasksneeded, limit $tasksmax)"