|
Linux Kernel
3.7.1
|
#include <asm-generic/cmpxchg-local.h>Go to the source code of this file.
Macros | |
| #define | xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) |
| #define | __HAVE_ARCH_CMPXCHG 1 |
| #define | cmpxchg(ptr, o, n) |
| #define | cmpxchg_local(ptr, o, n) |
| #define | cmpxchg64_local(ptr, o, n) |
Functions | |
| void | __xchg_called_with_bad_pointer (void) |
| void | __cmpxchg_called_with_bad_pointer (void) |
| #define __HAVE_ARCH_CMPXCHG 1 |
Definition at line 68 of file cmpxchg_64.h.
Definition at line 139 of file cmpxchg_64.h.
Definition at line 136 of file cmpxchg_64.h.
Definition at line 43 of file cmpxchg_64.h.
1.8.2