Home
last modified time | relevance | path

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

/linux/net/unix/
H A Daf_unix.c3470 #define get_bucket(x) ((x) >> BUCKET_SPACE) macro
3477 unsigned long bucket = get_bucket(*pos); in unix_from_bucket()
3492 unsigned long bucket = get_bucket(*pos); in unix_get_first()
3514 unsigned long bucket = get_bucket(*pos); in unix_get_next()
3692 *pos = set_bucket_offset(get_bucket(*pos) + 1, 1); in bpf_iter_unix_batch()