Home
last modified time | relevance | path

Searched refs:IDA_BITMAP_LONGS (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Didr.h239 #define IDA_BITMAP_LONGS (IDA_CHUNK_SIZE / sizeof(long)) macro
240 #define IDA_BITMAP_BITS (IDA_BITMAP_LONGS * sizeof(long) * 8)
243 unsigned long bitmap[IDA_BITMAP_LONGS];