Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:io_worker_spin_for_work

Proto:static inline void io_worker_spin_for_work(struct io_wqe *wqe)

Type:void

Parameter:

TypeParameterName
struct io_wqe *wqe
507  i = 0
509  When ++i < 1000 cycle
510  If io_wqe_run_queue(wqe) Then Break
512  If need_resched() Then Break
514  cpu_relax()
Caller
NameDescribe
io_wqe_worker