DECLARE_COMPLETION   82 arch/arm/kernel/smp.c static DECLARE_COMPLETION(cpu_running);
DECLARE_COMPLETION  100 arch/arm64/kernel/smp.c static DECLARE_COMPLETION(cpu_running);
DECLARE_COMPLETION   58 arch/mips/kernel/smp.c static DECLARE_COMPLETION(cpu_starting);
DECLARE_COMPLETION   59 arch/mips/kernel/smp.c static DECLARE_COMPLETION(cpu_running);
DECLARE_COMPLETION   84 arch/openrisc/kernel/smp.c static DECLARE_COMPLETION(cpu_running);
DECLARE_COMPLETION   26 arch/powerpc/kernel/eeh_event.c static DECLARE_COMPLETION(eeh_eventlist_event);
DECLARE_COMPLETION   20 arch/powerpc/platforms/pseries/suspend.c static DECLARE_COMPLETION(suspend_work);
DECLARE_COMPLETION   38 arch/riscv/kernel/smpboot.c static DECLARE_COMPLETION(cpu_running);
DECLARE_COMPLETION  120 arch/xtensa/kernel/smp.c static DECLARE_COMPLETION(cpu_running);
DECLARE_COMPLETION  380 drivers/base/devtmpfs.c static DECLARE_COMPLETION(setup_done);
DECLARE_COMPLETION  279 drivers/block/amiflop.c static DECLARE_COMPLETION(motor_on_completion);
DECLARE_COMPLETION  307 drivers/block/amiflop.c static DECLARE_COMPLETION(ms_wait_completion);
DECLARE_COMPLETION  383 drivers/block/ataflop.c static DECLARE_COMPLETION(format_wait);
DECLARE_COMPLETION  337 drivers/char/ipmi/ipmi_watchdog.c static DECLARE_COMPLETION(msg_wait);
DECLARE_COMPLETION   68 drivers/char/virtio_console.c static DECLARE_COMPLETION(early_console_added);
DECLARE_COMPLETION  434 drivers/firewire/core-transaction.c static DECLARE_COMPLETION(phy_config_done);
DECLARE_COMPLETION   51 drivers/macintosh/ams/ams-pmu.c 	DECLARE_COMPLETION(req_complete);
DECLARE_COMPLETION   64 drivers/macintosh/ams/ams-pmu.c 	DECLARE_COMPLETION(req_complete);
DECLARE_COMPLETION   45 drivers/mailbox/pl320-ipc.c static DECLARE_COMPLETION(ipc_completion);
DECLARE_COMPLETION 1043 drivers/misc/sgi-gru/grukservices.c 	static DECLARE_COMPLETION(cmp);
DECLARE_COMPLETION  152 drivers/misc/sgi-xp/xpc_main.c static DECLARE_COMPLETION(xpc_hb_checker_exited);
DECLARE_COMPLETION  155 drivers/misc/sgi-xp/xpc_main.c static DECLARE_COMPLETION(xpc_discovery_exited);
DECLARE_COMPLETION  208 drivers/nvme/host/fc.c static DECLARE_COMPLETION(nvme_fc_unload_proceed);
DECLARE_COMPLETION   94 drivers/pci/hotplug/ibmphp_hpc.c static DECLARE_COMPLETION(exit_complete); // make sure polling thread goes away
DECLARE_COMPLETION   45 drivers/rtc/rtc-at91rm9200.c static DECLARE_COMPLETION(at91_rtc_updated);
DECLARE_COMPLETION   46 drivers/rtc/rtc-at91rm9200.c static DECLARE_COMPLETION(at91_rtc_upd_rdy);
DECLARE_COMPLETION   66 drivers/s390/char/diag_ftp.c static DECLARE_COMPLETION(diag_ftp_rx_complete);
DECLARE_COMPLETION   52 drivers/s390/char/sclp.c static DECLARE_COMPLETION(sclp_request_queue_flushed);
DECLARE_COMPLETION   27 drivers/s390/char/sclp_ftp.c static DECLARE_COMPLETION(sclp_ftp_rx_complete);
DECLARE_COMPLETION   35 drivers/s390/char/sclp_sdias.c static DECLARE_COMPLETION(evbuf_accepted);
DECLARE_COMPLETION   36 drivers/s390/char/sclp_sdias.c static DECLARE_COMPLETION(evbuf_done);
DECLARE_COMPLETION 1048 drivers/scsi/aha152x.c 	DECLARE_COMPLETION(done);
DECLARE_COMPLETION   53 drivers/usb/gadget/udc/mv_udc_core.c static DECLARE_COMPLETION(release_done);
DECLARE_COMPLETION   93 drivers/usb/gadget/udc/snps_udc_core.c static DECLARE_COMPLETION(on_exit);
DECLARE_COMPLETION   96 drivers/usb/gadget/udc/snps_udc_core.c static DECLARE_COMPLETION(on_pollstall_exit);
DECLARE_COMPLETION  114 drivers/video/fbdev/omap2/omapfb/dss/apply.c static DECLARE_COMPLETION(extra_updated_completion);
DECLARE_COMPLETION  133 drivers/video/fbdev/via/via-core.c static DECLARE_COMPLETION(viafb_dma_completion);
DECLARE_COMPLETION   74 include/linux/completion.h # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work)
DECLARE_COMPLETION   75 include/linux/completion.h # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work)
DECLARE_COMPLETION  404 init/main.c    static __initdata DECLARE_COMPLETION(kthreadd_done);
DECLARE_COMPLETION   24 kernel/backtracetest.c static DECLARE_COMPLETION(backtrace_work);
DECLARE_COMPLETION   29 kernel/trace/ring_buffer_benchmark.c static DECLARE_COMPLETION(read_start);
DECLARE_COMPLETION   30 kernel/trace/ring_buffer_benchmark.c static DECLARE_COMPLETION(read_done);
DECLARE_COMPLETION  510 lib/test_firmware.c static DECLARE_COMPLETION(async_fw_done);
DECLARE_COMPLETION   65 lib/test_vmalloc.c static DECLARE_COMPLETION(test_all_done_comp);
DECLARE_COMPLETION 1599 mm/page_alloc.c static __initdata DECLARE_COMPLETION(pgdat_init_all_done_comp);
DECLARE_COMPLETION  183 tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/locks.h #define DECLARE_COMPLETION_ONSTACK(x) DECLARE_COMPLETION(x)