Searched refs:migr_state (Results 1 – 2 of 2) sorted by relevance
481 s.state = atomic_read(&group->migr_state); in tmigr_check_migrator()495 s.state = atomic_read(&group->migr_state); in tmigr_check_migrator_and_lonely()511 s.state = atomic_read(&group->migr_state); in tmigr_check_lonely()674 curstate.state = atomic_read(&group->migr_state); in tmigr_active_up()690 } while (!atomic_try_cmpxchg(&group->migr_state, &curstate.state, newstate.state)); in tmigr_active_up()774 childstate.state = atomic_read(&child->migr_state); in tmigr_update_events()775 groupstate.state = atomic_read(&group->migr_state); in tmigr_update_events()830 groupstate.state = atomic_read(&group->migr_state); in tmigr_update_events()1289 curstate.state = atomic_read_acquire(&group->migr_state); in tmigr_inactive_up()1293 childstate.state = atomic_read(&child->migr_state); in tmigr_inactive_up()[all …]
67 atomic_t migr_state; member