Home
last modified time | relevance | path

Searched refs:tdir (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh611 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 echo Size before compressing $n2compress files: `du -sh $tdir | awk '{ print $1 }'` `date` 2>&1 | tee -a "$tdir/log-xz" | tee -a $T/log
648 echo Compressing vmlinux files in ${i}: `date` >> "$tdir/lo
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dtango_nand.c256 enum dma_transfer_direction tdir; in do_dma() local
266 tdir = dir == DMA_TO_DEVICE ? DMA_MEM_TO_DEV : DMA_DEV_TO_MEM; in do_dma()
267 desc = dmaengine_prep_slave_sg(chan, &sg, 1, tdir, DMA_PREP_INTERRUPT); in do_dma()
H A Dsunxi_nand.c352 enum dma_transfer_direction tdir; in sunxi_nfc_dma_op_prepare() local
357 tdir = DMA_DEV_TO_MEM; in sunxi_nfc_dma_op_prepare()
359 tdir = DMA_MEM_TO_DEV; in sunxi_nfc_dma_op_prepare()
366 dmad = dmaengine_prep_slave_sg(nfc->dmac, sg, 1, tdir, DMA_CTRL_ACK); in sunxi_nfc_dma_op_prepare()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dsunxi_nand.c355 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()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dvfs.c1739 struct inode *fdir, *tdir; in nfsd_rename() local
1755 tdir = d_inode(tdentry); in nfsd_rename()
1805 host_err = vfs_rename(fdir, odentry, tdir, ndentry, NULL, 0); in nfsd_rename()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dvfs.c1760 struct inode *fdir, *tdir; in nfsd_rename() local
1776 tdir = d_inode(tdentry); in nfsd_rename()
1833 .new_dir = tdir, in nfsd_rename()
/kernel/linux/linux-5.10/net/sched/
H A Dact_ct.c237 enum flow_offload_tuple_dir tdir, in tcf_ct_flow_table_fill_actions()
246 switch (tdir) { in tcf_ct_flow_table_fill_actions()
235 tcf_ct_flow_table_fill_actions(struct net *net, const struct flow_offload *flow, enum flow_offload_tuple_dir tdir, struct nf_flow_rule *flow_rule) tcf_ct_flow_table_fill_actions() argument
/kernel/linux/linux-6.6/net/sched/
H A Dact_ct.c239 enum flow_offload_tuple_dir tdir, in tcf_ct_flow_table_fill_actions()
249 switch (tdir) { in tcf_ct_flow_table_fill_actions()
237 tcf_ct_flow_table_fill_actions(struct net *net, struct flow_offload *flow, enum flow_offload_tuple_dir tdir, struct nf_flow_rule *flow_rule) tcf_ct_flow_table_fill_actions() argument

Completed in 20 milliseconds