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

/linux-master/tools/testing/selftests/bpf/progs/
H A Datomics.c41 __s64 sub64_value = 1; variable
57 sub64_result = __sync_fetch_and_sub(&sub64_value, 2);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Datomics.c45 ASSERT_EQ(skel->data->sub64_value, -1, "sub64_value");

Completed in 159 milliseconds