Lines Matching refs:option_count
253 size_t option_count) in __team_options_register() argument
259 dst_opts = kzalloc_objs(struct team_option *, option_count); in __team_options_register()
262 for (i = 0; i < option_count; i++, option++) { in __team_options_register()
274 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()