Home
last modified time | relevance | path

Searched refs:nr_periods (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/sound/pci/au88x0/
Dau88x0_core.c1106 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 …]
Dau88x0.h133 int nr_periods; member
/linux-4.4.14/drivers/dma/
Dsun4i-dma.c675 int nr_periods, offset, plength, i; in sun4i_dma_prep_dma_cyclic() local
743 nr_periods = DIV_ROUND_UP(len / period_len, 2); in sun4i_dma_prep_dma_cyclic()
744 for (i = 0; i < nr_periods; i++) { in sun4i_dma_prep_dma_cyclic()
/linux-4.4.14/Documentation/scheduler/
Dsched-bwc.txt69 - nr_periods: Number of enforcement intervals that have elapsed.
/linux-4.4.14/kernel/sched/
Dsched.h234 int nr_periods, nr_throttled; member
Dcore.c8516 seq_printf(sf, "nr_periods %d\n", cfs_b->nr_periods); in cpu_stats_show()
Dfair.c3711 cfs_b->nr_periods += overrun; in do_sched_cfs_period_timer()