Lines Matching refs:option_count
254 size_t option_count) in __team_options_register() argument
260 dst_opts = kcalloc(option_count, sizeof(struct team_option *), in __team_options_register()
264 for (i = 0; i < option_count; i++, option++) { in __team_options_register()
276 for (i = 0; i < option_count; i++) { in __team_options_register()
290 i = option_count; in __team_options_register()
301 size_t option_count) in __team_options_mark_removed() argument
305 for (i = 0; i < option_count; i++, option++) { in __team_options_mark_removed()
316 size_t option_count) in __team_options_unregister() argument
320 for (i = 0; i < option_count; i++, option++) { in __team_options_unregister()
336 size_t option_count) in team_options_register() argument
340 err = __team_options_register(team, option, option_count); in team_options_register()
350 size_t option_count) in team_options_unregister() argument
352 __team_options_mark_removed(team, option, option_count); in team_options_unregister()
354 __team_options_unregister(team, option, option_count); in team_options_unregister()