| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | completion.h | 53 #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 D | locks.h | 182 #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 D | ams-pmu.c | 51 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 D | sclp_sdias.c | 35 static DECLARE_COMPLETION(evbuf_accepted); 36 static DECLARE_COMPLETION(evbuf_done);
|
| H A D | diag_ftp.c | 66 static DECLARE_COMPLETION(diag_ftp_rx_complete);
|
| H A D | sclp_ftp.c | 27 static DECLARE_COMPLETION(sclp_ftp_rx_complete);
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | backtracetest.c | 24 static DECLARE_COMPLETION(backtrace_work);
|
| /OK3568_Linux_fs/kernel/lib/livepatch/ |
| H A D | test_klp_callbacks_busy.c | 19 static DECLARE_COMPLETION(busymod_work_started);
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | ring_buffer_benchmark.c | 29 static DECLARE_COMPLETION(read_start); 30 static DECLARE_COMPLETION(read_done);
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | random.c | 32 static DECLARE_COMPLETION(have_data);
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | smpboot.c | 37 static DECLARE_COMPLETION(cpu_running);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | eeh_event.c | 26 static DECLARE_COMPLETION(eeh_eventlist_event);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | suspend.c | 19 static DECLARE_COMPLETION(suspend_work);
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | completion.rst | 105 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 D | rtc-at91rm9200.c | 90 static DECLARE_COMPLETION(at91_rtc_updated); 91 static DECLARE_COMPLETION(at91_rtc_upd_rdy);
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | smp.c | 58 static DECLARE_COMPLETION(cpu_starting); 59 static DECLARE_COMPLETION(cpu_running);
|
| /OK3568_Linux_fs/kernel/drivers/mailbox/ |
| H A D | pl320-ipc.c | 45 static DECLARE_COMPLETION(ipc_completion);
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | smp.c | 85 static DECLARE_COMPLETION(cpu_running);
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-alg-registration.c | 65 DECLARE_COMPLETION(fips140_tests_done);
|
| /OK3568_Linux_fs/kernel/drivers/misc/sgi-xp/ |
| H A D | xpc_main.c | 153 static DECLARE_COMPLETION(xpc_hb_checker_exited); 156 static DECLARE_COMPLETION(xpc_discovery_exited);
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_vmalloc.c | 71 static DECLARE_COMPLETION(test_all_done_comp);
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip_thunderboot_crypto.c | 162 static DECLARE_COMPLETION(sha256_probe_complete);
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | devtmpfs.c | 378 static DECLARE_COMPLETION(setup_done);
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | smp.c | 116 static DECLARE_COMPLETION(cpu_running);
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | smp.c | 93 static DECLARE_COMPLETION(cpu_running);
|