Searched refs:groupstate (Results 1 – 2 of 2) sorted by relevance
/linux/include/trace/events/ |
H A D | timer_migration.h | 238 union tmigr_state childstate, union tmigr_state groupstate, 241 TP_ARGS(child, group, childstate, groupstate, nextevt), 264 __entry->group_active = groupstate.active;
|
/linux/kernel/time/ |
H A D | timer_migration.c | 721 union tmigr_state childstate, groupstate; in tmigr_update_events() local 731 groupstate.state = atomic_read(&group->migr_state); in tmigr_update_events() 778 groupstate.state = atomic_read(&group->migr_state); in tmigr_update_events() 810 if (!remote || groupstate.active) in tmigr_update_events() 821 if (!group->parent && (groupstate.migrator == TMIGR_NONE)) { in tmigr_update_events() 843 trace_tmigr_update_events(child, group, childstate, groupstate, in tmigr_update_events()
|