Searched refs:tdir (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/testing/selftests/rcutorture/bin/ |
D | torture.sh | 611 tdir="`cat $T/successes $T/failures | head -1 | awk '{ print $NF }' | sed -e 's,/[^/]\+/*$,,'`" 612 find "$tdir" -name 'ConfigFragment.diags' -print > $T/configerrors 613 find "$tdir" -name 'Make.out.diags' -print > $T/builderrors 628 if test -n "$tdir" && test $compress_concurrency -gt 0 631 echo Looking for K[AC]SAN files to compress: `date` > "$tdir/log-xz" 2>&1 632 find "$tdir" -type d -name '*-k[ac]san' -print > $T/xz-todo-all 633 find "$tdir" -type f -name 're-run' -print | sed -e 's,/re-run,,' | 645 …e before compressing $n2compress files: `du -sh $tdir | awk '{ print $1 }'` `date` 2>&1 | tee -a "… 648 echo Compressing vmlinux files in ${i}: `date` >> "$tdir/log-xz" 2>&1 651 xz "$j" >> "$tdir/log-xz" 2>&1 & [all …]
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
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-v6.6/fs/nfsd/ |
D | vfs.c | 1769 struct inode *fdir, *tdir; in nfsd_rename() local 1785 tdir = d_inode(tdentry); in nfsd_rename() 1842 .new_dir = tdir, in nfsd_rename()
|
/Linux-v6.6/net/sched/ |
D | act_ct.c | 239 enum flow_offload_tuple_dir tdir, in tcf_ct_flow_table_fill_actions() argument 249 switch (tdir) { in tcf_ct_flow_table_fill_actions()
|