Searched refs:free_bitmap (Results 1 – 7 of 7) sorted by relevance
33 u64 free_bitmap; member86 hwsp->free_bitmap = ~0ull; in hwsp_alloc()93 GEM_BUG_ON(!hwsp->free_bitmap); in hwsp_alloc()94 *cacheline = __ffs64(hwsp->free_bitmap); in hwsp_alloc()95 hwsp->free_bitmap &= ~BIT_ULL(*cacheline); in hwsp_alloc()96 if (!hwsp->free_bitmap) in hwsp_alloc()113 if (!hwsp->free_bitmap) in __idle_hwsp_free()116 GEM_BUG_ON(cacheline >= BITS_PER_TYPE(hwsp->free_bitmap)); in __idle_hwsp_free()117 hwsp->free_bitmap |= BIT_ULL(cacheline); in __idle_hwsp_free()120 if (hwsp->free_bitmap == ~0ull) { in __idle_hwsp_free()
57 static void free_bitmap(bmap_t *);190 free_bitmap(v->bitmap); in tt_free_view()302 free_bitmap(bm); in tt_alloc_view()366 free_bitmap(bmap_t *bm) in free_bitmap() function
58 static void free_bitmap(bmap_t *);429 free_bitmap(v->bitmap); in falcon_free_view() 530 free_bitmap(bm); in falcon_alloc_view() 594 free_bitmap(bmap_t *bm) in free_bitmap() function
172 m->free_bitmap(bm); in grf_free_bitmap()
286 void free_bitmap(bmap_t * bm);
259 free_bitmap_func *free_bitmap; member
186 m_this->free_bitmap = free_bitmap; in cc_init_monitor()351 free_bitmap(bmap_t *bm) in free_bitmap() function450 cc_monitor->free_bitmap(bm); in cc_alloc_view()769 cc_monitor->free_bitmap(v->bitmap); in cc_free_view()