Searched refs:num_extra (Results 1 – 3 of 3) sorted by relevance
166 intel_uncore_generic_init_uncores(enum uncore_access_type type_id, int num_extra);175 uncore_get_uncores(enum uncore_access_type type_id, int num_extra,
743 intel_uncore_generic_init_uncores(enum uncore_access_type type_id, int num_extra) in intel_uncore_generic_init_uncores() argument751 uncores = kcalloc(num_discovered_types[type_id] + num_extra + 1, in intel_uncore_generic_init_uncores()
6417 uncore_get_uncores(enum uncore_access_type type_id, int num_extra, in uncore_get_uncores() argument6424 start_types = types = intel_uncore_generic_init_uncores(type_id, num_extra); in uncore_get_uncores()6433 for (i = 0; i < num_extra; i++, types++) in uncore_get_uncores()
Completed in 17 milliseconds