Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompletion.h69 # define DECLARE_COMPLETION_ONSTACK(work) \ macro
74 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dlocks.h183 #define DECLARE_COMPLETION_ONSTACK(x) DECLARE_COMPLETION(x) macro