Searched refs:m_busy (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libast/disc/
H A Dmemfatal.c62 error(ERROR_SYSTEM|3, "storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free);
/ast/src/lib/libast/vmalloc/
H A Dvmstat.c67 st->s_busy = st->s_free = st->m_busy = st->m_free = 0;
104 if(s > st->m_busy)
105 st->m_busy = s;
134 st->s_busy = (st->m_busy = vd->pool)*st->n_busy;
H A Dmalloc.c312 st->m_busy += vmst.m_busy;
H A Dvmdebug.c714 bufp = (*_Vmstrcpy)(bufp, "m_busy", '=');
715 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.m_busy),-1), ',');
/ast/src/lib/libcmd/
H A Dvmstate.c86 *pn = state->vs.m_busy;
/ast/src/lib/libast/include/
H A Dvmalloc.h51 size_t m_busy; /* largest busy piece */ member in struct:_vmstat_s
/ast/src/lib/libpz/
H A Dpzopen.c52 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free);
/ast/src/cmd/nmake/
H A Dmain.c985 error(0, "vm region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu", vs.extent, vs.n_seg, vs.n_busy, vs.s_busy, vs.m_busy, vs.n_free, vs.s_free, vs.m_free);
/ast/src/cmd/mailx/
H A Dimap.c1671 note(ERROR, "imap: storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free);

Completed in 28 milliseconds