BUCKET_SPACE 9 net/core/net-procfs.c #define get_bucket(x) ((x) >> BUCKET_SPACE) BUCKET_SPACE 10 net/core/net-procfs.c #define get_offset(x) ((x) & ((1 << BUCKET_SPACE) - 1)) BUCKET_SPACE 11 net/core/net-procfs.c #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o)) BUCKET_SPACE 2701 net/unix/af_unix.c #define get_bucket(x) ((x) >> BUCKET_SPACE) BUCKET_SPACE 2702 net/unix/af_unix.c #define get_offset(x) ((x) & ((1L << BUCKET_SPACE) - 1)) BUCKET_SPACE 2703 net/unix/af_unix.c #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o))