Searched refs:DECLARE_COMPLETION (Results 1 - 35 of 35) sorted by relevance

/linux-4.4.14/include/linux/
H A Dcompletion.h22 * reinit_completion(), and macros DECLARE_COMPLETION(),
37 * DECLARE_COMPLETION - declare and initialize a completion structure
44 #define DECLARE_COMPLETION(work) \ macro
63 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work)
/linux-4.4.14/drivers/video/fbdev/exynos/
H A Dexynos_mipi_dsi_common.h18 static DECLARE_COMPLETION(dsim_rd_comp);
19 static DECLARE_COMPLETION(dsim_wr_comp);
/linux-4.4.14/drivers/macintosh/ams/
H A Dams-pmu.c55 DECLARE_COMPLETION(req_complete); ams_pmu_set_register()
68 DECLARE_COMPLETION(req_complete); ams_pmu_get_register()
/linux-4.4.14/kernel/
H A Dbacktracetest.c28 static DECLARE_COMPLETION(backtrace_work);
/linux-4.4.14/drivers/s390/char/
H A Dsclp_sdias.c34 static DECLARE_COMPLETION(evbuf_accepted);
35 static DECLARE_COMPLETION(evbuf_done);
H A Ddiag_ftp.c65 static DECLARE_COMPLETION(diag_ftp_rx_complete);
H A Dsclp_ftp.c26 static DECLARE_COMPLETION(sclp_ftp_rx_complete);
H A Dsclp.c51 static DECLARE_COMPLETION(sclp_request_queue_flushed);
/linux-4.4.14/drivers/mailbox/
H A Dpl320-ipc.c56 static DECLARE_COMPLETION(ipc_completion);
/linux-4.4.14/kernel/trace/
H A Dring_buffer_benchmark.c27 static DECLARE_COMPLETION(read_start);
28 static DECLARE_COMPLETION(read_done);
/linux-4.4.14/drivers/rtc/
H A Drtc-at91rm9200.c52 static DECLARE_COMPLETION(at91_rtc_updated);
53 static DECLARE_COMPLETION(at91_rtc_upd_rdy);
H A Drtc-bfin.c142 static DECLARE_COMPLETION(bfin_write_complete); bfin_rtc_sync_pending()
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dsuspend.c33 static DECLARE_COMPLETION(suspend_work);
/linux-4.4.14/arch/arm/kernel/
H A Dsmp.c79 static DECLARE_COMPLETION(cpu_running);
238 static DECLARE_COMPLETION(cpu_died);
/linux-4.4.14/drivers/base/
H A Ddevtmpfs.c365 static DECLARE_COMPLETION(setup_done);
/linux-4.4.14/arch/xtensa/kernel/
H A Dsmp.c112 static DECLARE_COMPLETION(cpu_running);
/linux-4.4.14/arch/mips/kernel/
H A Dsmp-cps.c346 static DECLARE_COMPLETION(cpu_death_chosen);
/linux-4.4.14/arch/metag/kernel/
H A Dsmp.c66 static DECLARE_COMPLETION(cpu_running);
/linux-4.4.14/drivers/misc/sgi-xp/
H A Dxpc_main.c152 static DECLARE_COMPLETION(xpc_hb_checker_exited);
155 static DECLARE_COMPLETION(xpc_discovery_exited);
/linux-4.4.14/drivers/char/ipmi/
H A Dipmi_watchdog.c361 static DECLARE_COMPLETION(set_timeout_wait); set_timeout_free_smi()
576 static DECLARE_COMPLETION(heartbeat_wait); heartbeat_free_smi()
/linux-4.4.14/drivers/video/fbdev/via/
H A Dvia-core.c133 static DECLARE_COMPLETION(viafb_dma_completion);
/linux-4.4.14/init/
H A Dmain.c384 static __initdata DECLARE_COMPLETION(kthreadd_done);
/linux-4.4.14/arch/arm64/kernel/
H A Dsmp.c87 static DECLARE_COMPLETION(cpu_running);
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
H A Dmgc_request.c478 static DECLARE_COMPLETION(rq_exit);
479 static DECLARE_COMPLETION(rq_start);
/linux-4.4.14/drivers/block/
H A Damiflop.c159 static DECLARE_COMPLETION(motor_on_completion);
188 static DECLARE_COMPLETION(ms_wait_completion);
H A Dataflop.c306 static DECLARE_COMPLETION(format_wait);
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
H A Dapply.c125 static DECLARE_COMPLETION(extra_updated_completion);
/linux-4.4.14/drivers/misc/sgi-gru/
H A Dgrukservices.c1050 static DECLARE_COMPLETION(cmp); quicktest2()
/linux-4.4.14/drivers/firewire/
H A Dcore-transaction.c439 static DECLARE_COMPLETION(phy_config_done);
/linux-4.4.14/drivers/usb/gadget/udc/
H A Damd5536udc.c121 static DECLARE_COMPLETION(on_exit);
124 static DECLARE_COMPLETION(on_pollstall_exit);
H A Dmv_udc_core.c58 static DECLARE_COMPLETION(release_done);
/linux-4.4.14/drivers/char/
H A Dvirtio_console.c82 static DECLARE_COMPLETION(early_console_added);
/linux-4.4.14/drivers/scsi/
H A Daha152x.c1058 DECLARE_COMPLETION(done); aha152x_device_reset()
/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe.c71 static DECLARE_COMPLETION(fcoe_flush_completion);
/linux-4.4.14/mm/
H A Dpage_alloc.c1130 static __initdata DECLARE_COMPLETION(pgdat_init_all_done_comp);

Completed in 1381 milliseconds