Searched refs:bitmap_allocate_region (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/arch/powerpc/sysdev/ ! |
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.6.21/lib/ ! |
D | bitmap.c | 1355 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_allocate_region() function 1361 EXPORT_SYMBOL(bitmap_allocate_region);
|
/linux-6.6.21/include/linux/ ! |
D | bitmap.h | 221 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order);
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/ ! |
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.6.21/drivers/hwtracing/stm/ ! |
D | core.c | 196 bitmap_allocate_region(&master->chan_map[0], output->channel, in stm_output_claim()
|