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 | 764 union tmigr_state childstate, groupstate; in tmigr_update_events() local 775 groupstate.state = atomic_read(&group->migr_state); in tmigr_update_events() 830 groupstate.state = atomic_read(&group->migr_state); in tmigr_update_events() 862 if (!remote || groupstate.active) in tmigr_update_events() 873 if (!group->parent && (groupstate.migrator == TMIGR_NONE)) { in tmigr_update_events() 895 trace_tmigr_update_events(child, group, childstate, groupstate, in tmigr_update_events()
|