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

/linux-master/include/trace/events/
H A Dtimer_migration.h251 __field( u8, child_active )
263 __entry->child_active = childstate.active;
267 TP_printk("child=%p group=%p group_lvl=%d child_active=%0x group_active=%0x "
269 __entry->child, __entry->group, __entry->group_lvl, __entry->child_active,
/linux-master/block/
H A Dbfq-cgroup.c884 struct rb_root *child_active = &child_st->active; local
886 child_entity = bfq_entity_of(rb_first(child_active));

Completed in 97 milliseconds