Searched refs:tmp_from (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | k3-udma.c | 1129 int start, tmp_from; in __udma_alloc_gp_rflow_range() local 1132 tmp_from = from; in __udma_alloc_gp_rflow_range() 1133 if (tmp_from < 0) in __udma_alloc_gp_rflow_range() 1134 tmp_from = ud->rchan_cnt; in __udma_alloc_gp_rflow_range() 1136 if (tmp_from < ud->rchan_cnt) in __udma_alloc_gp_rflow_range() 1139 if (tmp_from + cnt > ud->rflow_cnt) in __udma_alloc_gp_rflow_range() 1147 tmp_from, cnt, 0); in __udma_alloc_gp_rflow_range()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | k3-udma.c | 1256 int start, tmp_from; in __udma_alloc_gp_rflow_range() local 1259 tmp_from = from; in __udma_alloc_gp_rflow_range() 1260 if (tmp_from < 0) in __udma_alloc_gp_rflow_range() 1261 tmp_from = ud->rchan_cnt; in __udma_alloc_gp_rflow_range() 1263 if (tmp_from < ud->rchan_cnt) in __udma_alloc_gp_rflow_range() 1266 if (tmp_from + cnt > ud->rflow_cnt) in __udma_alloc_gp_rflow_range() 1274 tmp_from, cnt, 0); in __udma_alloc_gp_rflow_range()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | file.c | 3102 struct iov_iter tmp_from = ctx->iter; in collect_uncached_write_data() local 3111 iov_iter_advance(&tmp_from, in collect_uncached_write_data() 3115 wdata->bytes, &tmp_from, in collect_uncached_write_data()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | file.c | 3556 struct iov_iter tmp_from = ctx->iter; in collect_uncached_write_data() local 3565 iov_iter_advance(&tmp_from, in collect_uncached_write_data() 3569 wdata->bytes, &tmp_from, in collect_uncached_write_data()
|
Completed in 22 milliseconds