Searched refs:MP_BUCKETS (Results 1 – 1 of 1) sorted by relevance
2038 #define MP_BUCKETS 32 /* don't just change this as things may overflow.*/ macro2040 uintmax_t wasted[MP_BUCKETS];2041 uintmax_t used[MP_BUCKETS];2042 uintmax_t segments[MP_BUCKETS];2077 if (segments > MP_BUCKETS - 1) in m_profile()2078 segments = MP_BUCKETS - 1; in m_profile()