Searched refs:team_mode_ops (Results 1 – 7 of 7) sorted by relevance
114 struct team_mode_ops { struct178 const struct team_mode_ops *ops;206 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 = {
560 memset(&team->ops, 0, sizeof(struct team_mode_ops)); in __team_change_mode()584 memcpy(&team->ops, new_mode->ops, sizeof(struct team_mode_ops)); in __team_change_mode()