Home
last modified time | relevance | path

Searched defs:VAL (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/
A Dbpf_experimental.h257 #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 Dbtf.h93 #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 Darena_atomics.c370 #define STORE_RELEASE_ARENA(SIZEOP, DST, VAL) \ in store_release() argument

Completed in 21 milliseconds