Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dkalloc.c1658 uint16_t total_types, in kalloc_type_zones_for_type() argument
1667 zones_for_type = (zones_total_type * unique_types) / total_types; in kalloc_type_zones_for_type()
1668 n_mod = (zones_total_type * unique_types) % total_types; in kalloc_type_zones_for_type()
1675 (zone_carry >= (int) total_types) || in kalloc_type_zones_for_type()
1677 zone_carry -= total_types; in kalloc_type_zones_for_type()
1751 uint16_t total_types, in kalloc_type_distribute_zone_for_type() argument
1766 n_zones = kalloc_type_zones_for_type(zones_total_type, count, total_types, in kalloc_type_distribute_zone_for_type()
1842 uint16_t total_types = kt_freq_list_total[i]; in kalloc_type_create_zones_fixed() local
1891 n_zones_type, total_types + n_unique_sig, in kalloc_type_create_zones_fixed()
3657 uint16_t wasted_zone_budget = 0, total_types = 0; in kalloc_type_test_policy() local
[all …]