Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/net/unix/
H A Daf_unix.c3214 #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o)) macro
3247 *pos = set_bucket_offset(++bucket, 1); in unix_get_first()
3265 *pos = set_bucket_offset(++bucket, 1); in unix_get_next()
3434 *pos = set_bucket_offset(get_bucket(*pos) + 1, 1); in bpf_iter_unix_batch()