Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h61613 struct throtl_grp { struct
61614 struct blkg_policy_data pd;
61615 struct rb_node rb_node;
61616 struct throtl_data *td;
61617 struct throtl_service_queue service_queue;
61618 struct throtl_qnode qnode_on_self[2];
61619 struct throtl_qnode qnode_on_parent[2];
61620 unsigned long disptime;
61621 unsigned int flags;
61622 bool has_rules_bps[2];
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h71449 struct throtl_grp { struct
71450 struct blkg_policy_data pd;
71451 struct rb_node rb_node;
71452 struct throtl_data *td;
71453 struct throtl_service_queue service_queue;
71454 struct throtl_qnode qnode_on_self[2];
71455 struct throtl_qnode qnode_on_parent[2];
71456 unsigned long disptime;
71457 unsigned int flags;
71458 bool has_rules_bps[2];
[all …]