Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A 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/block/
H A Dbfq-cgroup.c828 struct rb_root *child_active = &child_st->active; in bfq_reparent_leaf_entity() local
830 child_entity = bfq_entity_of(rb_first(child_active)); in bfq_reparent_leaf_entity()