Home
last modified time | relevance | path

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

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