Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Didr.c34 #define MAX_IDR_SHIFT (sizeof(int) * 8 - 1) macro
35 #define MAX_IDR_BIT (1U << MAX_IDR_SHIFT)
38 #define MAX_IDR_LEVEL ((MAX_IDR_SHIFT + IDR_BITS - 1) / IDR_BITS)
51 int bits = min_t(int, layers * IDR_BITS, MAX_IDR_SHIFT); in idr_max()