Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds