Searched defs:arch_fetch_and_add (Results 1 – 2 of 2) sorted by relevance
| /xen/xen/include/asm-arm/ | ||
| A D | system.h | 61 #define arch_fetch_and_add(x, v) __sync_fetch_and_add(x, v) macro |
| /xen/xen/include/asm-x86/ | ||
| A D | system.h | 207 #define arch_fetch_and_add(ptr, v) \ macro |
Completed in 5 milliseconds