Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimer_migration.c764 union tmigr_state childstate, groupstate; in tmigr_update_events() local
774 childstate.state = atomic_read(&child->migr_state); in tmigr_update_events()
777 if (childstate.active) { in tmigr_update_events()
829 childstate.state = 0; in tmigr_update_events()
895 trace_tmigr_update_events(child, group, childstate, groupstate, in tmigr_update_events()
1276 union tmigr_state curstate, newstate, childstate; in tmigr_inactive_up() local
1281 childstate.state = 0; in tmigr_inactive_up()
1293 childstate.state = atomic_read(&child->migr_state); in tmigr_inactive_up()
1299 if (!childstate.active) in tmigr_inactive_up()
1307 if (!childstate.active) { in tmigr_inactive_up()