Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dcompletion.h68 # define DECLARE_COMPLETION_ONSTACK(work) \ macro
73 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) macro
/Linux-v6.1/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h183 #define DECLARE_COMPLETION_ONSTACK(x) DECLARE_COMPLETION(x) macro