Searched refs:MP_BUCKETS (Results 1 – 1 of 1) sorted by relevance
2276 #define MP_BUCKETS 32 /* don't just change this as things may overflow.*/ macro2278 uintmax_t wasted[MP_BUCKETS];2279 uintmax_t used[MP_BUCKETS];2280 uintmax_t segments[MP_BUCKETS];2305 if (segments > MP_BUCKETS - 1) in m_profile()2306 segments = MP_BUCKETS - 1; in m_profile()