Searched refs:or64_value (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Datomics.c88 __u64 or64_value = (0x110ull << 32); variable
100 or64_result = __sync_fetch_and_or(&or64_value, 0x011ull << 32);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Datomics.c92 ASSERT_EQ(skel->data->or64_value, 0x111ull << 32, "or64_value");

Completed in 347 milliseconds