Searched refs:xchg32_result (Results 1 – 2 of 2) sorted by relevance
140 __u32 xchg32_result = 0; variable150 xchg32_result = __sync_lock_test_and_set(&xchg32_value, val32); in BPF_PROG()
207 ASSERT_EQ(skel->bss->xchg32_result, 1, "xchg32_result"); in test_xchg()