Searched defs:throtl_grp (Results 1 – 1 of 1) sorted by relevance
56896 struct throtl_grp { struct56897 struct blkg_policy_data pd;56898 struct rb_node rb_node;56899 struct throtl_data *td;56900 struct throtl_service_queue service_queue;56901 struct throtl_qnode qnode_on_self[2];56902 struct throtl_qnode qnode_on_parent[2];56903 long unsigned int disptime;56904 unsigned int flags;56905 bool has_rules[2];[all …]