Searched refs:_bo (Results 1 – 4 of 4) sorted by relevance
558 #define ttm_bo_lru_for_each_reserved_guarded(_cursor, _man, _ctx, _bo) \ argument560 for ((_bo) = ttm_bo_lru_cursor_first(_cursor); (_bo); \561 (_bo) = ttm_bo_lru_cursor_next(_cursor))
258 struct qxl_bo **_bo) in qxl_alloc_bo_reserved() argument273 *_bo = bo; in qxl_alloc_bo_reserved()
388 struct qxl_bo **_bo);
279 #define to_vc4_bo(_bo) \ argument280 container_of_const(to_drm_gem_dma_obj(_bo), struct vc4_bo, base)