Lines Matching refs:option_count
272 size_t option_count) in __team_options_register() argument
278 dst_opts = kcalloc(option_count, sizeof(struct team_option *), in __team_options_register()
282 for (i = 0; i < option_count; i++, option++) { in __team_options_register()
294 for (i = 0; i < option_count; i++) { in __team_options_register()
308 i = option_count - 1; in __team_options_register()
319 size_t option_count) in __team_options_mark_removed() argument
323 for (i = 0; i < option_count; i++, option++) { in __team_options_mark_removed()
334 size_t option_count) in __team_options_unregister() argument
338 for (i = 0; i < option_count; i++, option++) { in __team_options_unregister()
354 size_t option_count) in team_options_register() argument
358 err = __team_options_register(team, option, option_count); in team_options_register()
368 size_t option_count) in team_options_unregister() argument
370 __team_options_mark_removed(team, option, option_count); in team_options_unregister()
372 __team_options_unregister(team, option, option_count); in team_options_unregister()