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

/linux-master/lib/
H A Ddebugobjects.c488 static struct debug_bucket *get_bucket(unsigned long addr) function
629 db = get_bucket((unsigned long) addr);
706 db = get_bucket((unsigned long) addr);
761 db = get_bucket((unsigned long) addr);
803 db = get_bucket((unsigned long) addr);
850 db = get_bucket((unsigned long) addr);
895 db = get_bucket((unsigned long) addr);
934 db = get_bucket((unsigned long) addr);
974 db = get_bucket(paddr);
1169 db = get_bucket((unsigne
[all...]
/linux-master/net/unix/
H A Daf_unix.c3257 #define get_bucket(x) ((x) >> BUCKET_SPACE) macro
3264 unsigned long bucket = get_bucket(*pos);
3279 unsigned long bucket = get_bucket(*pos);
3301 unsigned long bucket = get_bucket(*pos);
3479 *pos = set_bucket_offset(get_bucket(*pos) + 1, 1);

Completed in 225 milliseconds