Searched refs:nr_periods (Results 1 – 6 of 6) sorted by relevance
1106 dma->nr_periods = count; in vortex_adbdma_setbuffers()1181 if (dma->nr_periods >= 4) in vortex_adbdma_bufshift()1186 delta += dma->nr_periods; in vortex_adbdma_bufshift()1192 if (dma->nr_periods > 4) { in vortex_adbdma_bufshift()1196 if (p >= dma->nr_periods) in vortex_adbdma_bufshift()1197 p -= dma->nr_periods; in vortex_adbdma_bufshift()1214 if (dma->period_virt >= dma->nr_periods) in vortex_adbdma_bufshift()1215 dma->period_virt -= dma->nr_periods; in vortex_adbdma_bufshift()1230 for (i=0 ; i < 4 && i < dma->nr_periods; i++) { in vortex_adbdma_resetup()1233 if (p >= dma->nr_periods) in vortex_adbdma_resetup()[all …]
133 int nr_periods; member
69 - nr_periods: Number of enforcement intervals that have elapsed.
223 int nr_periods, nr_throttled; member
3778 cfs_b->nr_periods += overrun; in do_sched_cfs_period_timer()
8303 seq_printf(sf, "nr_periods %d\n", cfs_b->nr_periods); in cpu_stats_show()