Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcompletion.h52 #define DECLARE_COMPLETION(work) \ macro
73 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work)
74 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work)
/linux/Documentation/translations/zh_CN/scheduler/
H A Dcompletion.rst99 对于文件范围内的静态(或全局)声明,你可以使用 DECLARE_COMPLETION()::
101 static DECLARE_COMPLETION(setup_done);
102 DECLARE_COMPLETION(setup_done);
126 在堆栈上单纯地调用DECLARE_COMPLETION()会触发一个lockdep警告。
/linux/drivers/macintosh/ams/
H A Dams-pmu.c51 DECLARE_COMPLETION(req_complete); in ams_pmu_set_register()
64 DECLARE_COMPLETION(req_complete); in ams_pmu_get_register()
/linux/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_callbacks_busy.c19 static DECLARE_COMPLETION(busymod_work_started);
/linux/kernel/trace/
H A Dring_buffer_benchmark.c29 static DECLARE_COMPLETION(read_start);
30 static DECLARE_COMPLETION(read_done);
/linux/arch/powerpc/kernel/
H A Deeh_event.c26 static DECLARE_COMPLETION(eeh_eventlist_event);
/linux/arch/riscv/kernel/
H A Dsmpboot.c43 static DECLARE_COMPLETION(cpu_running);
H A Dsys_hwprobe.c509 static DECLARE_COMPLETION(boot_probes_done);
/linux/Documentation/scheduler/
H A Dcompletion.rst105 DECLARE_COMPLETION()::
107 static DECLARE_COMPLETION(setup_done);
108 DECLARE_COMPLETION(setup_done);
139 A naive DECLARE_COMPLETION() on the stack triggers a lockdep warning.
/linux/arch/mips/kernel/
H A Dsmp.c60 static DECLARE_COMPLETION(cpu_starting);
61 static DECLARE_COMPLETION(cpu_running);
/linux/drivers/rtc/
H A Drtc-at91rm9200.c97 static DECLARE_COMPLETION(at91_rtc_updated);
98 static DECLARE_COMPLETION(at91_rtc_upd_rdy);
/linux/drivers/s390/char/
H A Dsclp_ftp.c26 static DECLARE_COMPLETION(sclp_ftp_rx_complete);
/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c142 static DECLARE_COMPLETION(xpc_hb_checker_exited);
145 static DECLARE_COMPLETION(xpc_discovery_exited);
/linux/arch/xtensa/kernel/
H A Dsmp.c118 static DECLARE_COMPLETION(cpu_running);
/linux/lib/
H A Dtest_vmalloc.c72 static DECLARE_COMPLETION(test_all_done_comp);
H A Dtest_firmware.c759 static DECLARE_COMPLETION(async_fw_done);
/linux/arch/arm/kernel/
H A Dsmp.c88 static DECLARE_COMPLETION(cpu_running);
/linux/drivers/pci/hotplug/
H A Dibmphp_hpc.c94 static DECLARE_COMPLETION(exit_complete); // make sure polling thread goes away
/linux/drivers/char/ipmi/
H A Dipmi_watchdog.c342 static DECLARE_COMPLETION(msg_wait);
/linux/drivers/misc/sgi-gru/
H A Dgrukservices.c1042 static DECLARE_COMPLETION(cmp); in quicktest2()
/linux/drivers/firewire/
H A Dcore-transaction.c500 static DECLARE_COMPLETION(phy_config_done);
/linux/drivers/block/
H A Dataflop.c386 static DECLARE_COMPLETION(format_wait);
/linux/drivers/char/
H A Dvirtio_console.c61 static DECLARE_COMPLETION(early_console_added);
/linux/mm/
H A Dmm_init.c2005 static __initdata DECLARE_COMPLETION(pgdat_init_all_done_comp);
/linux/kernel/
H A Dkprobes.c529 static DECLARE_COMPLETION(optimizer_completion);