Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:io_poll_remove_all

Proto:static void io_poll_remove_all(struct io_ring_ctx *ctx)

Type:void

Parameter:

TypeParameterName
struct io_ring_ctx *ctx
2518  spin_lock_irq( & completion_lock)
2519  When i < 1U << cancel_hash_bits cycle
2522  list = cancel_hash[i]
2523  hlist_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 &struct hlist_node to use as temporary storage*@head: the head for your list.(req, tmp, list, hash_node)
2524  io_poll_remove_one(req)
2526  spin_unlock_irq( & completion_lock)
Caller
NameDescribe
io_ring_ctx_wait_and_kill