Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh744 tdir="`cat $T/successes $T/failures | awk 'NF > 1 { print $NF }' | head -1 | sed -e 's,/[^/]\+/*$,,'`"
745 if test -n "$tdir"
747 find "$tdir" -name 'ConfigFragment.diags' -print > $T/configerrors
748 find "$tdir" -name 'Make.out.diags' -print > $T/builderrors
764 if test -n "$tdir" && test $compress_concurrency -gt 0
767 echo Looking for K[AC]SAN files to compress: `date` > "$tdir/log-xz" 2>&1
768 find "$tdir" -type d -name '*-k[ac]san' -print > $T/xz-todo-all
769 find "$tdir" -type f -name 're-run' -print | sed -e 's,/re-run,,' |
781 echo Size before compressing $n2compress files: `du -sh $tdir | awk '{ print $1 }'` `date` 2>&1 | tee -a "$tdir/lo
[all...]
/linux/net/sched/
H A Dact_ct.c246 enum flow_offload_tuple_dir tdir, in tcf_ct_flow_table_fill_actions() argument
256 switch (tdir) { in tcf_ct_flow_table_fill_actions()