Searched refs:max_bucket_freq (Results 1 – 1 of 1) sorted by relevance
3499 uint16_t max_bucket_freq = 25; in kalloc_type_test_policy() local3517 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()