Searched refs:add32_value (Results 1 – 2 of 2) sorted by relevance
15 __u32 add32_value = 1; variable28 add32_result = __sync_fetch_and_add(&add32_value, 2); in BPF_PROG()
27 ASSERT_EQ(skel->data->add32_value, 3, "add32_value"); in test_add()