Home
last modified time | relevance | path

Searched refs:child_active (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/trace/events/
Dtimer_migration.h251 __field( u8, child_active )
263 __entry->child_active = childstate.active;
269 __entry->child, __entry->group, __entry->group_lvl, __entry->child_active,
/linux-6.12.1/block/
Dbfq-cgroup.c827 struct rb_root *child_active = &child_st->active; in bfq_reparent_leaf_entity() local
829 child_entity = bfq_entity_of(rb_first(child_active)); in bfq_reparent_leaf_entity()