Searched refs:DECLARE_COMPLETION_ONSTACK (Results 1 - 25 of 102) sorted by relevance

12345

/linux-master/include/linux/
H A Dcompletion.h24 * DECLARE_COMPLETION_ONSTACK().
61 * DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure
68 # define DECLARE_COMPLETION_ONSTACK(work) \ macro
73 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) macro
/linux-master/lib/kunit/
H A Dtry-catch.c60 DECLARE_COMPLETION_ONSTACK(try_completion);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc-compat.c464 DECLARE_COMPLETION_ONSTACK(framedone_compl);
512 DECLARE_COMPLETION_ONSTACK(vsync_compl);
549 DECLARE_COMPLETION_ONSTACK(framedone_compl);
637 DECLARE_COMPLETION_ONSTACK(completion);
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_sas.c165 DECLARE_COMPLETION_ONSTACK(completion);
280 DECLARE_COMPLETION_ONSTACK(completion);
641 DECLARE_COMPLETION_ONSTACK(completion);
876 DECLARE_COMPLETION_ONSTACK(completion_setstate);
921 DECLARE_COMPLETION_ONSTACK(completion_setstate);
1040 DECLARE_COMPLETION_ONSTACK(completion_reset);
1041 DECLARE_COMPLETION_ONSTACK(completion);
1179 DECLARE_COMPLETION_ONSTACK(completion_setstate);
H A Dpm8001_ctl.c478 DECLARE_COMPLETION_ONSTACK(completion);
681 DECLARE_COMPLETION_ONSTACK(completion);
717 DECLARE_COMPLETION_ONSTACK(completion);
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c85 DECLARE_COMPLETION_ONSTACK(completion); \
329 DECLARE_COMPLETION_ONSTACK(completion);
396 DECLARE_COMPLETION_ONSTACK(completion);
397 DECLARE_COMPLETION_ONSTACK(tascb_completion);
563 DECLARE_COMPLETION_ONSTACK(completion);
/linux-master/drivers/s390/char/
H A Dsclp_pci.c132 DECLARE_COMPLETION_ONSTACK(completion);
/linux-master/drivers/scsi/snic/
H A Dsnic_ctl.c219 DECLARE_COMPLETION_ONSTACK(wait);
/linux-master/drivers/slimbus/
H A Dmessaging.c112 DECLARE_COMPLETION_ONSTACK(done);
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c388 DECLARE_COMPLETION_ONSTACK(completion);
697 DECLARE_COMPLETION_ONSTACK(completion);
848 DECLARE_COMPLETION_ONSTACK(completion);
893 DECLARE_COMPLETION_ONSTACK(completion);
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-mhi.c315 DECLARE_COMPLETION_ONSTACK(complete);
386 DECLARE_COMPLETION_ONSTACK(complete);
492 DECLARE_COMPLETION_ONSTACK(complete);
571 DECLARE_COMPLETION_ONSTACK(complete);
/linux-master/arch/powerpc/sysdev/
H A Dpmi.c207 DECLARE_COMPLETION_ONSTACK(completion);
/linux-master/arch/powerpc/platforms/powermac/
H A Dnvram.c197 DECLARE_COMPLETION_ONSTACK(req_complete);
213 DECLARE_COMPLETION_ONSTACK(req_complete);
/linux-master/drivers/scsi/isci/
H A Dtask.c256 DECLARE_COMPLETION_ONSTACK(completion);
477 DECLARE_COMPLETION_ONSTACK(aborted_io_completion);
/linux-master/fs/proc/
H A Dinode.c230 DECLARE_COMPLETION_ONSTACK(c);
257 DECLARE_COMPLETION_ONSTACK(c);
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Dcmd_v2.c247 DECLARE_COMPLETION_ONSTACK(done);
H A Dcmd_v1.c299 DECLARE_COMPLETION_ONSTACK(done);
H A Dcore.c200 DECLARE_COMPLETION_ONSTACK(done);
314 DECLARE_COMPLETION_ONSTACK(done);
379 DECLARE_COMPLETION_ONSTACK(done);
/linux-master/drivers/macintosh/
H A Dwindfarm_smu_controls.c58 DECLARE_COMPLETION_ONSTACK(comp);
H A Dwindfarm_smu_sensors.c69 DECLARE_COMPLETION_ONSTACK(comp);
/linux-master/kernel/
H A Dumh.c405 DECLARE_COMPLETION_ONSTACK(done);
/linux-master/drivers/s390/cio/
H A Deadm_sch.c248 DECLARE_COMPLETION_ONSTACK(completion);
/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c252 DECLARE_COMPLETION_ONSTACK(done);
/linux-master/drivers/misc/
H A Dtifm_7xx1.c237 DECLARE_COMPLETION_ONSTACK(finish_resume);
/linux-master/drivers/cpufreq/
H A Dpmac64-cpufreq.c100 DECLARE_COMPLETION_ONSTACK(comp);

Completed in 439 milliseconds

12345