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_timeouts

Proto:static void io_kill_timeouts(struct io_ring_ctx *ctx)

Type:void

Parameter:

TypeParameterName
struct io_ring_ctx *ctx
700  spin_lock_irq( & completion_lock)
701  list_for_each_entry_safe - iterate over list of given type safe against removal of list entry*@pos: the type * to use as a loop cursor.*@n: another type * to use as temporary storage*@head: the head for your list.(req, tmp, & timeout_list, list)
702  io_kill_timeout(req)
703  spin_unlock_irq( & completion_lock)
Caller
NameDescribe
io_ring_ctx_wait_and_kill