Function report |
Source Code:block\elevator.c |
Create Date:2022-07-28 16:57:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:elv_rqhash_find
Proto:struct request *elv_rqhash_find(struct request_queue *q, sector_t offset)
Type:struct request
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q | |
sector_t | offset |
237 | BUG_ON(!Internal elevator interface(rq)) |
240 | __elv_rqhash_del(rq) |
241 | Continue |
244 | If Merge hash stuff.(rq) == offset Then Return rq |
248 | Return NULL |
Name | Describe |
---|---|
elv_merge | |
elv_attempt_insert_merge | Attempt to do an insertion back merge. Only check for the case where* we can append 'rq' to an existing request, so we can throw 'rq' away* afterwards.* Returns true if we merged, false otherwise |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |