Home
last modified time | relevance | path

Searched refs:unpin (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/drivers/gpu/host1x/
Djob.c190 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/
Dvmwgfx_ldu.c167 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()
Dvmwgfx_kms.h99 int (*unpin)(struct vmw_framebuffer *fb); member
Dvmwgfx_fb.c534 vfb->unpin(vfb); in vmw_fb_kms_framebuffer()
Dvmwgfx_kms.c964 vfb->unpin = vmw_framebuffer_unpin; in vmw_kms_new_framebuffer()
/linux-4.4.14/include/linux/
Dhost1x.h64 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/
Dradeon_cursor.c268 goto unpin; in radeon_crtc_cursor_set2()
322 unpin: in radeon_crtc_cursor_set2()
/linux-4.4.14/arch/x86/xen/
Dmmu.c1142 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/
Ddisk-io.c4333 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()
Dfree-space-cache.c1041 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()
Dextent-tree.c6332 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/
Dgem.c88 .unpin = tegra_bo_unpin,
/linux-4.4.14/Documentation/filesystems/
Dxfs-delayed-logging-design.txt397 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/
Dclient.c192 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/
Di915_gem.c1849 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/
Ddce_v8_0.c2483 goto unpin; in dce_v8_0_crtc_cursor_set2()
2534 unpin: in dce_v8_0_crtc_cursor_set2()
Ddce_v11_0.c2560 goto unpin; in dce_v11_0_crtc_cursor_set2()
2611 unpin: in dce_v11_0_crtc_cursor_set2()
Ddce_v10_0.c2571 goto unpin; in dce_v10_0_crtc_cursor_set2()
2622 unpin: in dce_v10_0_crtc_cursor_set2()
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db617 API-i915-gem-object-unpin-fence