Home
last modified time | relevance | path

Searched defs:bo (Results 1 – 25 of 248) sorted by relevance

12345678910

/linux/drivers/gpu/drm/qxl/
H A Dqxl_object.c34 struct qxl_bo *bo; in qxl_ttm_bo_destroy() local
49 bool qxl_ttm_bo_is_qxl_bo(struct ttm_buffer_object *bo) in qxl_ttm_bo_is_qxl_bo()
110 struct qxl_bo *bo; in qxl_bo_create() local
156 int qxl_bo_vmap_locked(struct qxl_bo *bo, struct iosys_map *map) in qxl_bo_vmap_locked()
185 int qxl_bo_pin_and_vmap(struct qxl_bo *bo, struct iosys_map *map) in qxl_bo_pin_and_vmap()
207 struct qxl_bo *bo, int page_offset) in qxl_bo_kmap_atomic_page()
239 void qxl_bo_vunmap_locked(struct qxl_bo *bo) in qxl_bo_vunmap_locked()
252 int qxl_bo_vunmap_and_unpin(struct qxl_bo *bo) in qxl_bo_vunmap_and_unpin()
267 struct qxl_bo *bo, void *pmap) in qxl_bo_kunmap_atomic_page()
279 void qxl_bo_unref(struct qxl_bo **bo) in qxl_bo_unref()
[all …]
H A Dqxl_release.c124 struct qxl_bo *bo; in qxl_release_free_list() local
163 struct qxl_bo **bo, in qxl_release_bo_alloc()
171 int qxl_release_list_add(struct qxl_release *release, struct qxl_bo *bo) in qxl_release_list_add()
191 static int qxl_release_validate_bo(struct qxl_bo *bo) in qxl_release_validate_bo()
230 struct qxl_bo *bo = to_qxl_bo(entry->tv.bo); in qxl_release_reserve_list() local
258 struct qxl_bo *bo; in qxl_alloc_surface_release_reserved() local
286 struct qxl_bo *bo, *free_bo = NULL; in qxl_alloc_release_reserved() local
385 struct qxl_bo *bo = release->release_bo; in qxl_release_map() local
398 struct qxl_bo *bo = release->release_bo; in qxl_release_unmap() local
407 struct ttm_buffer_object *bo; in qxl_release_fence_buffer_objects() local
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c49 static void ttm_bo_mem_space_debug(struct ttm_buffer_object *bo, in ttm_bo_mem_space_debug()
74 void ttm_bo_move_to_lru_tail(struct ttm_buffer_object *bo) in ttm_bo_move_to_lru_tail()
97 void ttm_bo_set_bulk_move(struct ttm_buffer_object *bo, in ttm_bo_set_bulk_move()
115 static int ttm_bo_handle_move_mem(struct ttm_buffer_object *bo, in ttm_bo_handle_move_mem()
177 static void ttm_bo_cleanup_memtype_use(struct ttm_buffer_object *bo) in ttm_bo_cleanup_memtype_use()
186 static int ttm_bo_individualize_resv(struct ttm_buffer_object *bo) in ttm_bo_individualize_resv()
213 static void ttm_bo_flush_all_fences(struct ttm_buffer_object *bo) in ttm_bo_flush_all_fences()
233 struct ttm_buffer_object *bo; in ttm_bo_delayed_delete() local
247 struct ttm_buffer_object *bo = in ttm_bo_release() local
325 void ttm_bo_put(struct ttm_buffer_object *bo) in ttm_bo_put()
[all …]
H A Dttm_bo_util.c42 struct ttm_buffer_object *bo; member
142 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo, in ttm_bo_move_memcpy()
201 static void ttm_transfered_destroy(struct ttm_buffer_object *bo) in ttm_transfered_destroy()
226 static int ttm_buffer_object_transfer(struct ttm_buffer_object *bo, in ttm_buffer_object_transfer()
290 pgprot_t ttm_io_prot(struct ttm_buffer_object *bo, struct ttm_resource *res, in ttm_io_prot()
309 static int ttm_bo_ioremap(struct ttm_buffer_object *bo, in ttm_bo_ioremap()
335 static int ttm_bo_kmap_ttm(struct ttm_buffer_object *bo, in ttm_bo_kmap_ttm()
396 int ttm_bo_kmap(struct ttm_buffer_object *bo, in ttm_bo_kmap()
469 int ttm_bo_vmap(struct ttm_buffer_object *bo, struct iosys_map *map) in ttm_bo_vmap()
538 void ttm_bo_vunmap(struct ttm_buffer_object *bo, struct iosys_map *map) in ttm_bo_vunmap()
[all …]
/linux/drivers/gpu/drm/tegra/
H A Dgem.c52 static void tegra_bo_put(struct host1x_bo *bo) in tegra_bo_put()
59 static struct host1x_bo_mapping *tegra_bo_pin(struct device *dev, struct host1x_bo *bo, in tegra_bo_pin()
177 static void *tegra_bo_mmap(struct host1x_bo *bo) in tegra_bo_mmap()
203 static void tegra_bo_munmap(struct host1x_bo *bo, void *addr) in tegra_bo_munmap()
217 static struct host1x_bo *tegra_bo_get(struct host1x_bo *bo) in tegra_bo_get()
235 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map()
278 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap()
302 struct tegra_bo *bo; in tegra_bo_alloc_object() local
331 static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_free()
343 static int tegra_bo_get_pages(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_get_pages()
[all …]
H A Dsubmit.c44 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_get() local
53 struct gather_bo *bo = container_of(ref, struct gather_bo, ref); in gather_bo_release() local
62 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_put() local
68 gather_bo_pin(struct device *dev, struct host1x_bo *bo, enum dma_data_direction direction) in gather_bo_pin()
127 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_mmap() local
183 struct gather_bo *bo; in submit_copy_gather_data() local
228 static int submit_write_reloc(struct tegra_drm_context *context, struct gather_bo *bo, in submit_write_reloc()
257 static int submit_process_bufs(struct tegra_drm_context *context, struct gather_bo *bo, in submit_process_bufs()
352 struct gather_bo *bo, u32 *offset, in submit_job_add_gather()
393 submit_create_job(struct tegra_drm_context *context, struct gather_bo *bo, in submit_create_job()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c87 bool xe_bo_is_vram(struct xe_bo *bo) in xe_bo_is_vram()
93 bool xe_bo_is_stolen(struct xe_bo *bo) in xe_bo_is_stolen()
107 bool xe_bo_has_single_placement(struct xe_bo *bo) in xe_bo_has_single_placement()
121 bool xe_bo_is_stolen_devmem(struct xe_bo *bo) in xe_bo_is_stolen_devmem()
127 static bool xe_bo_is_user(struct xe_bo *bo) in xe_bo_is_user()
152 static void try_add_system(struct xe_device *xe, struct xe_bo *bo, in try_add_system()
165 static void add_vram(struct xe_device *xe, struct xe_bo *bo, in add_vram()
198 static void try_add_vram(struct xe_device *xe, struct xe_bo *bo, in try_add_vram()
207 static void try_add_stolen(struct xe_device *xe, struct xe_bo *bo, in try_add_stolen()
223 static int __xe_bo_placement_for_flags(struct xe_device *xe, struct xe_bo *bo, in __xe_bo_placement_for_flags()
[all …]
H A Dxe_bo.h115 static inline struct xe_bo *ttm_to_xe_bo(const struct ttm_buffer_object *bo) in ttm_to_xe_bo()
125 #define xe_bo_device(bo) ttm_to_xe_device((bo)->ttm.bdev) argument
127 static inline struct xe_bo *xe_bo_get(struct xe_bo *bo) in xe_bo_get()
137 static inline void __xe_bo_unset_bulk_move(struct xe_bo *bo) in __xe_bo_unset_bulk_move()
143 static inline void xe_bo_assert_held(struct xe_bo *bo) in xe_bo_assert_held()
153 static inline void xe_bo_unlock_vm_held(struct xe_bo *bo) in xe_bo_unlock_vm_held()
170 static inline bool xe_bo_is_pinned(struct xe_bo *bo) in xe_bo_is_pinned()
175 static inline void xe_bo_unpin_map_no_vm(struct xe_bo *bo) in xe_bo_unpin_map_no_vm()
191 xe_bo_main_addr(struct xe_bo *bo, size_t page_size) in xe_bo_main_addr()
197 xe_bo_ggtt_addr(struct xe_bo *bo) in xe_bo_ggtt_addr()
[all …]
H A Dxe_dma_buf.c52 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_pin() local
84 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_unpin() local
94 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_map() local
149 struct xe_bo *bo = gem_to_xe_bo(dma_buf->priv); in xe_dma_buf_unmap() local
164 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_begin_cpu_access() local
195 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_prime_export() local
214 struct xe_bo *bo; in xe_dma_buf_init_obj() local
237 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_move_notify() local
269 struct xe_bo *bo; in xe_gem_prime_import() local
/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c54 struct radeon_bo *bo; in radeon_ttm_bo_destroy() local
69 bool radeon_ttm_bo_is_radeon_bo(struct ttm_buffer_object *bo) in radeon_ttm_bo_is_radeon_bo()
134 struct radeon_bo *bo; in radeon_bo_create() local
218 int radeon_bo_kmap(struct radeon_bo *bo, void **ptr) in radeon_bo_kmap()
246 void radeon_bo_kunmap(struct radeon_bo *bo) in radeon_bo_kunmap()
255 struct radeon_bo *radeon_bo_ref(struct radeon_bo *bo) in radeon_bo_ref()
264 void radeon_bo_unref(struct radeon_bo **bo) in radeon_bo_unref()
272 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, in radeon_bo_pin_restricted()
331 int radeon_bo_pin(struct radeon_bo *bo, u32 domain, u64 *gpu_addr) in radeon_bo_pin()
336 void radeon_bo_unpin(struct radeon_bo *bo) in radeon_bo_unpin()
[all …]
H A Dradeon_object.h64 static inline int radeon_bo_reserve(struct radeon_bo *bo, bool no_intr) in radeon_bo_reserve()
77 static inline void radeon_bo_unreserve(struct radeon_bo *bo) in radeon_bo_unreserve()
91 static inline u64 radeon_bo_gpu_offset(struct radeon_bo *bo) in radeon_bo_gpu_offset()
110 static inline unsigned long radeon_bo_size(struct radeon_bo *bo) in radeon_bo_size()
115 static inline unsigned radeon_bo_ngpu_pages(struct radeon_bo *bo) in radeon_bo_ngpu_pages()
120 static inline unsigned radeon_bo_gpu_page_alignment(struct radeon_bo *bo) in radeon_bo_gpu_page_alignment()
131 static inline u64 radeon_bo_mmap_offset(struct radeon_bo *bo) in radeon_bo_mmap_offset()
H A Dradeon_prime.c39 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_get_sg_table() local
51 struct radeon_bo *bo; in radeon_gem_prime_import_sg_table() local
73 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_pin() local
86 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_unpin() local
97 struct radeon_bo *bo = gem_to_radeon_bo(gobj); in radeon_gem_prime_export() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c60 struct amdgpu_bo *bo = ttm_to_amdgpu_bo(tbo); in amdgpu_bo_destroy() local
73 struct amdgpu_bo *bo = ttm_to_amdgpu_bo(tbo); in amdgpu_bo_user_destroy() local
91 bool amdgpu_bo_is_amdgpu_bo(struct ttm_buffer_object *bo) in amdgpu_bo_is_amdgpu_bo()
427 void amdgpu_bo_free_kernel(struct amdgpu_bo **bo, u64 *gpu_addr, in amdgpu_bo_free_kernel()
539 struct amdgpu_bo *bo; in amdgpu_bo_create() local
720 int amdgpu_bo_kmap(struct amdgpu_bo *bo, void **ptr) in amdgpu_bo_kmap()
759 void *amdgpu_bo_kptr(struct amdgpu_bo *bo) in amdgpu_bo_kptr()
772 void amdgpu_bo_kunmap(struct amdgpu_bo *bo) in amdgpu_bo_kunmap()
787 struct amdgpu_bo *amdgpu_bo_ref(struct amdgpu_bo *bo) in amdgpu_bo_ref()
802 void amdgpu_bo_unref(struct amdgpu_bo **bo) in amdgpu_bo_unref()
[all …]
H A Damdgpu_dma_buf.c57 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_attach() local
76 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_pin() local
92 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_unpin() local
115 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_map() local
208 struct amdgpu_bo *bo = gem_to_amdgpu_bo(dma_buf->priv); in amdgpu_dma_buf_begin_cpu_access() local
260 struct amdgpu_bo *bo = gem_to_amdgpu_bo(gobj); in amdgpu_gem_prime_export() local
292 struct amdgpu_bo *bo; in amdgpu_dma_buf_create_obj() local
338 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_move_notify() local
454 struct amdgpu_bo *bo) in amdgpu_dmabuf_is_xgmi_accessible()
/linux/drivers/accel/ivpu/
H A Divpu_gem.c25 static inline void ivpu_dbg_bo(struct ivpu_device *vdev, struct ivpu_bo *bo, const char *action) in ivpu_dbg_bo()
41 int __must_check ivpu_bo_pin(struct ivpu_bo *bo) in ivpu_bo_pin()
76 ivpu_bo_alloc_vpu_addr(struct ivpu_bo *bo, struct ivpu_mmu_context *ctx, in ivpu_bo_alloc_vpu_addr()
104 static void ivpu_bo_unbind_locked(struct ivpu_bo *bo) in ivpu_bo_unbind_locked()
138 struct ivpu_bo *bo; in ivpu_bo_unbind_all_bos_from_context() local
157 struct ivpu_bo *bo; in ivpu_gem_create_object() local
178 struct ivpu_bo *bo; in ivpu_bo_alloc() local
207 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_gem_bo_open() local
229 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_gem_bo_free() local
265 struct ivpu_bo *bo; in ivpu_bo_create_ioctl() local
[all …]
H A Divpu_gem.h48 static inline void *ivpu_bo_vaddr(struct ivpu_bo *bo) in ivpu_bo_vaddr()
53 static inline size_t ivpu_bo_size(struct ivpu_bo *bo) in ivpu_bo_size()
58 static inline u32 ivpu_bo_cache_mode(struct ivpu_bo *bo) in ivpu_bo_cache_mode()
63 static inline struct ivpu_device *ivpu_bo_to_vdev(struct ivpu_bo *bo) in ivpu_bo_to_vdev()
68 static inline bool ivpu_bo_is_snooped(struct ivpu_bo *bo) in ivpu_bo_is_snooped()
76 static inline void *ivpu_to_cpu_addr(struct ivpu_bo *bo, u32 vpu_addr) in ivpu_to_cpu_addr()
87 static inline u32 cpu_to_vpu_addr(struct ivpu_bo *bo, void *cpu_addr) in cpu_to_vpu_addr()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_bo.c134 struct vc4_bo *bo = to_vc4_bo(gem_obj); in vc4_bo_set_label() local
166 static void vc4_bo_destroy(struct vc4_bo *bo) in vc4_bo_destroy()
186 static void vc4_bo_remove_from_cache(struct vc4_bo *bo) in vc4_bo_remove_from_cache()
242 struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.time_list, in vc4_bo_cache_purge() local
250 void vc4_bo_add_to_purgeable_pool(struct vc4_bo *bo) in vc4_bo_add_to_purgeable_pool()
264 static void vc4_bo_remove_from_purgeable_pool_locked(struct vc4_bo *bo) in vc4_bo_remove_from_purgeable_pool_locked()
288 void vc4_bo_remove_from_purgeable_pool(struct vc4_bo *bo) in vc4_bo_remove_from_purgeable_pool()
299 struct vc4_bo *bo = to_vc4_bo(obj); in vc4_bo_purge() local
318 struct vc4_bo *bo = list_first_entry(&vc4->purgeable.list, in vc4_bo_userspace_cache_purge() local
365 struct vc4_bo *bo = NULL; in vc4_bo_get_from_cache() local
[all …]
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_tt_test.c42 struct ttm_buffer_object *bo; in ttm_tt_init_basic() local
69 struct ttm_buffer_object *bo; in ttm_tt_init_misaligned() local
92 struct ttm_buffer_object *bo; in ttm_tt_fini_basic() local
112 struct ttm_buffer_object *bo; in ttm_tt_fini_sg() local
132 struct ttm_buffer_object *bo; in ttm_tt_fini_shmem() local
155 struct ttm_buffer_object *bo; in ttm_tt_create_basic() local
174 struct ttm_buffer_object *bo; in ttm_tt_create_invalid_bo_type() local
190 struct ttm_buffer_object *bo; in ttm_tt_create_ttm_exists() local
213 static struct ttm_tt *ttm_tt_null_create(struct ttm_buffer_object *bo, in ttm_tt_null_create()
226 struct ttm_buffer_object *bo; in ttm_tt_create_failed() local
[all …]
H A Dttm_bo_test.c62 struct ttm_buffer_object *bo; in ttm_bo_reserve_optimistic_no_ticket() local
75 struct ttm_buffer_object *bo; in ttm_bo_reserve_locked_no_sleep() local
93 struct ttm_buffer_object *bo; in ttm_bo_reserve_no_wait_ticket() local
111 struct ttm_buffer_object *bo; in ttm_bo_reserve_double_resv() local
186 struct ttm_buffer_object *bo = arg; in threaded_ttm_bo_reserve() local
213 struct ttm_buffer_object *bo; in ttm_bo_reserve_interrupted() local
240 struct ttm_buffer_object *bo; in ttm_bo_unreserve_basic() local
283 struct ttm_buffer_object *bo; in ttm_bo_unreserve_pinned() local
385 struct ttm_buffer_object *bo; in ttm_bo_put_basic() local
429 struct ttm_buffer_object *bo; in ttm_bo_put_shared_resv() local
[all …]
/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm.c41 struct hmm_buffer_object *bo; in bo_show() local
162 struct hmm_buffer_object *bo; in __hmm_alloc() local
218 struct hmm_buffer_object *bo; in hmm_free() local
237 static inline int hmm_check_bo(struct hmm_buffer_object *bo, unsigned int ptr) in hmm_check_bo()
265 struct hmm_buffer_object *bo; in load_and_flush_by_kmap() local
308 struct hmm_buffer_object *bo; in load_and_flush() local
365 struct hmm_buffer_object *bo; in hmm_store() local
448 struct hmm_buffer_object *bo; in hmm_set() local
509 struct hmm_buffer_object *bo; in hmm_virt_to_phys() local
527 struct hmm_buffer_object *bo; in hmm_mmap() local
[all …]
/linux/drivers/gpu/drm/v3d/
H A Dv3d_bo.c31 struct v3d_bo *bo = to_v3d_bo(obj); in v3d_gem_status() local
46 struct v3d_bo *bo = to_v3d_bo(obj); in v3d_free_object() local
86 struct v3d_bo *bo; in v3d_create_object() local
108 struct v3d_bo *bo = to_v3d_bo(obj); in v3d_bo_create_finish() local
157 struct v3d_bo *bo; in v3d_bo_create() local
199 void v3d_get_bo_vaddr(struct v3d_bo *bo) in v3d_get_bo_vaddr()
207 void v3d_put_bo_vaddr(struct v3d_bo *bo) in v3d_put_bo_vaddr()
217 struct v3d_bo *bo = NULL; in v3d_create_bo_ioctl() local
265 struct v3d_bo *bo; in v3d_get_bo_offset_ioctl() local
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c72 static void vmw_bo_free(struct ttm_buffer_object *bo) in vmw_bo_free()
98 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_pin_in_placement() local
134 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_pin_in_vram_or_gmr() local
203 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_pin_in_start_of_vram() local
261 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_unpin() local
283 void vmw_bo_get_guest_ptr(const struct ttm_buffer_object *bo, in vmw_bo_get_guest_ptr()
308 struct ttm_buffer_object *bo = &vbo->tbo; in vmw_bo_pin_reserved() local
358 struct ttm_buffer_object *bo = &vbo->tbo; in vmw_bo_map_and_cache_size() local
494 struct ttm_buffer_object *bo = &vmw_bo->tbo; in vmw_user_bo_synccpu_grab() local
675 void vmw_bo_fence_single(struct ttm_buffer_object *bo, in vmw_bo_fence_single()
[all …]
/linux/crypto/
H A Daes_generic.c1147 #define f_rn(bo, bi, n, k) do { \ argument
1154 #define f_nround(bo, bi, k) do {\ argument
1162 #define f_rl(bo, bi, n, k) do { \ argument
1169 #define f_lround(bo, bi, k) do {\ argument
1217 #define i_rn(bo, bi, n, k) do { \ argument
1224 #define i_nround(bo, bi, k) do {\ argument
1232 #define i_rl(bo, bi, n, k) do { \ argument
1239 #define i_lround(bo, bi, k) do {\ argument
/linux/drivers/accel/qaic/
H A Dqaic_data.c144 static inline bool bo_queued(struct qaic_bo *bo) in bo_queued()
387 static int qaic_map_one_slice(struct qaic_device *qdev, struct qaic_bo *bo, in qaic_map_one_slice()
590 struct qaic_bo *bo = to_qaic_bo(obj); in qaic_gem_print_info() local
602 struct qaic_bo *bo = to_qaic_bo(obj); in qaic_gem_object_mmap() local
626 struct qaic_bo *bo = to_qaic_bo(obj); in qaic_free_object() local
648 static void qaic_init_bo(struct qaic_bo *bo, bool reinit) in qaic_init_bo()
664 struct qaic_bo *bo; in qaic_alloc_init_bo() local
682 struct qaic_bo *bo; in qaic_create_bo_ioctl() local
789 struct qaic_bo *bo; in qaic_gem_prime_import() local
834 static int qaic_prepare_import_bo(struct qaic_bo *bo, struct qaic_attach_slice_hdr *hdr) in qaic_prepare_import_bo()
[all …]
/linux/include/drm/ttm/
H A Dttm_bo.h164 struct ttm_buffer_object *bo; member
233 static inline void ttm_bo_get(struct ttm_buffer_object *bo) in ttm_bo_get()
249 ttm_bo_get_unless_zero(struct ttm_buffer_object *bo) in ttm_bo_get_unless_zero()
278 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve()
313 static inline int ttm_bo_reserve_slowpath(struct ttm_buffer_object *bo, in ttm_bo_reserve_slowpath()
331 ttm_bo_move_to_lru_tail_unlocked(struct ttm_buffer_object *bo) in ttm_bo_move_to_lru_tail_unlocked()
338 static inline void ttm_bo_assign_mem(struct ttm_buffer_object *bo, in ttm_bo_assign_mem()
352 static inline void ttm_bo_move_null(struct ttm_buffer_object *bo, in ttm_bo_move_null()
366 static inline void ttm_bo_unreserve(struct ttm_buffer_object *bo) in ttm_bo_unreserve()

12345678910