IDA_BITMAP_LONGS  147 include/linux/idr.h #define IDA_BITMAP_BITS 	(IDA_BITMAP_LONGS * sizeof(long) * 8)
IDA_BITMAP_LONGS  151 include/linux/idr.h 	unsigned long		bitmap[IDA_BITMAP_LONGS];