Searched refs:add64_value (Results 1 – 2 of 2) sorted by relevance
15 __u64 add64_value = 1; variable31 add64_result = __sync_fetch_and_add(&add64_value, 2); in add()
20 ASSERT_EQ(skel->data->add64_value, 3, "add64_value"); in test_add()