Home
last modified time | relevance | path

Searched refs:ATOMIC_INIT (Results 1 – 3 of 3) sorted by relevance

/tools/arch/x86/include/asm/
Datomic.h18 #define ATOMIC_INIT(i) { (i) } macro
/tools/include/asm-generic/
Datomic-gcc.h15 #define ATOMIC_INIT(i) { (i) } macro
/tools/include/linux/
Drefcount.h56 #define REFCOUNT_INIT(n) { .refs = ATOMIC_INIT(n), }