Searched refs:unpin (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/gpu/host1x/ |
D | job.c | 190 goto unpin; in pin_job() 194 goto unpin; in pin_job() 209 goto unpin; in pin_job() 213 goto unpin; in pin_job() 223 unpin: in pin_job() 574 struct host1x_job_unpin_data *unpin = &job->unpins[i]; in host1x_job_unpin() local 575 host1x_bo_unpin(unpin->bo, unpin->sgt); in host1x_job_unpin() 576 host1x_bo_put(unpin->bo); in host1x_job_unpin()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ldu.c | 167 if (ld->fb->unpin) in vmw_ldu_del_active() 168 ld->fb->unpin(ld->fb); in vmw_ldu_del_active() 185 if (ld->fb && ld->fb->unpin) in vmw_ldu_add_active() 186 ld->fb->unpin(ld->fb); in vmw_ldu_add_active()
|
D | vmwgfx_kms.h | 50 int (*unpin)(struct vmw_framebuffer *fb); member
|
D | vmwgfx_kms.c | 1105 vfbd->base.unpin = vmw_framebuffer_dmabuf_unpin; in vmw_kms_new_framebuffer_dmabuf()
|
/linux-4.1.27/include/linux/ |
D | host1x.h | 64 void (*unpin)(struct host1x_bo *bo, struct sg_table *sgt); member 99 bo->ops->unpin(bo, sgt); in host1x_bo_unpin()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_cursor.c | 277 goto unpin; in radeon_crtc_cursor_set2() 332 unpin: in radeon_crtc_cursor_set2()
|
/linux-4.1.27/fs/btrfs/ |
D | disk-io.c | 4231 struct extent_io_tree *unpin; in btrfs_destroy_pinned_extent() local 4237 unpin = pinned_extents; in btrfs_destroy_pinned_extent() 4240 ret = find_first_extent_bit(unpin, 0, &start, &end, in btrfs_destroy_pinned_extent() 4245 clear_extent_dirty(unpin, start, end, GFP_NOFS); in btrfs_destroy_pinned_extent() 4251 if (unpin == &root->fs_info->freed_extents[0]) in btrfs_destroy_pinned_extent() 4252 unpin = &root->fs_info->freed_extents[1]; in btrfs_destroy_pinned_extent() 4254 unpin = &root->fs_info->freed_extents[0]; in btrfs_destroy_pinned_extent()
|
D | free-space-cache.c | 1043 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries() local 1056 unpin = root->fs_info->pinned_extents; in write_pinned_extent_entries() 1061 ret = find_first_extent_bit(unpin, start, in write_pinned_extent_entries()
|
D | extent-tree.c | 6043 struct extent_io_tree *unpin; in btrfs_finish_extent_commit() local 6052 unpin = &fs_info->freed_extents[1]; in btrfs_finish_extent_commit() 6054 unpin = &fs_info->freed_extents[0]; in btrfs_finish_extent_commit() 6058 ret = find_first_extent_bit(unpin, 0, &start, &end, in btrfs_finish_extent_commit() 6069 clear_extent_dirty(unpin, start, end, GFP_NOFS); in btrfs_finish_extent_commit()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | gem.c | 88 .unpin = tegra_bo_unpin,
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 397 and unpin) in the log vector chain and then free the log vector chain and 575 transactions is completed, they will unpin the item once. As a result, the item 585 log items becomes unbalanced if we retain the "pin on transaction commit, unpin 588 To keep pin/unpin symmetry, the algorithm needs to change to a "pin on 589 insertion into the CIL, unpin on checkpoint completion". In other words, the
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 187 void __ptlrpc_free_bulk(struct ptlrpc_bulk_desc *desc, int unpin) in __ptlrpc_free_bulk() argument 203 if (unpin) { in __ptlrpc_free_bulk()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem.c | 1658 goto unpin; in i915_gem_fault() 1662 goto unpin; in i915_gem_fault() 1687 unpin: in i915_gem_fault()
|