Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.c3499 uint16_t max_bucket_freq = 25; in kalloc_type_test_policy() local
3517 uint16_t r1 = (random[2 * i] % max_bucket_freq) + 1; in kalloc_type_test_policy()
3518 uint16_t r2 = (random[2 * i + 1] % max_bucket_freq) + 1; in kalloc_type_test_policy()