Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Drop reference to request, return next in chain (if there is one) if this* was the last reference to this request.

Proto:__attribute__((nonnull)) static void io_put_req_find_next(struct io_kiocb *req, struct io_kiocb **nxtptr)

Type:void

Parameter:

TypeParameterName
struct io_kiocb *req
struct io_kiocb **nxtptr
1102  io_req_find_next(req, nxtptr)
1104  If _dec_and_test - decrement a refcount and test if it is 0*@r: the refcount* Similar to atomic_dec_and_test(), it will WARN on underflow and fail to* decrement when saturated at REFCOUNT_SATURATED Then __io_free_req(req)
Caller
NameDescribe
__io_complete_rw
io_fsync_finish
io_sync_file_range_finish
io_sendmsg
io_recvmsg
__io_accept
io_connect
io_poll_complete_work
io_poll_add
io_async_find_and_cancel