Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/ti/
Dk3-udma.c1236 int start, tmp_from; in __udma_alloc_gp_rflow_range() local
1239 tmp_from = from; in __udma_alloc_gp_rflow_range()
1240 if (tmp_from < 0) in __udma_alloc_gp_rflow_range()
1241 tmp_from = ud->rchan_cnt; in __udma_alloc_gp_rflow_range()
1243 if (tmp_from < ud->rchan_cnt) in __udma_alloc_gp_rflow_range()
1246 if (tmp_from + cnt > ud->rflow_cnt) in __udma_alloc_gp_rflow_range()
1254 tmp_from, cnt, 0); in __udma_alloc_gp_rflow_range()
/Linux-v5.15/fs/cifs/
Dfile.c3150 struct iov_iter tmp_from = ctx->iter; in collect_uncached_write_data() local
3159 iov_iter_advance(&tmp_from, in collect_uncached_write_data()
3163 wdata->bytes, &tmp_from, in collect_uncached_write_data()