Searched refs:tdir (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | torture.sh | 627 tdir="`cat $T/successes $T/failures | head -1 | awk '{ print $NF }' | sed -e 's,/[^/]\+/*$,,'`" 628 find "$tdir" -name 'ConfigFragment.diags' -print > $T/configerrors 629 find "$tdir" -name 'Make.out.diags' -print > $T/builderrors 644 if test -n "$tdir" && test $compress_concurrency -gt 0 647 echo Looking for K[AC]SAN files to compress: `date` > "$tdir/log-xz" 2>&1 648 find "$tdir" -type d -name '*-k[ac]san' -print > $T/xz-todo-all 649 find "$tdir" -type f -name 're-run' -print | sed -e 's,/re-run,,' | 661 …e before compressing $n2compress files: `du -sh $tdir | awk '{ print $1 }'` `date` 2>&1 | tee -a "… 664 echo Compressing vmlinux files in ${i}: `date` >> "$tdir/log-xz" 2>&1 667 xz "$j" >> "$tdir/log-xz" 2>&1 & [all …]
|
/linux/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 355 enum dma_transfer_direction tdir; in sunxi_nfc_dma_op_prepare() local 360 tdir = DMA_DEV_TO_MEM; in sunxi_nfc_dma_op_prepare() 362 tdir = DMA_MEM_TO_DEV; in sunxi_nfc_dma_op_prepare() 370 dmad = dmaengine_prep_slave_sg(nfc->dmac, sg, 1, tdir, DMA_CTRL_ACK); in sunxi_nfc_dma_op_prepare()
|
/linux/net/sched/ |
H A D | act_ct.c | 244 enum flow_offload_tuple_dir tdir, in tcf_ct_flow_table_fill_actions() argument 254 switch (tdir) { in tcf_ct_flow_table_fill_actions()
|