Home
last modified time | relevance | path

Searched defs:DECLARE_COMPLETION_ONSTACK (Results 1 - 3 of 3) sorted by relevance

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

Completed in 2 milliseconds