Searched refs:throtl_qnode (Results 1 – 2 of 2) sorted by relevance
| /linux/block/ |
| H A D | blk-throttle.h | 30 struct throtl_qnode { struct 90 struct throtl_qnode qnode_on_self[2]; 91 struct throtl_qnode qnode_on_parent[2];
|
| H A D | blk-throttle.c | 136 static void throtl_qnode_init(struct throtl_qnode *qn, struct throtl_grp *tg) in throtl_qnode_init() 154 static void throtl_qnode_add_bio(struct bio *bio, struct throtl_qnode *qn, in throtl_qnode_add_bio() 188 struct throtl_qnode *qn; in throtl_peek_queued() 194 qn = list_first_entry(queued, struct throtl_qnode, node); in throtl_peek_queued() 222 struct throtl_qnode *qn; in throtl_pop_queued() 228 qn = list_first_entry(queued, struct throtl_qnode, node); in throtl_pop_queued() 936 static void throtl_add_bio_tg(struct bio *bio, struct throtl_qnode *qn, in throtl_add_bio_tg() 1698 struct throtl_qnode *qn, *tmp; in tg_cancel_writeback_bios() 1796 struct throtl_qnode *qn = NULL; in __blk_throtl_bio()
|