Searched refs:count_other (Results 1 – 3 of 3) sorted by relevance
56 count_other=`cat trace | grep -v ^# | grep -v $PID | wc -l`59 if [ $count_pid -ne 0 -o $count_other -eq 0 ]; then60 fail "PID filtering not working? traced task = $count_pid; other tasks = $count_other "82 count_other=`cat trace | grep -v ^# | grep -v $PID | wc -l`85 if [ $count_pid -ne 0 -o $count_other -ne 0 ]; then86 fail "PID filtering not following fork? traced task = $count_pid; other tasks = $count_other "
56 count_other=`cat trace | grep -v ^# | grep -v $PID | wc -l`59 if [ $count_pid -eq 0 -o $count_other -ne 0 ]; then77 count_other=`cat trace | grep -v ^# | grep -v $PID | wc -l`80 if [ $count_pid -eq 0 -o $count_other -eq 0 ]; then
114 static int count_other; variable129 qatomic_inc(&count_other); in schedule_next()169 count_here = count_other = count_retry = 0; in test_multi_co_schedule()187 count_other, count_here, count_retry, in test_multi_co_schedule()188 count_here + count_other + count_retry); in test_multi_co_schedule()