Searched refs:bitmap_allocate_region (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/powerpc/sysdev/ | 
| D | msi_bitmap.c | 59 	bitmap_allocate_region(bmp->bitmap, hwirq, 0);  in msi_bitmap_reserve_hwirq() 95 	bitmap_allocate_region(bmp->bitmap, 0, get_count_order(bmp->irq_count));  in msi_bitmap_reserve_dt_hwirqs()
  | 
| /Linux-v5.4/lib/ | 
| D | bitmap.c | 1140 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order)  in bitmap_allocate_region()  function 1146 EXPORT_SYMBOL(bitmap_allocate_region);
  | 
| /Linux-v5.4/include/linux/ | 
| D | bitmap.h | 197 extern int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order);
  | 
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4_filter.c | 489 			bitmap_allocate_region(t->ftid_bmap, fidx, 2);  in cxgb4_set_ftid() 491 			bitmap_allocate_region(t->ftid_bmap, fidx, 1);  in cxgb4_set_ftid()
  | 
| /Linux-v5.4/drivers/hwtracing/stm/ | 
| D | core.c | 196 	bitmap_allocate_region(&master->chan_map[0], output->channel,  in stm_output_claim()
  |