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

/linux-master/tools/testing/selftests/bpf/progs/
H A Datomics.c43 __s32 sub32_value = 1; variable
58 sub32_result = __sync_fetch_and_sub(&sub32_value, 2);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Datomics.c48 ASSERT_EQ(skel->data->sub32_value, -1, "sub32_value");

Completed in 130 milliseconds