Home
last modified time | relevance | path

Searched refs:option_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/
Dperf.c296 int count, option_count; in handle_alias() local
324 option_count = handle_options(&new_argv, &count, &envchanged); in handle_alias()
329 memmove(new_argv - option_count, new_argv, in handle_alias()
331 new_argv -= option_count; in handle_alias()
/linux-4.4.14/include/linux/
Dif_team.h289 size_t option_count);
292 size_t option_count);
/linux-4.4.14/drivers/net/team/
Dteam.c252 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
[all …]