Home
last modified time | relevance | path

Searched refs:DECLARE_COMPLETION (Results 1 – 21 of 21) 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);
/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/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/arch/loongarch/kernel/
H A Dsmp.c57 static DECLARE_COMPLETION(cpu_starting);
58 static DECLARE_COMPLETION(cpu_running);
/linux/drivers/net/netdevsim/
H A Dbus.c23 static DECLARE_COMPLETION(nsim_bus_devs_released);
/linux/drivers/video/fbdev/via/
H A Dvia-core.c135 static DECLARE_COMPLETION(viafb_dma_completion);
/linux/arch/arm64/kernel/
H A Dsmp.c111 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/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/usb/gadget/udc/
H A Dsnps_udc_core.c92 static DECLARE_COMPLETION(on_exit);
95 static DECLARE_COMPLETION(on_pollstall_exit);
/linux/drivers/s390/crypto/
H A Dap_bus.c105 static DECLARE_COMPLETION(ap_apqn_bindings_complete);
/linux/kernel/
H A Dkprobes.c529 static DECLARE_COMPLETION(optimizer_completion);