Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:io_worker_get

Proto:static bool io_worker_get(struct io_worker *worker)

Type:bool

Parameter:

TypeParameterName
struct io_worker *worker
122  Return _inc_not_zero - increment a refcount unless it is 0*@r: the refcount to increment* Similar to atomic_inc_not_zero(), but will saturate at REFCOUNT_SATURATED* and WARN.* Provides no memory ordering, it is assumed the caller has guaranteed the
Caller
NameDescribe
io_wqe_activate_free_workerCheck head of free list for an available worker. If one isn't available,* caller must wake up the wq manager to create one.
io_wq_for_each_workerIterate the passed in list and call the specific function for each* worker that isn't exiting