Home
last modified time | relevance | path

Searched defs:ATOMIC_LONG_INIT (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/asm-generic/
Datomic-long.h25 #define ATOMIC_LONG_INIT(i) ATOMIC64_INIT(i) macro
143 #define ATOMIC_LONG_INIT(i) ATOMIC_INIT(i) macro