Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dcompletion.h53 #define DECLARE_COMPLETION(work) \ macro
74 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work)
75 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work)
/linux-4.19.296/drivers/s390/char/
Dsclp_sdias.c35 static DECLARE_COMPLETION(evbuf_accepted);
36 static DECLARE_COMPLETION(evbuf_done);
Ddiag_ftp.c66 static DECLARE_COMPLETION(diag_ftp_rx_complete);
Dsclp_ftp.c27 static DECLARE_COMPLETION(sclp_ftp_rx_complete);
Dsclp.c52 static DECLARE_COMPLETION(sclp_request_queue_flushed);
/linux-4.19.296/drivers/rtc/
Drtc-at91rm9200.c50 static DECLARE_COMPLETION(at91_rtc_updated);
51 static DECLARE_COMPLETION(at91_rtc_upd_rdy);
/linux-4.19.296/drivers/misc/sgi-xp/
Dxpc_main.c152 static DECLARE_COMPLETION(xpc_hb_checker_exited);
155 static DECLARE_COMPLETION(xpc_discovery_exited);
/linux-4.19.296/drivers/base/
Ddevtmpfs.c368 static DECLARE_COMPLETION(setup_done);
/linux-4.19.296/lib/
Dtest_firmware.c502 static DECLARE_COMPLETION(async_fw_done);
/linux-4.19.296/drivers/char/ipmi/
Dipmi_watchdog.c337 static DECLARE_COMPLETION(msg_wait);
/linux-4.19.296/drivers/misc/sgi-gru/
Dgrukservices.c1056 static DECLARE_COMPLETION(cmp); in quicktest2()
/linux-4.19.296/drivers/char/
Dvirtio_console.c81 static DECLARE_COMPLETION(early_console_added);