Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/linux/
H A Didr.h39 #define IDA_BITMAP_LONGS (IDA_CHUNK_SIZE / sizeof(long) - 1) macro
40 #define IDA_BITMAP_BITS (IDA_BITMAP_LONGS * sizeof(long) * 8)
44 unsigned long bitmap[IDA_BITMAP_LONGS];