Searched refs:__jhash_mix (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | jhash.h | 35 #define __jhash_mix(a, b, c) \ macro 83 __jhash_mix(a, b, c); in jhash() 129 __jhash_mix(a, b, c); in jhash2()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jhash.h | 35 #define __jhash_mix(a, b, c) \ macro 83 __jhash_mix(a, b, c); in jhash() 129 __jhash_mix(a, b, c); in jhash2()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_jhash.h | 12 #define __jhash_mix(a, b, c) \ macro 47 __jhash_mix(a, b, c); in jhash()
|
| H A D | test_l4lb_noinline.c | 28 #define __jhash_mix(a, b, c) \ macro 64 __jhash_mix(a, b, c); in jhash()
|
| H A D | test_l4lb.c | 34 #define __jhash_mix(a, b, c) \ macro 70 __jhash_mix(a, b, c); in jhash()
|
| H A D | test_xdp_noinline.c | 27 #define __jhash_mix(a, b, c) \ macro 64 __jhash_mix(a, b, c); in jhash()
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | elf.h | 117 __jhash_mix(ol, oh, idx); in sec_offset_hash()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | lockdep.c | 416 __jhash_mix(idx, k0, k1); /* Macro that modifies arguments! */ in iterate_chain_key()
|