Searched defs:throtl_grp (Results 1 – 1 of 1) sorted by relevance
60908 struct throtl_grp { struct60909 struct blkg_policy_data pd;60910 struct rb_node rb_node;60911 struct throtl_data *td;60912 struct throtl_service_queue service_queue;60913 struct throtl_qnode qnode_on_self[2];60914 struct throtl_qnode qnode_on_parent[2];60915 long unsigned int disptime;60916 unsigned int flags;60917 bool has_rules[2];[all …]