Searched refs:groupstate (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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-6.15/kernel/time/ |
| H A D | timer_migration.c | 726 union tmigr_state childstate, groupstate; in tmigr_update_events() local 737 groupstate.state = atomic_read(&group->migr_state); in tmigr_update_events() 792 groupstate.state = atomic_read(&group->migr_state); in tmigr_update_events() 824 if (!remote || groupstate.active) in tmigr_update_events() 835 if (!group->parent && (groupstate.migrator == TMIGR_NONE)) { in tmigr_update_events() 857 trace_tmigr_update_events(child, group, childstate, groupstate, in tmigr_update_events()
|