Searched refs:qnode_on_parent (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | blk-throttle.h | 83 * dispatched from children. qnode_on_parent is used when bios are 89 struct throtl_qnode qnode_on_parent[2]; member
|
H A D | blk-throttle.c | 358 throtl_qnode_init(&tg->qnode_on_parent[rw], tg); in throtl_pd_alloc() 1072 throtl_add_bio_tg(bio, &tg->qnode_on_parent[rw], parent_tg); in tg_dispatch_one_bio() 1076 throtl_qnode_add_bio(bio, &tg->qnode_on_parent[rw], in tg_dispatch_one_bio() 2238 qn = &tg->qnode_on_parent[rw]; in __blk_throtl_bio()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-throttle.c | 124 * dispatched from children. qnode_on_parent is used when bios are 130 struct throtl_qnode qnode_on_parent[2]; member 512 throtl_qnode_init(&tg->qnode_on_parent[rw], tg); in throtl_pd_alloc() 1173 throtl_add_bio_tg(bio, &tg->qnode_on_parent[rw], parent_tg); in tg_dispatch_one_bio() 1176 throtl_qnode_add_bio(bio, &tg->qnode_on_parent[rw], in tg_dispatch_one_bio() 2315 qn = &tg->qnode_on_parent[rw]; in blk_throtl_bio()
|
Completed in 8 milliseconds