Searched refs:__jhash_mix (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/tools/include/linux/ |
| 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()
|
| /Linux-v6.6/include/linux/ |
| 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()
|
| /Linux-v6.6/tools/testing/selftests/bpf/progs/ |
| D | test_jhash.h | 12 #define __jhash_mix(a, b, c) \ macro 47 __jhash_mix(a, b, c); in jhash()
|
| D | test_l4lb.c | 32 #define __jhash_mix(a, b, c) \ macro 68 __jhash_mix(a, b, c); in jhash()
|
| D | test_l4lb_noinline.c | 28 #define __jhash_mix(a, b, c) \ macro 64 __jhash_mix(a, b, c); in jhash()
|
| D | test_l4lb_noinline_dynptr.c | 30 #define __jhash_mix(a, b, c) \ macro 66 __jhash_mix(a, b, c); in jhash()
|
| D | test_xdp_noinline.c | 27 #define __jhash_mix(a, b, c) \ macro 64 __jhash_mix(a, b, c); in jhash()
|
| /Linux-v6.6/tools/objtool/include/objtool/ |
| D | elf.h | 340 __jhash_mix(ol, oh, idx); in sec_offset_hash()
|
| /Linux-v6.6/kernel/locking/ |
| D | lockdep.c | 448 __jhash_mix(idx, k0, k1); /* Macro that modifies arguments! */ in iterate_chain_key()
|