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_wqe_inc_running

Proto:static void io_wqe_inc_running(struct io_wqe *wqe, struct io_worker *worker)

Type:void

Parameter:

TypeParameterName
struct io_wqe *wqe
struct io_worker *worker
296  acct = io_wqe_get_acct(wqe, worker)
298  atomic_inc( & nr_running)
Caller
NameDescribe
io_worker_start
__io_worker_busyWorker will start processing some work. Move it to the busy list, if* it's currently on the freelist
io_wq_worker_runningCalled when a worker is scheduled in. Mark us as currently running.