Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\mq-deadline.c Create Date:2022-07-28 17:50:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:move rq from rbtree and fifo.

Proto:static void deadline_remove_request(struct request_queue *q, struct request *rq)

Type:void

Parameter:

TypeParameterName
struct request_queue *q
struct request *rq
111  dd = elevator_data
113  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
118  If Not 'empty' nodes are nodes that are known not to be inserted in an rbtree ( & sort/lookup ) Then deadline_del_rq_rb(dd, rq)
121  elv_rqhash_del(q, rq)
122  If last_merge == rq Then last_merge = NULL
Caller
NameDescribe
dd_merged_requests
deadline_move_requestmove an entry to dispatch queue