Home
last modified time | relevance | path

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

/linux-6.15/net/unix/
H A Daf_unix.c3301 #define BUCKET_SPACE (BITS_PER_LONG - (UNIX_HASH_BITS + 1) - 1) macro
3303 #define get_bucket(x) ((x) >> BUCKET_SPACE)
3304 #define get_offset(x) ((x) & ((1UL << BUCKET_SPACE) - 1))
3305 #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o))