Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Datomics.c67 __u64 and64_value = (0x110ull << 32); variable
80 and64_result = __sync_fetch_and_and(&and64_value, 0x011ull << 32); in and()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Datomics.c70 ASSERT_EQ(skel->data->and64_value, 0x010ull << 32, "and64_value"); in test_and()

Completed in 4 milliseconds