Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Ddebugobjects.c492 static struct debug_bucket *get_bucket(unsigned long addr) in get_bucket() function
571 db = get_bucket((unsigned long) addr); in __debug_object_init()
663 db = get_bucket((unsigned long) addr); in debug_object_activate()
737 db = get_bucket((unsigned long) addr); in debug_object_deactivate()
790 db = get_bucket((unsigned long) addr); in debug_object_destroy()
839 db = get_bucket((unsigned long) addr); in debug_object_free()
879 db = get_bucket((unsigned long) addr); in debug_object_assert_init()
929 db = get_bucket((unsigned long) addr); in debug_object_active_state()
980 db = get_bucket(paddr); in __debug_check_no_obj_freed()
1177 db = get_bucket((unsigned long) addr); in check_results()
/linux-6.1.9/net/core/
Dnet-procfs.c11 #define get_bucket(x) ((x) >> BUCKET_SPACE) macro
22 h = &net->dev_index_head[get_bucket(*pos)]; in dev_from_same_bucket()
41 bucket = get_bucket(*pos) + 1; in dev_from_bucket()
59 if (get_bucket(*pos) >= NETDEV_HASHENTRIES) in dev_seq_start()
/linux-6.1.9/net/unix/
Daf_unix.c3257 #define get_bucket(x) ((x) >> BUCKET_SPACE) macro
3264 unsigned long bucket = get_bucket(*pos); in unix_from_bucket()
3279 unsigned long bucket = get_bucket(*pos); in unix_get_first()
3301 unsigned long bucket = get_bucket(*pos); in unix_get_next()
3479 *pos = set_bucket_offset(get_bucket(*pos) + 1, 1); in bpf_iter_unix_batch()