Home
last modified time | relevance | path

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

/linux/sound/pci/au88x0/
A Dau88x0_core.c1094 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 …]
A Dau88x0.h121 int nr_periods; member
/linux/drivers/dma/
A Dsun4i-dma.c671 int nr_periods, offset, plength, i; in sun4i_dma_prep_dma_cyclic() local
739 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()
/linux/Documentation/scheduler/
A Dsched-bwc.rst132 - nr_periods: Number of enforcement intervals that have elapsed.
176 result it is expected that nr_periods roughly equal nr_throttled, and that
/linux/kernel/sched/
A Dsched.h382 int nr_periods; member
A Dcore.c10487 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()
A Dfair.c5026 cfs_b->nr_periods += overrun; in do_sched_cfs_period_timer()
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst1016 - nr_periods

Completed in 64 milliseconds