Lines Matching refs:grep
30 if grep -Pq '\x00' < $file
41 if grep -q FAILURE $file || grep -q -e '-torture.*!!!' $file
43 nerrs=`grep --binary-files=text '!!!' $file |
67 grep --binary-files=text 'torture:.*ver:' $file |
96 if grep -q SUCCESS $file
105 if grep -q "_HOTPLUG:" $file
111 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
126 n_badness=`grep -c Badness $file`
131 …n_warn=`grep -v 'Warning: unable to open an initial console' $file | grep -v 'Warning: Failed to a…
151 n_calltrace=`grep -c 'Call Trace:' $file`
156 n_lockdep=`grep -c =========== $file`
166 n_starves=`grep -c 'rcu_.*kthread starved for' $file`