Home
last modified time | relevance | path

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

/linux/net/unix/
H A Daf_unix.c3311 #define BUCKET_SPACE (BITS_PER_LONG - (UNIX_HASH_BITS + 1) - 1) macro
3313 #define get_bucket(x) ((x) >> BUCKET_SPACE)
3314 #define get_offset(x) ((x) & ((1UL << BUCKET_SPACE) - 1))
3315 #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o))