Home
last modified time | relevance | path

Searched refs:free_bitmap (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_timeline.c33 u64 free_bitmap; member
86 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()
/netbsd-src/sys/arch/atari/dev/
H A Dgrfabs_tt.c57 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
H A Dgrfabs_fal.c58 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
/netbsd-src/sys/arch/amiga/dev/
H A Dgrfabs.c172 m->free_bitmap(bm); in grf_free_bitmap()
H A Dgrfabs_ccreg.h286 void free_bitmap(bmap_t * bm);
H A Dgrfabs_reg.h259 free_bitmap_func *free_bitmap; member
H A Dgrfabs_cc.c186 m_this->free_bitmap = free_bitmap; in cc_init_monitor()
351 free_bitmap(bmap_t *bm) in free_bitmap() function
450 cc_monitor->free_bitmap(bm); in cc_alloc_view()
769 cc_monitor->free_bitmap(v->bitmap); in cc_free_view()