Searched refs:exit_op (Results 1 – 2 of 2) sorted by relevance
258 overlay::operation_type exit_op = turn.operations[op_id].operation; in exit() local276 m_exit_operation = exit_op; in exit()
556 void (*exit_op)(struct team *team) = team->ops.exit; in __team_change_mode() local562 if (exit_op) in __team_change_mode()563 exit_op(team); in __team_change_mode()