Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc-filter-notrace-pid.tc56 count_other=`cat trace | grep -v ^# | grep -v $PID | wc -l`
59 if [ $count_pid -ne 0 -o $count_other -eq 0 ]; then
60 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 ]; then
86 fail "PID filtering not following fork? traced task = $count_pid; other tasks = $count_other "
H A Dfunc-filter-pid.tc56 count_other=`cat trace | grep -v ^# | grep -v $PID | wc -l`
59 if [ $count_pid -eq 0 -o $count_other -ne 0 ]; then
77 count_other=`cat trace | grep -v ^# | grep -v $PID | wc -l`
80 if [ $count_pid -eq 0 -o $count_other -eq 0 ]; then
/openbmc/qemu/tests/unit/
H A Dtest-aio-multithread.c114 static int count_other; variable
129 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()