Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dfollow_helpers.hpp258 overlay::operation_type exit_op = turn.operations[op_id].operation; in exit() local
276 m_exit_operation = exit_op; in exit()
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c556 void (*exit_op)(struct team *team) = team->ops.exit; in __team_change_mode() local
562 if (exit_op) in __team_change_mode()
563 exit_op(team); in __team_change_mode()