Home
last modified time | relevance | path

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

/include/linux/
Dassoc_array.h17 #define ASSOC_ARRAY_KEY_CHUNK_SIZE BITS_PER_LONG /* Key data retrieved in chunks of this size */ macro
Dassoc_array_priv.h21 #define ASSOC_ARRAY_KEY_CHUNK_MASK (ASSOC_ARRAY_KEY_CHUNK_SIZE - 1)