Lines Matching refs:option_count
252 size_t option_count) in __team_options_register() argument
258 dst_opts = kzalloc(sizeof(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()
288 i = option_count - 1; in __team_options_register()
299 size_t option_count) in __team_options_mark_removed() argument
303 for (i = 0; i < option_count; i++, option++) { in __team_options_mark_removed()
314 size_t option_count) in __team_options_unregister() argument
318 for (i = 0; i < option_count; i++, option++) { in __team_options_unregister()
334 size_t option_count) in team_options_register() argument
338 err = __team_options_register(team, option, option_count); in team_options_register()
348 size_t option_count) in team_options_unregister() argument
350 __team_options_mark_removed(team, option, option_count); in team_options_unregister()
352 __team_options_unregister(team, option, option_count); in team_options_unregister()