Home
last modified time | relevance | path

Searched refs:MP_BUCKETS (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Duipc_mbuf.c2038 #define MP_BUCKETS 32 /* don't just change this as things may overflow.*/ macro
2040 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()