Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:io_kill_timeout

Proto:static void io_kill_timeout(struct io_kiocb *req)

Type:void

Parameter:

TypeParameterName
struct io_kiocb *req
687  ret = hrtimer_try_to_cancel - try to deactivate a timer*@timer: hrtimer to stop* Returns:* * 0 when the timer was not active* * 1 when the timer was active* * -1 when the timer is currently executing the callback function and* cannot be stopped
688  If ret != -1 Then
689  atomic_inc( & cq_timeouts)
690  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
691  io_cqring_fill_event(req, 0)
692  io_put_req(req)
Caller
NameDescribe
io_kill_timeouts
io_commit_cqring