Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompletion.h53 #define DECLARE_COMPLETION(work) \ macro
74 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work)
75 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work)
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dlocks.h182 #define DECLARE_COMPLETION(x) struct completion x = COMPLETION_INITIALIZER(x) macro
183 #define DECLARE_COMPLETION_ONSTACK(x) DECLARE_COMPLETION(x)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_sdias.c35 static DECLARE_COMPLETION(evbuf_accepted);
36 static DECLARE_COMPLETION(evbuf_done);
H A Ddiag_ftp.c66 static DECLARE_COMPLETION(diag_ftp_rx_complete);
H A Dsclp_ftp.c27 static DECLARE_COMPLETION(sclp_ftp_rx_complete);
/OK3568_Linux_fs/kernel/kernel/
H A Dbacktracetest.c24 static DECLARE_COMPLETION(backtrace_work);
/OK3568_Linux_fs/kernel/lib/livepatch/
H A Dtest_klp_callbacks_busy.c19 static DECLARE_COMPLETION(busymod_work_started);
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dring_buffer_benchmark.c29 static DECLARE_COMPLETION(read_start);
30 static DECLARE_COMPLETION(read_done);
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Drandom.c32 static DECLARE_COMPLETION(have_data);
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dsmpboot.c37 static DECLARE_COMPLETION(cpu_running);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Deeh_event.c26 static DECLARE_COMPLETION(eeh_eventlist_event);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dsuspend.c19 static DECLARE_COMPLETION(suspend_work);
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-at91rm9200.c90 static DECLARE_COMPLETION(at91_rtc_updated);
91 static DECLARE_COMPLETION(at91_rtc_upd_rdy);
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsmp.c58 static DECLARE_COMPLETION(cpu_starting);
59 static DECLARE_COMPLETION(cpu_running);
/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dpl320-ipc.c45 static DECLARE_COMPLETION(ipc_completion);
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dsmp.c85 static DECLARE_COMPLETION(cpu_running);
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-alg-registration.c65 DECLARE_COMPLETION(fips140_tests_done);
/OK3568_Linux_fs/kernel/drivers/misc/sgi-xp/
H A Dxpc_main.c153 static DECLARE_COMPLETION(xpc_hb_checker_exited);
156 static DECLARE_COMPLETION(xpc_discovery_exited);
/OK3568_Linux_fs/kernel/lib/
H A Dtest_vmalloc.c71 static DECLARE_COMPLETION(test_all_done_comp);
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_thunderboot_crypto.c162 static DECLARE_COMPLETION(sha256_probe_complete);
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevtmpfs.c378 static DECLARE_COMPLETION(setup_done);
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsmp.c116 static DECLARE_COMPLETION(cpu_running);
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsmp.c93 static DECLARE_COMPLETION(cpu_running);

12