Home
last modified time | relevance | path

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

12

/openbmc/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)
/openbmc/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警告。
/openbmc/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()
/openbmc/linux/kernel/
H A Dbacktracetest.c24 static DECLARE_COMPLETION(backtrace_work);
/openbmc/linux/lib/livepatch/
H A Dtest_klp_callbacks_busy.c19 static DECLARE_COMPLETION(busymod_work_started);
/openbmc/linux/drivers/s390/char/
H A Dsclp_sdias.c35 static DECLARE_COMPLETION(evbuf_accepted);
36 static DECLARE_COMPLETION(evbuf_done);
H A Ddiag_ftp.c67 static DECLARE_COMPLETION(diag_ftp_rx_complete);
H A Dsclp_ftp.c27 static DECLARE_COMPLETION(sclp_ftp_rx_complete);
/openbmc/linux/arch/um/drivers/
H A Drandom.c32 static DECLARE_COMPLETION(have_data);
/openbmc/linux/kernel/trace/
H A Dring_buffer_benchmark.c29 static DECLARE_COMPLETION(read_start);
30 static DECLARE_COMPLETION(read_done);
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_event.c26 static DECLARE_COMPLETION(eeh_eventlist_event);
/openbmc/linux/arch/riscv/kernel/
H A Dsmpboot.c41 static DECLARE_COMPLETION(cpu_running);
/openbmc/linux/arch/mips/kernel/
H A Dsmp.c58 static DECLARE_COMPLETION(cpu_starting);
59 static DECLARE_COMPLETION(cpu_running);
/openbmc/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.
/openbmc/linux/drivers/mailbox/
H A Dpl320-ipc.c45 static DECLARE_COMPLETION(ipc_completion);
/openbmc/linux/arch/loongarch/kernel/
H A Dsmp.c50 static DECLARE_COMPLETION(cpu_starting);
51 static DECLARE_COMPLETION(cpu_running);
/openbmc/linux/arch/openrisc/kernel/
H A Dsmp.c94 static DECLARE_COMPLETION(cpu_running);
/openbmc/linux/drivers/rtc/
H A Drtc-at91rm9200.c97 static DECLARE_COMPLETION(at91_rtc_updated);
98 static DECLARE_COMPLETION(at91_rtc_upd_rdy);
/openbmc/linux/drivers/platform/x86/intel/ifs/
H A Dload.c32 static DECLARE_COMPLETION(ifs_done);
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_main.c144 static DECLARE_COMPLETION(xpc_hb_checker_exited);
147 static DECLARE_COMPLETION(xpc_discovery_exited);
/openbmc/linux/lib/
H A Dtest_vmalloc.c69 static DECLARE_COMPLETION(test_all_done_comp);
/openbmc/linux/arch/xtensa/kernel/
H A Dsmp.c118 static DECLARE_COMPLETION(cpu_running);
/openbmc/linux/drivers/base/
H A Ddevtmpfs.c378 static __initdata DECLARE_COMPLETION(setup_done);
/openbmc/linux/arch/arm/kernel/
H A Dsmp.c88 static DECLARE_COMPLETION(cpu_running);
/openbmc/linux/drivers/mfd/
H A Dtps6594-core.c20 static DECLARE_COMPLETION(tps6594_crc_comp);

12