Searched refs:MP_BUCKETS (Results 1 – 1 of 1) sorted by relevance
2261 #define MP_BUCKETS 32 /* don't just change this as things may overflow.*/ macro2263 uintmax_t wasted[MP_BUCKETS];2264 uintmax_t used[MP_BUCKETS];2265 uintmax_t segments[MP_BUCKETS];2290 if (segments > MP_BUCKETS - 1) in m_profile()2291 segments = MP_BUCKETS - 1; in m_profile()