/linux/drivers/gpu/drm/i915/pxp/ |
A D | intel_pxp_session.c | 129 complete_all(&pxp->termination); in pxp_terminate() 138 complete_all(&pxp->termination); in pxp_terminate_complete()
|
A D | intel_pxp.c | 120 complete_all(&pxp->termination); in intel_pxp_init()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | mod_hdr.c | 126 complete_all(&mh->res_ready); in mlx5e_mod_hdr_attach() 132 complete_all(&mh->res_ready); in mlx5e_mod_hdr_attach()
|
/linux/Documentation/scheduler/ |
A D | completion.rst | 40 - the signaling side through a call to complete() or complete_all(). 252 ... or calls complete_all() to signal all current and future waiters:: 254 void complete_all(struct completion *done) 263 done field. Calling complete_all() multiple times is a bug though. Both 264 complete() and complete_all() can be called in IRQ/atomic context safely. 266 There can only be one thread calling complete() or complete_all() on a 268 queue spinlock. Any such concurrent calls to complete() or complete_all()
|
/linux/kernel/sched/ |
A D | completion.c | 57 void complete_all(struct completion *x) in complete_all() function 68 EXPORT_SYMBOL(complete_all);
|
/linux/sound/hda/ |
A D | hdac_component.c | 213 complete_all(&acomp->master_bind_complete); in hdac_component_master_bind() 220 complete_all(&acomp->master_bind_complete); in hdac_component_master_bind()
|
/linux/drivers/base/power/ |
A D | main.c | 104 complete_all(&dev->power.completion); in device_pm_sleep_init() 158 complete_all(&dev->power.completion); in device_pm_remove() 656 complete_all(&dev->power.completion); in device_resume_noirq() 813 complete_all(&dev->power.completion); in device_resume_early() 974 complete_all(&dev->power.completion); in device_resume() 1265 complete_all(&dev->power.completion); in __device_suspend_noirq() 1447 complete_all(&dev->power.completion); in __device_suspend_late() 1723 complete_all(&dev->power.completion); in __device_suspend()
|
/linux/include/linux/ |
A D | completion.h | 118 extern void complete_all(struct completion *);
|
/linux/tools/power/pm-graph/config/ |
A D | cgskip.txt | 20 complete_all
|
/linux/drivers/base/firmware_loader/ |
A D | firmware.h | 128 complete_all(&fw_st->completion); in __fw_state_set()
|
/linux/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
A D | locks.h | 216 static inline void complete_all(struct completion *c) in complete_all() function
|
/linux/drivers/gpu/drm/ |
A D | drm_atomic_helper.c | 1559 complete_all(&old_state->fake_commit->flip_done); in drm_atomic_helper_wait_for_flip_done() 2117 complete_all(&commit->flip_done); in drm_atomic_helper_setup_commit() 2123 complete_all(&commit->flip_done); in drm_atomic_helper_setup_commit() 2321 complete_all(&commit->hw_done); in drm_atomic_helper_commit_hw_done() 2325 complete_all(&old_state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done() 2326 complete_all(&old_state->fake_commit->flip_done); in drm_atomic_helper_commit_hw_done() 2354 complete_all(&commit->cleanup_done); in drm_atomic_helper_commit_cleanup_done() 2363 complete_all(&old_state->fake_commit->cleanup_done); in drm_atomic_helper_commit_cleanup_done()
|
/linux/drivers/net/wireless/quantenna/qtnfmac/ |
A D | shm_ipc.c | 120 complete_all(&ipc->tx_completion); in qtnf_shm_ipc_free()
|
/linux/fs/autofs/ |
A D | expire.c | 567 complete_all(&ino->expire_complete); in autofs_expire_run() 599 complete_all(&ino->expire_complete); in autofs_do_expire_multi()
|
/linux/crypto/ |
A D | algboss.c | 67 complete_all(¶m->larval->completion); in cryptomgr_probe()
|
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
A D | cmdq.c | 184 complete_all(&cmdq->ready); in nvkm_falcon_cmdq_init()
|
A D | msgq.c | 135 complete_all(&seq->done); in nvkm_falcon_msgq_exec()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
A D | gm20b.c | 150 complete_all(&pmu->wpr_ready); in gm20b_pmu_acr_init_wpr_callback()
|
/linux/drivers/misc/habanalabs/common/ |
A D | irq.c | 149 complete_all(&pend->fence.completion); in handle_user_cq()
|
/linux/drivers/firmware/psci/ |
A D | psci_checker.c | 422 complete_all(&suspend_threads_started); in suspend_tests()
|
/linux/fs/gfs2/ |
A D | ops_fstype.c | 887 complete_all(&sdp->sd_journal_ready); in init_inodes() 1064 complete_all(&sdp->sd_locking_init); in gfs2_lm_mount() 1071 complete_all(&sdp->sd_locking_init); in gfs2_lm_mount() 1303 complete_all(&sdp->sd_journal_ready); in gfs2_fill_super()
|
/linux/drivers/mfd/ |
A D | iqs62x.c | 555 complete_all(&iqs62x->ati_done); in iqs62x_irq() 626 complete_all(&iqs62x->fw_done); in iqs62x_firmware_load()
|
/linux/drivers/iio/potentiostat/ |
A D | lmp91000.c | 269 complete_all(&data->completion); in lmp91000_buffer_cb()
|
/linux/drivers/target/ |
A D | target_core_transport.c | 716 complete_all(&cmd->t_transport_stop_comp); in transport_cmd_check_stop_to_fabric() 865 complete_all(&cmd->t_transport_stop_comp); in target_cmd_interrupted() 2826 complete_all(&cmd->t_transport_stop_comp); in transport_generic_new_cmd() 2858 complete_all(&cmd->t_transport_stop_comp); in transport_write_pending_qf() 3130 complete_all(&se_sess->stop_done); in target_stop_session_confirm()
|
/linux/drivers/gpu/drm/xen/ |
A D | xen_drm_front_evtchnl.c | 140 complete_all(&evtchnl->u.req.completion); in evtchnl_free()
|