Searched refs:bpf_rand_ux (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | bpf_rand.h | 15 #define bpf_rand_ux(x, m) \ macro 21 bpf_rand_ux( 8, 0xffULL) 22 bpf_rand_ux(16, 0xffffULL) 23 bpf_rand_ux(24, 0xffffffULL) 24 bpf_rand_ux(32, 0xffffffffULL) 25 bpf_rand_ux(40, 0xffffffffffULL) 26 bpf_rand_ux(48, 0xffffffffffffULL) 27 bpf_rand_ux(56, 0xffffffffffffffULL) 28 bpf_rand_ux(64, 0xffffffffffffffffULL)
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | bpf_rand.h | 15 #define bpf_rand_ux(x, m) \ macro 21 bpf_rand_ux( 8, 0xffULL) 22 bpf_rand_ux(16, 0xffffULL) 23 bpf_rand_ux(24, 0xffffffULL) 24 bpf_rand_ux(32, 0xffffffffULL) 25 bpf_rand_ux(40, 0xffffffffffULL) 26 bpf_rand_ux(48, 0xffffffffffffULL) 27 bpf_rand_ux(56, 0xffffffffffffffULL) 28 bpf_rand_ux(64, 0xffffffffffffffffULL)
|
Completed in 1 milliseconds