Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h180 #define COMPLETION_INITIALIZER(x) {.count = 0} macro
181 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x)