Searched refs:bitmap_allocate_region (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/arch/powerpc/sysdev/ |
| D | msi_bitmap.c | 64 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/ |
| D | bitmap.c | 1098 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/ |
| D | coherent.c | 154 err = bitmap_allocate_region(mem->bitmap, pos, get_order(size)); in dma_mark_declared_memory_occupied()
|
| /Linux-v4.19/include/linux/ |
| D | bitmap.h | 193 extern int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order);
|
| /Linux-v4.19/drivers/hwtracing/stm/ |
| D | core.c | 204 bitmap_allocate_region(&master->chan_map[0], output->channel, in stm_output_claim()
|
| /Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_filter.c | 488 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()
|