Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Datomics.c154 __u32 xchg32_result = 0; variable
166 xchg32_result = __sync_lock_test_and_set(&xchg32_value, val32); in xchg()
H A Darena_atomics.c196 __u32 __arena_global xchg32_result = 0; in xchg()
208 xchg32_result = __sync_lock_test_and_set(&xchg32_value, val32); in uaf()
185 __u32 __arena_global xchg32_result = 0; global() variable
/linux/tools/testing/selftests/bpf/prog_tests/
H A Datomics.c162 ASSERT_EQ(skel->bss->xchg32_result, 1, "xchg32_result"); in test_xchg()
H A Darena_atomics.c146 ASSERT_EQ(skel->arena->xchg32_result, 1, "xchg32_result"); in test_xchg()