/linux-6.3-rc2/Documentation/translations/zh_CN/scheduler/ |
A D | completion.rst | 45 - 通过调用complete()或complete_all()实现发信端。 223 ... or calls complete_all() to signal all current and future waiters:: 225 void complete_all(struct completion *done) 232 简单地增加已完成的字段。但多次调用complete_all()是一个错误。complete()和 233 complete_all()都可以在IRQ/atomic上下文中安全调用。 236 complete_all() - 通过等待队列自旋锁进行序列化。任何对 complete() 或 237 complete_all() 的并发调用都可能是一个设计错误。
|
/linux-6.3-rc2/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 | 127 complete_all(&pxp->termination); in pxp_init_full()
|
/linux-6.3-rc2/kernel/sched/ |
A D | completion.c | 57 void complete_all(struct completion *x) in complete_all() function 68 EXPORT_SYMBOL(complete_all);
|
/linux-6.3-rc2/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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | mod_hdr.c | 127 complete_all(&mh->res_ready); in mlx5e_mod_hdr_attach() 133 complete_all(&mh->res_ready); in mlx5e_mod_hdr_attach()
|
/linux-6.3-rc2/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-6.3-rc2/include/linux/ |
A D | completion.h | 119 extern void complete_all(struct completion *);
|
/linux-6.3-rc2/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-6.3-rc2/tools/power/pm-graph/config/ |
A D | cgskip.txt | 20 complete_all
|
/linux-6.3-rc2/drivers/net/wwan/t7xx/ |
A D | t7xx_mhccif.c | 63 complete_all(&t7xx_dev->sleep_lock_acquire); in t7xx_mhccif_isr_thread()
|
/linux-6.3-rc2/drivers/soc/apple/ |
A D | rtkit.c | 147 complete_all(&rtk->epmap_completion); in apple_rtkit_management_rx_hello() 203 complete_all(&rtk->epmap_completion); in apple_rtkit_management_rx_epmap() 215 complete_all(&rtk->iop_pwr_ack_completion); in apple_rtkit_management_rx_iop_pwr_ack() 227 complete_all(&rtk->ap_pwr_ack_completion); in apple_rtkit_management_rx_ap_pwr_ack()
|
/linux-6.3-rc2/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-6.3-rc2/drivers/base/firmware_loader/ |
A D | firmware.h | 127 complete_all(&fw_st->completion); in __fw_state_set()
|
/linux-6.3-rc2/drivers/net/wireless/quantenna/qtnfmac/ |
A D | shm_ipc.c | 120 complete_all(&ipc->tx_completion); in qtnf_shm_ipc_free()
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | fwvid.c | 108 complete_all(&fwvid_list[fwvid].reg_done); in brcmf_fwvid_register_vendor()
|
/linux-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/ |
A D | drm_atomic_helper.c | 1663 complete_all(&old_state->fake_commit->flip_done); in drm_atomic_helper_wait_for_flip_done() 2243 complete_all(&commit->flip_done); in drm_atomic_helper_setup_commit() 2249 complete_all(&commit->flip_done); in drm_atomic_helper_setup_commit() 2452 complete_all(&commit->hw_done); in drm_atomic_helper_commit_hw_done() 2456 complete_all(&old_state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done() 2457 complete_all(&old_state->fake_commit->flip_done); in drm_atomic_helper_commit_hw_done() 2485 complete_all(&commit->cleanup_done); in drm_atomic_helper_commit_cleanup_done() 2494 complete_all(&old_state->fake_commit->cleanup_done); in drm_atomic_helper_commit_cleanup_done()
|
/linux-6.3-rc2/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-6.3-rc2/crypto/ |
A D | algboss.c | 67 complete_all(¶m->larval->completion); in cryptomgr_probe()
|
/linux-6.3-rc2/drivers/firmware/psci/ |
A D | psci_checker.c | 422 complete_all(&suspend_threads_started); in suspend_tests()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
A D | gm20b.c | 139 complete_all(&pmu->wpr_ready); in gm20b_pmu_acr_init_wpr_callback()
|
/linux-6.3-rc2/drivers/iio/potentiostat/ |
A D | lmp91000.c | 269 complete_all(&data->completion); in lmp91000_buffer_cb()
|
/linux-6.3-rc2/drivers/gpu/drm/scheduler/ |
A D | sched_main.c | 1007 complete_all(&entity->entity_idle); in drm_sched_main() 1018 complete_all(&entity->entity_idle); in drm_sched_main()
|