Home
last modified time | relevance | path

Searched refs:UNLIKELY (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/bpf/
A Dbpf_experimental.h305 #define _bpf_cmp(LHS, OP, RHS, UNLIKELY) \ argument
317 ret = __bpf_cmp(__lhs, #OP, "r", __rhs, UNLIKELY); \
319 ret = __bpf_cmp(__lhs, #OP, "ri", __rhs, UNLIKELY); \
322 ret = __bpf_cmp(__lhs, "s"#OP, "r", __rhs, UNLIKELY); \
324 ret = __bpf_cmp(__lhs, "s"#OP, "ri", __rhs, UNLIKELY); \

Completed in 3 milliseconds