Home
last modified time | relevance | path

Searched refs:set_bucket_offset (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dnet-procfs.c11 #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o)) macro
43 *pos = set_bucket_offset(bucket, 1); in dev_from_bucket()
/kernel/linux/linux-6.6/net/core/
H A Dnet-procfs.c13 #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o)) macro
42 *pos = set_bucket_offset(bucket, 1); in dev_from_bucket()
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c3176 #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o)) macro
3209 *pos = set_bucket_offset(++bucket, 1); in unix_get_first()
3227 *pos = set_bucket_offset(++bucket, 1); in unix_get_next()
3396 *pos = set_bucket_offset(get_bucket(*pos) + 1, 1); in bpf_iter_unix_batch()
/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c2816 #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o)) macro
2856 *pos = set_bucket_offset(bucket, 1); in unix_next_socket()

Completed in 10 milliseconds