Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Datomics.c108 __u64 xor64_value = (0x110ull << 32); variable
120 xor64_result = __sync_fetch_and_xor(&xor64_value, 0x011ull << 32); in xor()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Datomics.c114 ASSERT_EQ(skel->data->xor64_value, 0x101ull << 32, "xor64_value"); in test_xor()

Completed in 3 milliseconds