Searched refs:_bo (Results 1 – 4 of 4) sorted by relevance
540 #define ttm_bo_lru_for_each_reserved_guarded(_cursor, _man, _arg, _bo) \ argument542 for ((_bo) = ttm_bo_lru_cursor_first(_cursor); \543 !IS_ERR_OR_NULL(_bo); \544 (_bo) = ttm_bo_lru_cursor_next(_cursor))
259 struct qxl_bo **_bo) in qxl_alloc_bo_reserved() argument274 *_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)