Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcompletion.h36 #define COMPLETION_INITIALIZER(work) \ macro
54 struct completion work = COMPLETION_INITIALIZER(work)
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h181 #define COMPLETION_INITIALIZER(x) {.count = 0} macro
182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x)
/Linux-v4.19/drivers/firmware/
Dpsci_checker.c42 COMPLETION_INITIALIZER(suspend_threads_started);
44 COMPLETION_INITIALIZER(suspend_threads_done);