Function report |
Source Code:block\blk-throttle.c |
Create Date:2022-07-28 17:41:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hrotl_qnode_add_bio - add a bio to a throtl_qnode and activate it*@bio: bio being added*@qn: qnode to add bio to*@queued: the service_queue->queued[] list @qn belongs to* Add @bio to @qn and put @qn on @queued if it's not already on.
Proto:static void throtl_qnode_add_bio(struct bio *bio, struct throtl_qnode *qn, struct list_head *queued)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bio * | bio | |
struct throtl_qnode * | qn | |
struct list_head * | queued |
413 | bio_list_add( & queued bios , bio) |
Name | Describe |
---|---|
throtl_add_bio_tg | hrotl_add_bio_tg - add a bio to the specified throtl_grp*@bio: bio to add*@qn: qnode to use*@tg: the target throtl_grp* Add @bio to @tg's service_queue using @qn. If @qn is not specified, |
tg_dispatch_one_bio |
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 |