Searched refs:MP_BUCKETS (Results 1 – 1 of 1) sorted by relevance
2157 #define MP_BUCKETS 32 /* don't just change this as things may overflow.*/ macro2159 uintmax_t wasted[MP_BUCKETS];2160 uintmax_t used[MP_BUCKETS];2161 uintmax_t segments[MP_BUCKETS];2186 if (segments > MP_BUCKETS - 1) in m_profile()2187 segments = MP_BUCKETS - 1; in m_profile()