Searched refs:migrator (Results 1 – 3 of 3) sorted by relevance
443 if ((s.migrator == childmask) || (s.migrator == TMIGR_NONE)) in tmigr_check_migrator()451 bool lonely, migrator = false; in tmigr_check_migrator_and_lonely() local457 if ((s.migrator == childmask) || (s.migrator == TMIGR_NONE)) in tmigr_check_migrator_and_lonely()458 migrator = true; in tmigr_check_migrator_and_lonely()463 return (migrator && lonely); in tmigr_check_migrator_and_lonely()642 if (newstate.migrator == TMIGR_NONE) { in tmigr_active_up()643 newstate.migrator = childmask; in tmigr_active_up()835 if (!group->parent && (groupstate.migrator == TMIGR_NONE)) { in tmigr_update_events()1274 if (newstate.migrator == childmask) { in tmigr_inactive_up()1285 newstate.migrator = BIT(new_migr_bit); in tmigr_inactive_up()[all …]
79 * it is required to know whether the migrator in the top82 * take over the migrator role. Furthermore the information86 * global timers on its own and must not act as a migrator.116 * @migrator: Contains mask of the child which is migrator128 u8 migrator;131 u8 migrator; global() member
105 __field( u8, migrator )115 __entry->migrator = state.migrator;121 __entry->active, __entry->migrator,