Searched refs:childstate (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/kernel/time/ |
| H A D | timer_migration.c | 726 union tmigr_state childstate, groupstate; in tmigr_update_events() local 736 childstate.state = atomic_read(&child->migr_state); in tmigr_update_events() 739 if (childstate.active) { in tmigr_update_events() 791 childstate.state = 0; in tmigr_update_events() 857 trace_tmigr_update_events(child, group, childstate, groupstate, in tmigr_update_events() 1248 union tmigr_state curstate, newstate, childstate; in tmigr_inactive_up() local 1253 childstate.state = 0; in tmigr_inactive_up() 1265 childstate.state = atomic_read(&child->migr_state); in tmigr_inactive_up() 1271 if (!childstate.active) in tmigr_inactive_up() 1279 if (!childstate.active) { in tmigr_inactive_up()
|
| /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), 263 __entry->child_active = childstate.active;
|