Home
last modified time | relevance | path

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

/include/linux/
A Didr.h256 #define IDA_BITMAP_LONGS (IDA_CHUNK_SIZE / sizeof(long)) macro
257 #define IDA_BITMAP_BITS (IDA_BITMAP_LONGS * sizeof(long) * 8)
260 unsigned long bitmap[IDA_BITMAP_LONGS];

Completed in 4 milliseconds