Searched refs:bitmap_allocate_region (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/powerpc/sysdev/ |
| H A D | msi_bitmap.c | 60 bitmap_allocate_region(bmp->bitmap, hwirq, 0); in msi_bitmap_reserve_hwirq() 96 bitmap_allocate_region(bmp->bitmap, 0, get_count_order(bmp->irq_count)); in msi_bitmap_reserve_dt_hwirqs()
|
| /linux-6.15/include/linux/ |
| H A D | bitmap.h | 672 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_allocate_region() function 702 if (!bitmap_allocate_region(bitmap, pos, order)) in bitmap_find_free_region()
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_filter.c | 703 bitmap_allocate_region(t->ftid_bmap, fidx, 2); in cxgb4_set_ftid() 705 bitmap_allocate_region(t->ftid_bmap, fidx, 1); in cxgb4_set_ftid() 724 bitmap_allocate_region(t->hpftid_bmap, fidx, 1); in cxgb4_set_hpftid()
|
| /linux-6.15/drivers/hwtracing/stm/ |
| H A D | core.c | 196 bitmap_allocate_region(&master->chan_map[0], output->channel, in stm_output_claim()
|