Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-throttle.h29 struct throtl_qnode { struct
88 struct throtl_qnode qnode_on_self[2];
89 struct throtl_qnode qnode_on_parent[2];
H A Dblk-throttle.c244 static void throtl_qnode_init(struct throtl_qnode *qn, struct throtl_grp *tg) in throtl_qnode_init()
261 static void throtl_qnode_add_bio(struct bio *bio, struct throtl_qnode *qn, in throtl_qnode_add_bio()
277 struct throtl_qnode *qn; in throtl_peek_queued()
283 qn = list_first_entry(queued, struct throtl_qnode, node); in throtl_peek_queued()
306 struct throtl_qnode *qn; in throtl_pop_queued()
312 qn = list_first_entry(queued, struct throtl_qnode, node); in throtl_pop_queued()
985 static void throtl_add_bio_tg(struct bio *bio, struct throtl_qnode *qn, in throtl_add_bio_tg()
2180 struct throtl_qnode *qn = NULL; in __blk_throtl_bio()