Lines Matching refs:option_count
255 size_t option_count) in __team_options_register() argument
261 dst_opts = kcalloc(option_count, sizeof(struct team_option *), in __team_options_register()
265 for (i = 0; i < option_count; i++, option++) { in __team_options_register()
277 for (i = 0; i < option_count; i++) { in __team_options_register()
291 i = option_count; in __team_options_register()
302 size_t option_count) in __team_options_mark_removed() argument
306 for (i = 0; i < option_count; i++, option++) { in __team_options_mark_removed()
317 size_t option_count) in __team_options_unregister() argument
321 for (i = 0; i < option_count; i++, option++) { in __team_options_unregister()
337 size_t option_count) in team_options_register() argument
341 err = __team_options_register(team, option, option_count); in team_options_register()
351 size_t option_count) in team_options_unregister() argument
353 __team_options_mark_removed(team, option, option_count); in team_options_unregister()
355 __team_options_unregister(team, option, option_count); in team_options_unregister()