Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dni_dma.c192 u32 reg_offset, wb_offset; in cayman_dma_resume() local
199 wb_offset = R600_WB_DMA_RPTR_OFFSET; in cayman_dma_resume()
203 wb_offset = CAYMAN_WB_DMA1_RPTR_OFFSET; in cayman_dma_resume()
223 upper_32_bits(rdev->wb.gpu_addr + wb_offset) & 0xFF); in cayman_dma_resume()
225 ((rdev->wb.gpu_addr + wb_offset) & 0xFFFFFFFC)); in cayman_dma_resume()
Dcik_sdma.c370 u32 reg_offset, wb_offset; in cik_sdma_gfx_resume() local
377 wb_offset = R600_WB_DMA_RPTR_OFFSET; in cik_sdma_gfx_resume()
381 wb_offset = CAYMAN_WB_DMA1_RPTR_OFFSET; in cik_sdma_gfx_resume()
401 upper_32_bits(rdev->wb.gpu_addr + wb_offset) & 0xFFFFFFFF); in cik_sdma_gfx_resume()
403 ((rdev->wb.gpu_addr + wb_offset) & 0xFFFFFFFC)); in cik_sdma_gfx_resume()
/linux-4.1.27/include/linux/
Dnfs_page.h45 unsigned int wb_offset, /* Offset & ~PAGE_CACHE_MASK */ member
188 return (((loff_t)req->wb_index) << PAGE_CACHE_SHIFT) + req->wb_offset; in req_offset()
/linux-4.1.27/fs/nfs/
Dwrite.c478 if (subreq->wb_offset == (head->wb_offset + total_bytes)) { in nfs_lock_and_join_requests()
481 } else if (WARN_ON_ONCE(subreq->wb_offset < head->wb_offset || in nfs_lock_and_join_requests()
482 ((subreq->wb_offset + subreq->wb_bytes) > in nfs_lock_and_join_requests()
483 (head->wb_offset + total_bytes)))) { in nfs_lock_and_join_requests()
1006 rqend = req->wb_offset + req->wb_bytes; in nfs_try_to_update_request()
1014 || end < req->wb_offset) in nfs_try_to_update_request()
1030 if (offset < req->wb_offset) { in nfs_try_to_update_request()
1031 req->wb_offset = offset; in nfs_try_to_update_request()
1035 req->wb_bytes = end - req->wb_offset; in nfs_try_to_update_request()
1037 req->wb_bytes = rqend - req->wb_offset; in nfs_try_to_update_request()
Dpagelist.c381 req->wb_offset = offset; in nfs_create_request()
1041 offset = subreq->wb_offset; in __nfs_pageio_add_request()
1048 WARN_ON_ONCE(subreq->wb_offset != offset); in __nfs_pageio_add_request()
1079 subreq->wb_offset = offset; in __nfs_pageio_add_request()
1149 offset = req->wb_offset; in nfs_pageio_add_request()
1174 dupreq->wb_offset = offset; in nfs_pageio_add_request()
Ddirect.c512 req->wb_offset = pos & ~PAGE_MASK; in nfs_direct_read_schedule_iovec()
903 req->wb_offset = pos & ~PAGE_MASK; in nfs_direct_write_schedule_iovec()
/linux-4.1.27/fs/nfs/objlayout/
Dobjio_osd.c596 if (req->wb_offset || in objio_init_write()
/linux-4.1.27/fs/nfs/blocklayout/
Dblocklayout.c760 if (!IS_ALIGNED(req->wb_offset, alignment)) in is_aligned_req()