DECLARE_COMPLETION   53 include/linux/completion.h #define DECLARE_COMPLETION(work) \
DECLARE_COMPLETION  182 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/locks.h #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x)