Home
last modified time | relevance | path

Searched refs:DECLARE_COMPLETION_ONSTACK (Results 1 – 25 of 73) sorted by relevance

123

/linux/include/linux/
H A Dcompletion.h68 # define DECLARE_COMPLETION_ONSTACK(work) \ macro
73 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) macro
/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.c232 DECLARE_COMPLETION_ONSTACK(completion); in pm8001_phy_control()
349 DECLARE_COMPLETION_ONSTACK(completion); in pm8001_scan_start()
700 DECLARE_COMPLETION_ONSTACK(completion); in pm8001_dev_found_notify()
945 DECLARE_COMPLETION_ONSTACK(completion_setstate); in pm8001_I_T_nexus_event_handler()
990 DECLARE_COMPLETION_ONSTACK(completion_setstate); in pm8001_lu_reset()
1108 DECLARE_COMPLETION_ONSTACK(completion_reset); in pm8001_abort_task()
1109 DECLARE_COMPLETION_ONSTACK(completion); in pm8001_abort_task()
1248 DECLARE_COMPLETION_ONSTACK(completion_setstate); in pm8001_setds_completion()
H A Dpm8001_init.c678 DECLARE_COMPLETION_ONSTACK(completion); in pm8001_init_sas_add()
785 DECLARE_COMPLETION_ONSTACK(completion); in pm8001_get_phy_settings_info()
1373 DECLARE_COMPLETION_ONSTACK(completion); in pm8001_pci_resume()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c85 DECLARE_COMPLETION_ONSTACK(completion); \
329 DECLARE_COMPLETION_ONSTACK(completion); in asd_clear_nexus()
396 DECLARE_COMPLETION_ONSTACK(completion); in asd_abort_task()
397 DECLARE_COMPLETION_ONSTACK(tascb_completion); in asd_abort_task()
563 DECLARE_COMPLETION_ONSTACK(completion); in asd_initiate_ssp_tmf()
/linux/Documentation/translations/zh_CN/scheduler/
H A Dcompletion.rst108 DECLARE_COMPLETION_ONSTACK()来初始化,这不仅仅是为了让lockdep正确运行,也是明确表
111 DECLARE_COMPLETION_ONSTACK(setup_done)
/linux/lib/kunit/
H A Dplatform-test.c150 DECLARE_COMPLETION_ONSTACK(comp); in kunit_platform_driver_register_test()
179 DECLARE_COMPLETION_ONSTACK(comp); in kunit_platform_device_prepare_wait_for_probe_completes_when_already_probed()
/linux/drivers/s390/scsi/
H A Dzfcp_fc.c387 DECLARE_COMPLETION_ONSTACK(completion); in zfcp_fc_ns_gid_pn_request()
701 DECLARE_COMPLETION_ONSTACK(completion); in zfcp_fc_send_gpn_ft()
852 DECLARE_COMPLETION_ONSTACK(completion); in zfcp_fc_gspn()
897 DECLARE_COMPLETION_ONSTACK(completion); in zfcp_fc_rspn()
/linux/drivers/scsi/isci/
H A Dtask.c256 DECLARE_COMPLETION_ONSTACK(completion); in isci_task_execute_tmf()
477 DECLARE_COMPLETION_ONSTACK(aborted_io_completion); in isci_task_abort_task()
/linux/drivers/scsi/snic/
H A Dsnic_ctl.c219 DECLARE_COMPLETION_ONSTACK(wait); in snic_get_conf()
/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcore.c287 DECLARE_COMPLETION_ONSTACK(done); in i3c_hci_send_ccc_cmd()
367 DECLARE_COMPLETION_ONSTACK(done); in i3c_hci_i3c_xfers()
422 DECLARE_COMPLETION_ONSTACK(done); in i3c_hci_i2c_xfers()
H A Dcmd_v2.c245 DECLARE_COMPLETION_ONSTACK(done); in hci_cmd_v2_daa()
H A Dcmd_v1.c295 DECLARE_COMPLETION_ONSTACK(done); in hci_cmd_v1_daa()
/linux/fs/smb/smbdirect/
H A Drw.c119 DECLARE_COMPLETION_ONSTACK(completion); in smbdirect_connection_rdma_xmit()
/linux/fs/proc/
H A Dinode.c230 DECLARE_COMPLETION_ONSTACK(c); in close_pdeo()
257 DECLARE_COMPLETION_ONSTACK(c); in proc_entry_rundown()
/linux/drivers/macintosh/
H A Dwindfarm_smu_controls.c58 DECLARE_COMPLETION_ONSTACK(comp); in smu_set_fan()
H A Dwindfarm_smu_sensors.c69 DECLARE_COMPLETION_ONSTACK(comp); in smu_read_adc()
H A Dsmu.c902 DECLARE_COMPLETION_ONSTACK(comp); in smu_read_datablock()
949 DECLARE_COMPLETION_ONSTACK(comp); in smu_create_sdb_partition()
/linux/kernel/
H A Dumh.c404 DECLARE_COMPLETION_ONSTACK(done); in call_usermodehelper_exec()
/linux/drivers/s390/cio/
H A Deadm_sch.c249 DECLARE_COMPLETION_ONSTACK(completion); in eadm_quiesce()
H A Dvfio_ccw_drv.c41 DECLARE_COMPLETION_ONSTACK(completion); in vfio_ccw_sch_quiesce()
/linux/kernel/module/
H A Dsysfs.c325 DECLARE_COMPLETION_ONSTACK(c); in mod_kobject_put()
/linux/drivers/soc/qcom/
H A Drpmh.c256 DECLARE_COMPLETION_ONSTACK(compl); in rpmh_write()
/linux/Documentation/scheduler/
H A Dcompletion.rst114 then the initialization should always use DECLARE_COMPLETION_ONSTACK()
118 DECLARE_COMPLETION_ONSTACK(setup_done)
/linux/drivers/misc/
H A Dtifm_7xx1.c237 DECLARE_COMPLETION_ONSTACK(finish_resume); in tifm_7xx1_resume()
/linux/drivers/slimbus/
H A Dqcom-ngd-ctrl.c789 DECLARE_COMPLETION_ONSTACK(tx_sent); in qcom_slim_ngd_xfer_msg()
790 DECLARE_COMPLETION_ONSTACK(done); in qcom_slim_ngd_xfer_msg()
919 DECLARE_COMPLETION_ONSTACK(done); in qcom_slim_ngd_xfer_msg_sync()

123