Searched refs:ATOMIC_INIT (Results 1 – 7 of 7) sorted by relevance
43 .refcount = ATOMIC_INIT(1)48 .refcount = ATOMIC_INIT(1)53 .refcount = ATOMIC_INIT(1)
26 static atomic_t enabled = ATOMIC_INIT(0);
1240 pkt->atomic_ref = ATOMIC_INIT(1);
61 #define ATOMIC_INIT(i) (i) macro
132 .flags = ATOMIC_INIT(COND_CODE_1( \
34 a different value using :c:macro:`ATOMIC_INIT`:38 atomic_t flags = ATOMIC_INIT(0xFF);
1010 .avail_count = ATOMIC_INIT(_count), \