Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Ddebugobjects.c586 static struct debug_bucket *get_bucket(unsigned long addr) in get_bucket() function
739 db = get_bucket((unsigned long) addr); in __debug_object_init()
816 db = get_bucket((unsigned long) addr); in debug_object_activate()
871 db = get_bucket((unsigned long) addr); in debug_object_deactivate()
913 db = get_bucket((unsigned long) addr); in debug_object_destroy()
960 db = get_bucket((unsigned long) addr); in debug_object_free()
1005 db = get_bucket((unsigned long) addr); in debug_object_assert_init()
1044 db = get_bucket((unsigned long) addr); in debug_object_active_state()
1084 db = get_bucket(paddr); in __debug_check_no_obj_freed()
1289 db = get_bucket((unsigned long) addr); in check_results()
/linux-6.15/net/unix/
H A Daf_unix.c3303 #define get_bucket(x) ((x) >> BUCKET_SPACE) macro
3310 unsigned long bucket = get_bucket(*pos); in unix_from_bucket()
3325 unsigned long bucket = get_bucket(*pos); in unix_get_first()
3347 unsigned long bucket = get_bucket(*pos); in unix_get_next()
3525 *pos = set_bucket_offset(get_bucket(*pos) + 1, 1); in bpf_iter_unix_batch()