/linux-4.4.14/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.4.14/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 | 99 int (*unpin)(struct vmw_framebuffer *fb); member
|
D | vmwgfx_fb.c | 534 vfb->unpin(vfb); in vmw_fb_kms_framebuffer()
|
D | vmwgfx_kms.c | 964 vfb->unpin = vmw_framebuffer_unpin; in vmw_kms_new_framebuffer()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/radeon/ |
D | radeon_cursor.c | 268 goto unpin; in radeon_crtc_cursor_set2() 322 unpin: in radeon_crtc_cursor_set2()
|
/linux-4.4.14/arch/x86/xen/ |
D | mmu.c | 1142 static void __init xen_cleanmfnmap_free_pgtbl(void *pgtbl, bool unpin) in xen_cleanmfnmap_free_pgtbl() argument 1146 if (unpin) in xen_cleanmfnmap_free_pgtbl() 1166 bool unpin; in xen_cleanmfnmap() local 1168 unpin = (vaddr == 2 * PGDIR_SIZE); in xen_cleanmfnmap() 1192 xen_cleanmfnmap_free_pgtbl(pte, unpin); in xen_cleanmfnmap() 1198 xen_cleanmfnmap_free_pgtbl(pmd, unpin); in xen_cleanmfnmap() 1202 xen_cleanmfnmap_free_pgtbl(pud_page, unpin); in xen_cleanmfnmap()
|
/linux-4.4.14/fs/btrfs/ |
D | disk-io.c | 4333 struct extent_io_tree *unpin; in btrfs_destroy_pinned_extent() local 4339 unpin = pinned_extents; in btrfs_destroy_pinned_extent() 4342 ret = find_first_extent_bit(unpin, 0, &start, &end, in btrfs_destroy_pinned_extent() 4347 clear_extent_dirty(unpin, start, end, GFP_NOFS); in btrfs_destroy_pinned_extent() 4353 if (unpin == &root->fs_info->freed_extents[0]) in btrfs_destroy_pinned_extent() 4354 unpin = &root->fs_info->freed_extents[1]; in btrfs_destroy_pinned_extent() 4356 unpin = &root->fs_info->freed_extents[0]; in btrfs_destroy_pinned_extent()
|
D | free-space-cache.c | 1041 struct extent_io_tree *unpin = NULL; in write_pinned_extent_entries() local 1054 unpin = root->fs_info->pinned_extents; in write_pinned_extent_entries() 1059 ret = find_first_extent_bit(unpin, start, in write_pinned_extent_entries()
|
D | extent-tree.c | 6332 struct extent_io_tree *unpin; in btrfs_finish_extent_commit() local 6338 unpin = &fs_info->freed_extents[1]; in btrfs_finish_extent_commit() 6340 unpin = &fs_info->freed_extents[0]; in btrfs_finish_extent_commit() 6344 ret = find_first_extent_bit(unpin, 0, &start, &end, in btrfs_finish_extent_commit() 6355 clear_extent_dirty(unpin, start, end, GFP_NOFS); in btrfs_finish_extent_commit()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | gem.c | 88 .unpin = tegra_bo_unpin,
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 192 void __ptlrpc_free_bulk(struct ptlrpc_bulk_desc *desc, int unpin) in __ptlrpc_free_bulk() argument 208 if (unpin) { in __ptlrpc_free_bulk()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem.c | 1849 goto unpin; in i915_gem_fault() 1853 goto unpin; in i915_gem_fault() 1898 unpin: in i915_gem_fault()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v8_0.c | 2483 goto unpin; in dce_v8_0_crtc_cursor_set2() 2534 unpin: in dce_v8_0_crtc_cursor_set2()
|
D | dce_v11_0.c | 2560 goto unpin; in dce_v11_0_crtc_cursor_set2() 2611 unpin: in dce_v11_0_crtc_cursor_set2()
|
D | dce_v10_0.c | 2571 goto unpin; in dce_v10_0_crtc_cursor_set2() 2622 unpin: in dce_v10_0_crtc_cursor_set2()
|
/linux-4.4.14/Documentation/DocBook/ |
D | gpu.xml.db | 617 API-i915-gem-object-unpin-fence
|