Lines Matching refs:option_count
251 size_t option_count) in __team_options_register() argument
257 dst_opts = kcalloc(option_count, sizeof(struct team_option *), in __team_options_register()
261 for (i = 0; i < option_count; i++, option++) { in __team_options_register()
273 for (i = 0; i < option_count; i++) { in __team_options_register()
287 i = option_count; in __team_options_register()
298 size_t option_count) in __team_options_mark_removed() argument
302 for (i = 0; i < option_count; i++, option++) { in __team_options_mark_removed()
313 size_t option_count) in __team_options_unregister() argument
317 for (i = 0; i < option_count; i++, option++) { in __team_options_unregister()
333 size_t option_count) in team_options_register() argument
337 err = __team_options_register(team, option, option_count); in team_options_register()
347 size_t option_count) in team_options_unregister() argument
349 __team_options_mark_removed(team, option, option_count); in team_options_unregister()
351 __team_options_unregister(team, option, option_count); in team_options_unregister()