Include dependency graph for atomic.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | atomic_preinc(val) (atomic_postinc(val)+1) |
#define | atomic_predec(val) (atomic_postdec(val)-1) |
Functions | |
static void | atomic_inc (atomic_t *val) |
static void | atomic_dec (atomic_t *val) |
static long | atomic_postinc (atomic_t *val) |
static long | atomic_postdec (atomic_t *val) |
static __u32 | test_and_set (atomic_t *val) |
static void | atomic_lock_arch (atomic_t *val) |
Definition in file atomic.h.