Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Donce.h7 bool __do_once_start(bool *done, unsigned long *flags);
44 ___ret = __do_once_start(&___done, &___flags); \
/linux-4.4.14/lib/
Donce.c36 bool __do_once_start(bool *done, unsigned long *flags) in __do_once_start() function
52 EXPORT_SYMBOL(__do_once_start);