Searched refs:nr_periods (Results 1 – 8 of 8) sorted by relevance
1094 dma->nr_periods = count; in vortex_adbdma_setbuffers()1172 if (dma->nr_periods >= 4) in vortex_adbdma_bufshift()1183 if (dma->nr_periods > 4) { in vortex_adbdma_bufshift()1188 p -= dma->nr_periods; in vortex_adbdma_bufshift()1224 if (p >= dma->nr_periods) in vortex_adbdma_resetup()1225 p -= dma->nr_periods; in vortex_adbdma_resetup()1230 pp -= dma->nr_periods; in vortex_adbdma_resetup()1252 if (dma->nr_periods >= 4) in vortex_adbdma_getlinearpos()1373 dma->nr_periods = count; in vortex_wtdma_setbuffers()1443 if (dma->nr_periods >= 4) in vortex_wtdma_bufshift()[all …]
121 int nr_periods; member
671 int nr_periods, offset, plength, i; in sun4i_dma_prep_dma_cyclic() local739 nr_periods = DIV_ROUND_UP(len / period_len, 2); in sun4i_dma_prep_dma_cyclic()740 for (i = 0; i < nr_periods; i++) { in sun4i_dma_prep_dma_cyclic()
132 - nr_periods: Number of enforcement intervals that have elapsed.176 result it is expected that nr_periods roughly equal nr_throttled, and that
382 int nr_periods; member
10487 seq_printf(sf, "nr_periods %d\n", cfs_b->nr_periods); in cpu_cfs_stat_show()10634 cfs_b->nr_periods, cfs_b->nr_throttled, in cpu_extra_stat_show()
5026 cfs_b->nr_periods += overrun; in do_sched_cfs_period_timer()
1016 - nr_periods
Completed in 64 milliseconds