Searched refs:total_sig (Results 1 – 1 of 1) sorted by relevance
1204 uint16_t total_sig = 0; in kalloc_type_create_iterators_fixed() local1231 kt_freq_list_total[p_idx] = total_sig - unique_sig; in kalloc_type_create_iterators_fixed()1234 total_sig = 1; in kalloc_type_create_iterators_fixed()1260 total_sig++; in kalloc_type_create_iterators_fixed()1278 total_sig++; in kalloc_type_create_iterators_fixed()1288 kt_freq_list_total[c_idx] = total_sig - unique_sig; in kalloc_type_create_iterators_fixed()1334 uint16_t total_sig = 0; in kalloc_type_distribute_budget() local1347 total_sig += sig_freq; in kalloc_type_distribute_budget()1351 if (remaining_zones > total_sig) { in kalloc_type_distribute_budget()1352 remaining_zones = total_sig; in kalloc_type_distribute_budget()[all …]