Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Datomic-long.h26 #define ATOMIC_LONG_INIT(i) ATOMIC64_INIT(i) macro
34 #define ATOMIC_LONG_INIT(i) ATOMIC_INIT(i) macro