Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcall_once.h7 #define ONCE_NOT_STARTED 0 macro
19 atomic_set(&once->state, ONCE_NOT_STARTED); in __once_init()
54 if (unlikely(state != ONCE_NOT_STARTED)) in call_once()
60 atomic_set(&once->state, ONCE_NOT_STARTED); in call_once()