Lines Matching refs:etna_bo
91 struct etna_bo *etna_bo_cache_alloc(struct etna_bo_cache *cache,
93 int etna_bo_cache_free(struct etna_bo_cache *cache, struct etna_bo *bo);
99 struct etna_bo { struct
157 struct etna_bo **bos;
226 static inline void VG_BO_ALLOC(struct etna_bo *bo) in VG_BO_ALLOC()
233 static inline void VG_BO_FREE(struct etna_bo *bo) in VG_BO_FREE()
248 static inline void VG_BO_RELEASE(struct etna_bo *bo) in VG_BO_RELEASE()
256 static inline void VG_BO_OBTAIN(struct etna_bo *bo) in VG_BO_OBTAIN()
265 static inline void VG_BO_ALLOC(struct etna_bo *bo) {} in VG_BO_ALLOC()
266 static inline void VG_BO_FREE(struct etna_bo *bo) {} in VG_BO_FREE()
267 static inline void VG_BO_RELEASE(struct etna_bo *bo) {} in VG_BO_RELEASE()
268 static inline void VG_BO_OBTAIN(struct etna_bo *bo) {} in VG_BO_OBTAIN()