Searched defs:atomic64_inc (Results 1 – 1 of 1) sorted by relevance
150 #define atomic64_inc(p) __sync_fetch_and_add_8(p, 1) macro 205 #define atomic64_inc(p) atomic64_add(p, 1) macro