Lines Matching defs:bo

75 static void ttm_bo_mem_space_debug(struct ttm_buffer_object *bo,  in ttm_bo_mem_space_debug()
109 static void ttm_bo_release_list(struct ttm_buffer_object *bo) in ttm_bo_release_list()
134 ttm_bo_wait_unreserved_locked(struct ttm_buffer_object *bo, bool interruptible) in ttm_bo_wait_unreserved_locked()
157 void ttm_bo_add_to_lru(struct ttm_buffer_object *bo) in ttm_bo_add_to_lru()
179 int ttm_bo_del_from_lru(struct ttm_buffer_object *bo) in ttm_bo_del_from_lru()
200 int ttm_bo_reserve_nolru(struct ttm_buffer_object *bo, in ttm_bo_reserve_nolru()
264 void ttm_bo_list_ref_sub(struct ttm_buffer_object *bo, int count, in ttm_bo_list_ref_sub()
277 int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve()
298 int ttm_bo_reserve_slowpath_nolru(struct ttm_buffer_object *bo, in ttm_bo_reserve_slowpath_nolru()
332 int ttm_bo_reserve_slowpath(struct ttm_buffer_object *bo, in ttm_bo_reserve_slowpath()
349 void ttm_bo_unreserve_locked(struct ttm_buffer_object *bo) in ttm_bo_unreserve_locked()
356 void ttm_bo_unreserve(struct ttm_buffer_object *bo) in ttm_bo_unreserve()
368 static int ttm_bo_add_ttm(struct ttm_buffer_object *bo, bool zero_alloc) in ttm_bo_add_ttm()
410 static int ttm_bo_handle_move_mem(struct ttm_buffer_object *bo, in ttm_bo_handle_move_mem()
523 static void ttm_bo_cleanup_memtype_use(struct ttm_buffer_object *bo) in ttm_bo_cleanup_memtype_use()
548 static void ttm_bo_cleanup_refs_or_queue(struct ttm_buffer_object *bo) in ttm_bo_cleanup_refs_or_queue()
606 static int ttm_bo_cleanup_refs_and_unlock(struct ttm_buffer_object *bo, in ttm_bo_cleanup_refs_and_unlock()
756 static void ttm_bo_release(struct ttm_buffer_object *bo) in ttm_bo_release()
779 struct ttm_buffer_object *bo = *p_bo; in ttm_bo_unref() local
803 static int ttm_bo_evict(struct ttm_buffer_object *bo, bool interruptible, in ttm_bo_evict()
865 struct ttm_buffer_object *bo; in ttm_mem_evict_first() local
905 void ttm_bo_mem_put(struct ttm_buffer_object *bo, struct ttm_mem_reg *mem) in ttm_bo_mem_put()
917 static int ttm_bo_mem_force_space(struct ttm_buffer_object *bo, in ttm_bo_mem_force_space()
997 int ttm_bo_mem_space(struct ttm_buffer_object *bo, in ttm_bo_mem_space()
1104 int ttm_bo_move_buffer(struct ttm_buffer_object *bo, in ttm_bo_move_buffer()
1165 int ttm_bo_validate(struct ttm_buffer_object *bo, in ttm_bo_validate()
1206 int ttm_bo_check_placement(struct ttm_buffer_object *bo, in ttm_bo_check_placement()
1216 struct ttm_buffer_object *bo, in ttm_bo_init()
1345 struct ttm_buffer_object *bo; in ttm_bo_create() local
1644 void ttm_bo_unmap_virtual_locked(struct ttm_buffer_object *bo) in ttm_bo_unmap_virtual_locked()
1651 void ttm_bo_unmap_virtual(struct ttm_buffer_object *bo) in ttm_bo_unmap_virtual()
1661 static void ttm_bo_vm_insert_rb(struct ttm_buffer_object *bo) in ttm_bo_vm_insert_rb()
1680 static int ttm_bo_setup_vm(struct ttm_buffer_object *bo) in ttm_bo_setup_vm()
1717 int ttm_bo_wait(struct ttm_buffer_object *bo, in ttm_bo_wait()
1771 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) in ttm_bo_synccpu_write_grab()
1792 void ttm_bo_synccpu_write_release(struct ttm_buffer_object *bo) in ttm_bo_synccpu_write_release()
1806 struct ttm_buffer_object *bo; in ttm_bo_swapout() local