bitmap_allocate_region   59 arch/powerpc/sysdev/msi_bitmap.c 	bitmap_allocate_region(bmp->bitmap, hwirq, 0);
bitmap_allocate_region   95 arch/powerpc/sysdev/msi_bitmap.c 	bitmap_allocate_region(bmp->bitmap, 0, get_count_order(bmp->irq_count));
bitmap_allocate_region  196 drivers/hwtracing/stm/core.c 	bitmap_allocate_region(&master->chan_map[0], output->channel,
bitmap_allocate_region  489 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 			bitmap_allocate_region(t->ftid_bmap, fidx, 2);
bitmap_allocate_region  491 drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c 			bitmap_allocate_region(t->ftid_bmap, fidx, 1);
bitmap_allocate_region  197 include/linux/bitmap.h extern int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order);
bitmap_allocate_region 1146 lib/bitmap.c   EXPORT_SYMBOL(bitmap_allocate_region);