Home
last modified time | relevance | path

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

/net/core/
Dnet-procfs.c9 #define get_bucket(x) ((x) >> BUCKET_SPACE) macro
20 h = &net->dev_index_head[get_bucket(*pos)]; in dev_from_same_bucket()
39 bucket = get_bucket(*pos) + 1; in dev_from_bucket()
57 if (get_bucket(*pos) >= NETDEV_HASHENTRIES) in dev_seq_start()
/net/unix/
Daf_unix.c3152 #define get_bucket(x) ((x) >> BUCKET_SPACE) macro
3159 unsigned long bucket = get_bucket(*pos); in unix_from_bucket()
3193 bucket = get_bucket(*pos) + 1; in unix_next_socket()
3208 if (get_bucket(*pos) >= ARRAY_SIZE(unix_socket_table)) in unix_seq_start()