Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dcompletion.h35 #define COMPLETION_INITIALIZER(work) \ macro
53 struct completion work = COMPLETION_INITIALIZER(work)
/Linux-v6.1/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-v6.1/drivers/hv/
Dconnection.c31 .unload_event = COMPLETION_INITIALIZER(
35 .ready_for_suspend_event = COMPLETION_INITIALIZER(
37 .ready_for_resume_event = COMPLETION_INITIALIZER(
/Linux-v6.1/drivers/firmware/psci/
Dpsci_checker.c35 COMPLETION_INITIALIZER(suspend_threads_started);
37 COMPLETION_INITIALIZER(suspend_threads_done);
/Linux-v6.1/sound/soc/intel/avs/
Dcldma.c57 .completion = COMPLETION_INITIALIZER(code_loader.completion),