Searched defs:VAL (Results 1 – 3 of 3) sorted by relevance
/tools/testing/selftests/bpf/ |
A D | bpf_experimental.h | 257 #define __bpf_assert(LHS, op, cons, RHS, VAL) \ argument 264 #define __bpf_assert_op_sign(LHS, op, cons, RHS, VAL, supp_sign) \ argument 273 #define __bpf_assert_op(LHS, op, RHS, VAL, supp_sign) \ argument
|
/tools/include/uapi/linux/ |
A D | btf.h | 93 #define BTF_INT_ENCODING(VAL) (((VAL) & 0x0f000000) >> 24) argument 94 #define BTF_INT_OFFSET(VAL) (((VAL) & 0x00ff0000) >> 16) argument 95 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) argument
|
/tools/testing/selftests/bpf/progs/ |
A D | arena_atomics.c | 370 #define STORE_RELEASE_ARENA(SIZEOP, DST, VAL) \ in store_release() argument
|
Completed in 21 milliseconds