函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:io_prep_async_work

函数原型:static inline bool io_prep_async_work(struct io_kiocb *req, struct io_kiocb **link)

返回类型:bool

参数:

类型参数名称
struct io_kiocb *req
struct io_kiocb **link
630  bool do_hashed = false
633  :opcode恒等于IORING_OP_WRITEV
634  :opcode恒等于IORING_OP_WRITE_FIXED
636  如果flags按位与gular file do_hashed = true
639  :opcode恒等于IORING_OP_READV
640  :opcode恒等于IORING_OP_READ_FIXED
641  :opcode恒等于IORING_OP_SENDMSG
642  :opcode恒等于IORING_OP_RECVMSG
643  :opcode恒等于IORING_OP_ACCEPT
644  :opcode恒等于IORING_OP_POLL_ADD
645  :opcode恒等于IORING_OP_CONNECT
651  如果非flags按位与gular file 的值则flags或等于IO_WQ_WORK_UNBOUND
653  退出
655  如果io_req_needs_user(req)则flags或等于IO_WQ_WORK_NEEDS_USER
658  link等于io_prep_linked_timeout(req)
659  返回:do_hashed
调用者
名称描述
io_queue_async_work
io_wq_assign_next