Home
last modified time | relevance | path

Searched refs:throtl_qnode (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/block/
Dblk-throttle.c68 struct throtl_qnode { struct
128 struct throtl_qnode qnode_on_self[2];
129 struct throtl_qnode qnode_on_parent[2];
393 static void throtl_qnode_init(struct throtl_qnode *qn, struct throtl_grp *tg) in throtl_qnode_init()
410 static void throtl_qnode_add_bio(struct bio *bio, struct throtl_qnode *qn, in throtl_qnode_add_bio()
426 struct throtl_qnode *qn; in throtl_peek_queued()
432 qn = list_first_entry(queued, struct throtl_qnode, node); in throtl_peek_queued()
455 struct throtl_qnode *qn; in throtl_pop_queued()
461 qn = list_first_entry(queued, struct throtl_qnode, node); in throtl_pop_queued()
1076 static void throtl_add_bio_tg(struct bio *bio, struct throtl_qnode *qn, in throtl_add_bio_tg()
[all …]