函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\io-wq.c Create Date:2022-07-29 10:55:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:io_wqe_inc_running

函数原型:static void io_wqe_inc_running(struct io_wqe *wqe, struct io_worker *worker)

返回类型:void

参数:

类型参数名称
struct io_wqe *wqe
struct io_worker *worker
296  acct等于io_wqe_get_acct(wqe, worker)
298  atomic_inc( & nr_running)
调用者
名称描述
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.