Home
last modified time | relevance | path

Searched refs:bitmap_allocate_region (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/powerpc/sysdev/
Dmsi_bitmap.c64 bitmap_allocate_region(bmp->bitmap, hwirq, 0); in msi_bitmap_reserve_hwirq()
100 bitmap_allocate_region(bmp->bitmap, 0, get_count_order(bmp->irq_count)); in msi_bitmap_reserve_dt_hwirqs()
/Linux-v4.19/lib/
Dbitmap.c1098 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_allocate_region() function
1104 EXPORT_SYMBOL(bitmap_allocate_region);
/Linux-v4.19/kernel/dma/
Dcoherent.c154 err = bitmap_allocate_region(mem->bitmap, pos, get_order(size)); in dma_mark_declared_memory_occupied()
/Linux-v4.19/include/linux/
Dbitmap.h193 extern int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order);
/Linux-v4.19/drivers/hwtracing/stm/
Dcore.c204 bitmap_allocate_region(&master->chan_map[0], output->channel, in stm_output_claim()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c488 bitmap_allocate_region(t->ftid_bmap, fidx, 2); in cxgb4_set_ftid()
490 bitmap_allocate_region(t->ftid_bmap, fidx, 1); in cxgb4_set_ftid()