Home
last modified time | relevance | path

Searched defs:throtl_grp (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/block/
Dblk-throttle.h67 struct throtl_grp { struct
82 * throtl_grp so that local bios compete fairly with bios argument
88 struct throtl_qnode qnode_on_self[2];
89 struct throtl_qnode qnode_on_parent[2];
96 unsigned long disptime;
98 unsigned int flags;
101 bool has_rules_bps[2];
102 bool has_rules_iops[2];
105 uint64_t bps[2][LIMIT_CNT];
107 uint64_t bps_conf[2][LIMIT_CNT];
[all …]
/kernel/linux/linux-5.10/block/
Dblk-throttle.c108 struct throtl_grp { struct
123 * throtl_grp so that local bios compete fairly with bios argument
129 struct throtl_qnode qnode_on_self[2];
130 struct throtl_qnode qnode_on_parent[2];
137 unsigned long disptime;
139 unsigned int flags;
142 bool has_rules[2];
145 uint64_t bps[2][LIMIT_CNT];
147 uint64_t bps_conf[2][LIMIT_CNT];
150 unsigned int iops[2][LIMIT_CNT];
[all …]