Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:io_wq_cancel_cb

Proto:enum io_wq_cancel io_wq_cancel_cb(struct io_wq *wq, work_cancel_fn *cancel, void *data)

Type:enum io_wq_cancel

Parameter:

TypeParameterName
struct io_wq *wq
work_cancel_fn *cancel
void *data
899  ret = work not found
902  for_each_node(node)
903  wqe = wqes[node]
905  ret = io_wqe_cancel_cb_work(wqe, cancel, data)
906  If ret != work not found Then Break
910  Return ret