Searched refs:team_mode_ops (Results 1 – 7 of 7) sorted by relevance
117 struct team_mode_ops { struct181 const struct team_mode_ops *ops;209 struct team_mode_ops ops;
35 static const struct team_mode_ops rnd_mode_ops = {
46 static const struct team_mode_ops rr_mode_ops = {
45 static const struct team_mode_ops bc_mode_ops = {
113 static const struct team_mode_ops ab_mode_ops = {
680 static const struct team_mode_ops lb_mode_ops = {
555 memset(&team->ops, 0, sizeof(struct team_mode_ops)); in __team_change_mode()579 memcpy(&team->ops, new_mode->ops, sizeof(struct team_mode_ops)); in __team_change_mode()