Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcompletion.h53 #define DECLARE_COMPLETION(work) \ macro
/Linux-v5.4/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x) macro