| /linux/Documentation/translations/zh_CN/scheduler/ |
| H 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/security/landlock/ |
| H A D | tsync.c | 108 complete_all(&ctx->all_prepared); in restrict_one_thread() 122 complete_all(&ctx->all_prepared); in restrict_one_thread() 150 complete_all(&ctx->all_finished); in restrict_one_thread() 422 complete_all(&shared_ctx->all_prepared); in cancel_tsync_works() 425 complete_all(&shared_ctx->all_finished); in cancel_tsync_works() 549 complete_all(&shared_ctx.ready_to_commit); in landlock_restrict_sibling_threads()
|
| /linux/rust/kernel/sync/ |
| H A D | completion.rs | 97 pub fn complete_all(&self) { in complete_all() method 99 unsafe { bindings::complete_all(self.as_raw()) }; in complete_all()
|
| /linux/Documentation/scheduler/ |
| H 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/ |
| H A D | completion.c | 72 void complete_all(struct completion *x) in complete_all() function 83 EXPORT_SYMBOL(complete_all);
|
| /linux/rust/kernel/ |
| H A D | devres.rs | |
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H 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/drivers/hwmon/ |
| H A D | gigabyte_waterforce.c | 266 complete_all(&priv->fw_version_processed); in waterforce_raw_event() 281 complete_all(&priv->status_report_received); in waterforce_raw_event()
|
| H A D | nzxt-kraken3.c | 744 complete_all(&priv->fw_version_processed); in kraken3_raw_event() 763 complete_all(&priv->status_report_processed); in kraken3_raw_event() 783 complete_all(&priv->status_report_processed); in kraken3_raw_event() 791 complete_all(&priv->status_report_processed); in kraken3_raw_event()
|
| /linux/include/linux/ |
| H A D | completion.h | 120 extern void complete_all(struct completion *);
|
| /linux/tools/power/pm-graph/config/ |
| H A D | cgskip.txt | 20 complete_all
|
| /linux/drivers/soc/apple/ |
| H A D | rtkit.c | 151 complete_all(&rtk->epmap_completion); in apple_rtkit_management_rx_hello() 207 complete_all(&rtk->epmap_completion); in apple_rtkit_management_rx_epmap() 219 complete_all(&rtk->iop_pwr_ack_completion); in apple_rtkit_management_rx_iop_pwr_ack() 231 complete_all(&rtk->ap_pwr_ack_completion); in apple_rtkit_management_rx_ap_pwr_ack()
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_mhccif.c | 63 complete_all(&t7xx_dev->sleep_lock_acquire); in t7xx_mhccif_isr_thread()
|
| /linux/kernel/module/ |
| H A D | dups.c | 107 complete_all(&kmod_req->first_req_done); in kmod_dup_request_complete()
|
| /linux/drivers/base/firmware_loader/ |
| H A D | firmware.h | 128 complete_all(&fw_st->completion); in __fw_state_set()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | shm_ipc.c | 120 complete_all(&ipc->tx_completion); in qtnf_shm_ipc_free()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fwvid.c | 108 complete_all(&fwvid_list[fwvid].reg_done); in brcmf_fwvid_register_vendor()
|
| /linux/fs/autofs/ |
| H 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/drivers/gpu/drm/xe/ |
| H A D | xe_pm.c | 431 complete_all(&xe->pm_block); in xe_pm_notifier_callback() 464 complete_all(&xe->pm_block); in xe_pm_init()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 1966 complete_all(&state->fake_commit->flip_done); in drm_atomic_helper_wait_for_flip_done() 2545 complete_all(&commit->flip_done); in drm_atomic_helper_setup_commit() 2551 complete_all(&commit->flip_done); in drm_atomic_helper_setup_commit() 2753 complete_all(&commit->hw_done); in drm_atomic_helper_commit_hw_done() 2757 complete_all(&state->fake_commit->hw_done); in drm_atomic_helper_commit_hw_done() 2758 complete_all(&state->fake_commit->flip_done); in drm_atomic_helper_commit_hw_done() 2786 complete_all(&commit->cleanup_done); in drm_atomic_helper_commit_cleanup_done() 2795 complete_all(&state->fake_commit->cleanup_done); in drm_atomic_helper_commit_cleanup_done()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
| H A D | cmdq.c | 184 complete_all(&cmdq->ready); in nvkm_falcon_cmdq_init()
|
| H A D | msgq.c | 135 complete_all(&seq->done); in nvkm_falcon_msgq_exec()
|
| /linux/crypto/ |
| H A D | algboss.c | 69 complete_all(¶m->larval->completion); in cryptomgr_probe()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
| H A D | gm20b.c | 139 complete_all(&pmu->wpr_ready); in gm20b_pmu_acr_init_wpr_callback()
|
| /linux/drivers/leds/trigger/ |
| H A D | ledtrig-tty.c | 294 complete_all(&trigger_data->sysfs); in ledtrig_tty_work()
|