Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Darena_atomics.c145 _Atomic __u32 __arena_global xor32_value = 0x110; variable
148 __u32 __arena_global xor32_value = 0x110; variable
159 __c11_atomic_fetch_xor(&xor32_value, 0x011, memory_order_relaxed); in xor()
162 __sync_fetch_and_xor(&xor32_value, 0x011); in xor()
H A Datomics.c110 __u32 xor32_value = 0x110; variable
121 xor32_result = __sync_fetch_and_xor(&xor32_value, 0x011); in xor()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Datomics.c117 ASSERT_EQ(skel->data->xor32_value, 0x101, "xor32_value"); in test_xor()
H A Darena_atomics.c104 ASSERT_EQ(skel->arena->xor32_value, 0x101, "xor32_value"); in test_xor()