Home
last modified time | relevance | path

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

/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x) macro
183 #define DECLARE_COMPLETION_ONSTACK(x) DECLARE_COMPLETION(x)