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_one

Proto:static void io_poll_remove_one(struct io_kiocb *req)

Type:void

Parameter:

TypeParameterName
struct io_kiocb *req
2500  poll = poll
2502  spin_lock( & lock)
2503  WRITE_ONCE(canceled, true)
2504  If Not list_empty - tests whether a list is empty*@head: the list to test. Then
2505  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
2506  io_queue_async_work(req)
2508  spin_unlock( & lock)
2509  hash_del - remove an object from a hashtable*@node: &struct hlist_node of the object to remove
Caller
NameDescribe
io_poll_remove_all
io_poll_cancel