Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Donce.h11 bool __do_once_start(bool *done, unsigned long *flags);
53 ___ret = __do_once_start(&___done, &___flags); \
/linux-4.19.296/lib/
Donce.c42 bool __do_once_start(bool *done, unsigned long *flags) in __do_once_start() function
58 EXPORT_SYMBOL(__do_once_start);