Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Didr.h146 #define IDA_BITMAP_LONGS (IDA_CHUNK_SIZE / sizeof(long) - 1) macro
147 #define IDA_BITMAP_BITS (IDA_BITMAP_LONGS * sizeof(long) * 8)
151 unsigned long bitmap[IDA_BITMAP_LONGS];