Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Datomics.c100 __u32 xor32_value = 0x110; variable
109 xor32_result = __sync_fetch_and_xor(&xor32_value, 0x011); in BPF_PROG()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Datomics.c149 ASSERT_EQ(skel->data->xor32_value, 0x101, "xor32_value"); in test_xor()