Home
last modified time | relevance | path

Searched refs:childstate (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/time/
H A Dtimer_migration.c721 union tmigr_state childstate, groupstate; in tmigr_update_events() local
730 childstate.state = atomic_read(&child->migr_state); in tmigr_update_events()
733 if (childstate.active) { in tmigr_update_events()
777 childstate.state = 0; in tmigr_update_events()
843 trace_tmigr_update_events(child, group, childstate, groupstate, in tmigr_update_events()
1234 union tmigr_state curstate, newstate, childstate; in tmigr_inactive_up() local
1239 childstate.state = 0; in tmigr_inactive_up()
1251 childstate.state = atomic_read(&child->migr_state); in tmigr_inactive_up()
1257 if (!childstate.active) in tmigr_inactive_up()
1265 if (!childstate.active) { in tmigr_inactive_up()
/linux/include/trace/events/
H A Dtimer_migration.h238 union tmigr_state childstate, union tmigr_state groupstate,
241 TP_ARGS(child, group, childstate, groupstate, nextevt),
263 __entry->child_active = childstate.active;