next_buf 372 arch/x86/events/intel/bts.c unsigned int next_buf; next_buf 390 arch/x86/events/intel/bts.c next_buf = buf->cur_buf + 1; next_buf 391 arch/x86/events/intel/bts.c if (next_buf >= buf->nr_bufs) next_buf 392 arch/x86/events/intel/bts.c next_buf = 0; next_buf 393 arch/x86/events/intel/bts.c next_phys = &buf->buf[next_buf]; next_buf 418 arch/x86/events/intel/bts.c buf->cur_buf = next_buf; next_buf 3469 drivers/crypto/caam/caamalg_qi2.c u8 *next_buf = alt_buf(state); next_buf 3528 drivers/crypto/caam/caamalg_qi2.c scatterwalk_map_and_copy(next_buf, req->src, next_buf 3575 drivers/crypto/caam/caamalg_qi2.c DUMP_PREFIX_ADDRESS, 16, 4, next_buf, *next_buflen, next_buf 3930 drivers/crypto/caam/caamalg_qi2.c u8 *next_buf = alt_buf(state); next_buf 3981 drivers/crypto/caam/caamalg_qi2.c scatterwalk_map_and_copy(next_buf, req->src, next_buf 4038 drivers/crypto/caam/caamalg_qi2.c DUMP_PREFIX_ADDRESS, 16, 4, next_buf, *next_buflen, next_buf 4154 drivers/crypto/caam/caamalg_qi2.c u8 *next_buf = alt_buf(state); next_buf 4224 drivers/crypto/caam/caamalg_qi2.c scatterwalk_map_and_copy(next_buf, req->src, to_hash, next_buf 4260 drivers/crypto/caam/caamalg_qi2.c scatterwalk_map_and_copy(next_buf, req->src, 0, next_buf 4266 drivers/crypto/caam/caamalg_qi2.c DUMP_PREFIX_ADDRESS, 16, 4, next_buf, *next_buflen, next_buf 791 drivers/crypto/caam/caamhash.c u8 *next_buf = alt_buf(state); next_buf 872 drivers/crypto/caam/caamhash.c scatterwalk_map_and_copy(next_buf, req->src, next_buf 910 drivers/crypto/caam/caamhash.c DUMP_PREFIX_ADDRESS, 16, 4, next_buf, next_buf 1213 drivers/crypto/caam/caamhash.c u8 *next_buf = alt_buf(state); next_buf 1282 drivers/crypto/caam/caamhash.c scatterwalk_map_and_copy(next_buf, req->src, next_buf 1326 drivers/crypto/caam/caamhash.c DUMP_PREFIX_ADDRESS, 16, 4, next_buf, *next_buflen, next_buf 1431 drivers/crypto/caam/caamhash.c u8 *next_buf = alt_buf(state); next_buf 1495 drivers/crypto/caam/caamhash.c scatterwalk_map_and_copy(next_buf, req->src, to_hash, next_buf 1520 drivers/crypto/caam/caamhash.c scatterwalk_map_and_copy(next_buf, req->src, 0, next_buf 1526 drivers/crypto/caam/caamhash.c DUMP_PREFIX_ADDRESS, 16, 4, next_buf, *next_buflen, next_buf 787 drivers/crypto/ixp4xx_crypto.c struct buffer_desc *next_buf; next_buf 793 drivers/crypto/ixp4xx_crypto.c next_buf = dma_pool_alloc(buffer_pool, flags, &next_buf_phys); next_buf 794 drivers/crypto/ixp4xx_crypto.c if (!next_buf) { next_buf 799 drivers/crypto/ixp4xx_crypto.c buf->next = next_buf; next_buf 801 drivers/crypto/ixp4xx_crypto.c buf = next_buf; next_buf 290 drivers/gpu/drm/mxsfb/mxsfb_crtc.c writel(paddr, mxsfb->base + mxsfb->devdata->next_buf); next_buf 326 drivers/gpu/drm/mxsfb/mxsfb_crtc.c writel(paddr, mxsfb->base + mxsfb->devdata->next_buf); next_buf 50 drivers/gpu/drm/mxsfb/mxsfb_drv.c .next_buf = LCDC_V3_NEXT_BUF, next_buf 59 drivers/gpu/drm/mxsfb/mxsfb_drv.c .next_buf = LCDC_V4_NEXT_BUF, next_buf 14 drivers/gpu/drm/mxsfb/mxsfb_drv.h unsigned int next_buf; next_buf 240 drivers/media/platform/marvell-ccic/mcam-core.c cam->next_buf = -1; next_buf 450 drivers/media/platform/marvell-ccic/mcam-core.c int bufno = cam->next_buf; next_buf 454 drivers/media/platform/marvell-ccic/mcam-core.c if (++(cam->next_buf) >= cam->nbufs) next_buf 455 drivers/media/platform/marvell-ccic/mcam-core.c cam->next_buf = 0; next_buf 1703 drivers/media/platform/marvell-ccic/mcam-core.c cam->next_buf = frame; next_buf 162 drivers/media/platform/marvell-ccic/mcam-core.h int next_buf; /* Next to consume (dev_lock) */ next_buf 136 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c struct sun6i_csi_buffer *next_buf; next_buf 193 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c next_buf = list_next_entry(buf, list); next_buf 194 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c next_buf->queued_to_csi = true; next_buf 195 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c sun6i_csi_update_buf_addr(video->csi, next_buf->dma_addr); next_buf 259 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c struct sun6i_csi_buffer *next_buf; next_buf 271 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c next_buf = list_next_entry(buf, list); next_buf 277 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c if (!next_buf->queued_to_csi) { next_buf 278 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c next_buf->queued_to_csi = true; next_buf 279 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c sun6i_csi_update_buf_addr(video->csi, next_buf->dma_addr); next_buf 291 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c if (!list_is_last(&next_buf->list, &video->dma_queue)) { next_buf 292 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c next_buf = list_next_entry(next_buf, list); next_buf 293 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c next_buf->queued_to_csi = true; next_buf 294 drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c sun6i_csi_update_buf_addr(video->csi, next_buf->dma_addr); next_buf 291 drivers/net/arcnet/arcdevice.h int next_buf, first_free_buf; next_buf 299 drivers/net/arcnet/arcnet.c for (i = lp->next_buf; i != lp->first_free_buf; i = (i + 1) % 5) next_buf 318 drivers/net/arcnet/arcnet.c if (lp->next_buf >= 5) next_buf 319 drivers/net/arcnet/arcnet.c lp->next_buf -= 5; next_buf 321 drivers/net/arcnet/arcnet.c if (lp->next_buf == lp->first_free_buf) { next_buf 324 drivers/net/arcnet/arcnet.c buf = lp->buf_queue[lp->next_buf++]; next_buf 325 drivers/net/arcnet/arcnet.c lp->next_buf %= 5; next_buf 332 drivers/net/arcnet/arcnet.c for (i = lp->next_buf; i != lp->first_free_buf; i = (i + 1) % 5) next_buf 518 drivers/net/arcnet/arcnet.c lp->next_buf = lp->first_free_buf = 0; next_buf 224 drivers/s390/cio/qdio_main.c bufnr = next_buf(bufnr); next_buf 259 drivers/s390/cio/qdio_main.c bufnr = next_buf(bufnr); next_buf 613 drivers/s390/cio/qdio_main.c b = next_buf(b); next_buf 391 drivers/staging/comedi/drivers/adl_pci9118.c unsigned int next_buf) next_buf 394 drivers/staging/comedi/drivers/adl_pci9118.c struct pci9118_dmabuf *dmabuf = &devpriv->dmabuf[next_buf]; next_buf 187 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c const unsigned char *next_buf; next_buf 535 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c if (!decoder->next_buf) next_buf 538 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->buf = decoder->next_buf; next_buf 540 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->next_buf = 0; next_buf 570 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->next_buf = decoder->buf; next_buf 577 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->next_buf = decoder->buf + (ret - old_len); next_buf 897 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->len < INTEL_PT_PKT_MAX_SZ && !decoder->next_buf) { next_buf 2479 tools/perf/util/intel-pt-decoder/intel-pt-decoder.c decoder->next_buf = decoder->buf + rest_psb;