Home
last modified time | relevance | path

Searched refs:max_outstanding (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/virtio/ringtest/
H A Dmain.c21 int max_outstanding = INT_MAX; variable
124 started - completed < max_outstanding) { in run_guest()
336 max_outstanding = c; in main()
372 if (batch > max_outstanding) in main()
373 batch = max_outstanding; in main()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dxgene-dma.c278 int max_outstanding; member
664 if (chan->pending >= chan->max_outstanding) in xgene_chan_xfer_ld_pending()
1251 chan->max_outstanding = tx_ring->slots; in xgene_dma_create_chan_rings()
/OK3568_Linux_fs/debian/packages-patches/mpv/0.29.1/
H A D0002-HACK-vo_xv-Support-dma-buffer-rendering.patch236 @@ -683,6 +843,14 @@ static void wait_for_completion(struct vo *vo, int max_outstanding)