Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h181 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x) macro
182 #define DECLARE_COMPLETION_ONSTACK(x) DECLARE_COMPLETION(x)