Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh158 n_starves=`grep -c 'rcu_.*kthread starved for' $file`
159 if test "$n_starves" -ne 0
161 summary="$summary Starves: $n_starves"