Searched refs:migr_state (Results 1 – 2 of 2) sorted by relevance
441 s.state = atomic_read(&group->migr_state); in tmigr_check_migrator()455 s.state = atomic_read(&group->migr_state); in tmigr_check_migrator_and_lonely()471 s.state = atomic_read(&group->migr_state); in tmigr_check_lonely()636 curstate.state = atomic_read(&group->migr_state); in tmigr_active_up()736 childstate.state = atomic_read(&child->migr_state); in tmigr_update_events()737 groupstate.state = atomic_read(&group->migr_state); in tmigr_update_events()792 groupstate.state = atomic_read(&group->migr_state); in tmigr_update_events()1261 curstate.state = atomic_read_acquire(&group->migr_state); in tmigr_inactive_up()1265 childstate.state = atomic_read(&child->migr_state); in tmigr_inactive_up()1299 if (atomic_try_cmpxchg(&group->migr_state, &curstate.state, newstate.state)) { in tmigr_inactive_up()[all …]
67 atomic_t migr_state; member