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.c3449 #define BUCKET_SPACE (BITS_PER_LONG - (UNIX_HASH_BITS + 1) - 1) macro
3451 #define get_bucket(x) ((x) >> BUCKET_SPACE)
3452 #define get_offset(x) ((x) & ((1UL << BUCKET_SPACE) - 1))
3453 #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o))