Searched refs:DECLARE_COMPLETION (Results 1 – 25 of 34) sorted by relevance
12
53 #define DECLARE_COMPLETION(work) \ macro74 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work)75 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work)
55 DECLARE_COMPLETION(req_complete); in ams_pmu_set_register()68 DECLARE_COMPLETION(req_complete); in ams_pmu_get_register()
182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x) macro183 #define DECLARE_COMPLETION_ONSTACK(x) DECLARE_COMPLETION(x)
28 static DECLARE_COMPLETION(backtrace_work);
35 static DECLARE_COMPLETION(evbuf_accepted);36 static DECLARE_COMPLETION(evbuf_done);
66 static DECLARE_COMPLETION(diag_ftp_rx_complete);
27 static DECLARE_COMPLETION(sclp_ftp_rx_complete);
29 static DECLARE_COMPLETION(read_start);30 static DECLARE_COMPLETION(read_done);
86 static DECLARE_COMPLETION(cpu_running);243 static DECLARE_COMPLETION(cpu_died);
84 static DECLARE_COMPLETION(cpu_running);
33 static DECLARE_COMPLETION(suspend_work);
69 static DECLARE_COMPLETION(cpu_starting);70 static DECLARE_COMPLETION(cpu_running);
50 static DECLARE_COMPLETION(at91_rtc_updated);51 static DECLARE_COMPLETION(at91_rtc_upd_rdy);
56 static DECLARE_COMPLETION(ipc_completion);
152 static DECLARE_COMPLETION(xpc_hb_checker_exited);155 static DECLARE_COMPLETION(xpc_discovery_exited);
368 static DECLARE_COMPLETION(setup_done);
115 static DECLARE_COMPLETION(cpu_running);
110 static DECLARE_COMPLETION(cpu_running);
132 static DECLARE_COMPLETION(viafb_dma_completion);
395 static __initdata DECLARE_COMPLETION(kthreadd_done);
483 static DECLARE_COMPLETION(async_fw_done);
160 static DECLARE_COMPLETION(motor_on_completion);189 static DECLARE_COMPLETION(ms_wait_completion);
81 static DECLARE_COMPLETION(setup_done)
337 static DECLARE_COMPLETION(msg_wait);
1056 static DECLARE_COMPLETION(cmp); in quicktest2()