Searched refs:last_buf (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/ata/ |
H A D | pdc_adma.c | 277 u8 *buf = pp->pkt, *last_buf = NULL; adma_fill_sg() local 294 last_buf = &buf[i]; adma_fill_sg() 308 if (likely(last_buf)) adma_fill_sg() 309 *last_buf |= pEND; adma_fill_sg()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_cp.c | 1549 dev_priv->last_buf = 0; radeon_do_init_cp() 1928 if (++dev_priv->last_buf >= dma->buf_count) radeon_freelist_get() 1929 dev_priv->last_buf = 0; radeon_freelist_get() 1931 start = dev_priv->last_buf; radeon_freelist_get() 1965 dev_priv->last_buf = 0; radeon_freelist_reset()
|
H A D | r600_cp.c | 2279 dev_priv->last_buf = 0; r600_do_init_cp()
|
H A D | radeon_drv.h | 215 int last_buf; member in struct:drm_radeon_private
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
H A D | fimc-core.c | 341 int last_buf = test_bit(ST_CAPT_JPEG, &fimc->state) && fimc_irq_handler() local 343 fimc_capture_irq_handler(fimc, !last_buf); fimc_irq_handler()
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 2137 struct xfs_buf *last_buf; xfs_da3_swap_lastblock() local 2174 error = xfs_da3_node_read(tp, dp, last_blkno, -1, &last_buf, w); xfs_da3_swap_lastblock() 2180 memcpy(dead_buf->b_addr, last_buf->b_addr, args->geo->blksize); xfs_da3_swap_lastblock() 2329 *dead_bufp = last_buf; xfs_da3_swap_lastblock() 2336 xfs_trans_brelse(tp, last_buf); xfs_da3_swap_lastblock()
|
Completed in 421 milliseconds