Searched defs:throtl_grp (Results 1 – 2 of 2) sorted by relevance
67 struct throtl_grp { struct82 * throtl_grp so that local bios compete fairly with bios argument88 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 …]
108 struct throtl_grp { struct123 * throtl_grp so that local bios compete fairly with bios argument129 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 …]