Searched refs:total_sig (Results 1 – 1 of 1) sorted by relevance
1302 uint16_t total_sig = 0; in kalloc_type_create_iterators_fixed() local1329 kt_freq_list_total[p_idx] = total_sig - unique_sig; in kalloc_type_create_iterators_fixed()1332 total_sig = 1; in kalloc_type_create_iterators_fixed()1358 total_sig++; in kalloc_type_create_iterators_fixed()1376 total_sig++; in kalloc_type_create_iterators_fixed()1386 kt_freq_list_total[c_idx] = total_sig - unique_sig; in kalloc_type_create_iterators_fixed()1432 uint16_t total_sig = 0; in kalloc_type_distribute_budget() local1445 total_sig += sig_freq; in kalloc_type_distribute_budget()1449 if (remaining_zones > total_sig) { in kalloc_type_distribute_budget()1450 remaining_zones = total_sig; in kalloc_type_distribute_budget()[all …]