Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Drhashtable.h50 #define RHT_HASH_RESERVED_SPACE (RHT_BASE_BITS + 1) macro
208 return (hash >> RHT_HASH_RESERVED_SPACE) & (tbl->size - 1); in rht_bucket_index()