Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\io_uring.c Create Date:2022-07-28 20:22:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:io_should_trigger_evfd

Proto:static inline bool io_should_trigger_evfd(struct io_ring_ctx *ctx)

Type:bool

Parameter:

TypeParameterName
struct io_ring_ctx *ctx
741  If Not cq_ev_fd Then Return false
743  If Not eventfd_async Then Return true
745  Return io_wq_current_is_worker() || in_interrupt()
Caller
NameDescribe
io_cqring_ev_posted
io_poll_wake