Searched refs:unpin (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h42 * @unpin is called
47 int (*unpin)(struct vmw_framebuffer *fb); member in struct:vmw_framebuffer
H A Dvmwgfx_ldu.c168 if (ld->fb->unpin)
169 ld->fb->unpin(ld->fb);
186 if (ld->fb && ld->fb->unpin)
187 ld->fb->unpin(ld->fb);
H A Dvmwgfx_kms.c506 vfbs->base.unpin = &vmw_surface_dmabuf_unpin;
693 vfbd->base.unpin = vmw_framebuffer_dmabuf_unpin;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_failchk.c195 * If no threads died but there are blocked threads unpin
209 int unpin, ret; local
218 unpin = 0;
231 unpin = 1;
243 if (unpin == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Diovlock.c89 goto unpin;
111 goto unpin;
118 unpin:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c159 goto unpin;
185 unpin:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fput.c89 * If this is marked dummy, we are using it to unpin a buffer for
93 goto unpin;
121 unpin:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dextent-tree.c3866 struct extent_io_tree *unpin; local
3875 unpin = &fs_info->freed_extents[1];
3877 unpin = &fs_info->freed_extents[0];
3880 ret = find_first_extent_bit(unpin, 0, &start, &end,
3887 clear_extent_dirty(unpin, start, end, GFP_NOFS);

Completed in 105 milliseconds