Searched refs:m_busy (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/libast/disc/ |
H A D | memfatal.c | 62 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 D | vmstat.c | 67 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 D | malloc.c | 312 st->m_busy += vmst.m_busy;
|
H A D | vmdebug.c | 714 bufp = (*_Vmstrcpy)(bufp, "m_busy", '='); 715 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.m_busy),-1), ',');
|
/ast/src/lib/libcmd/ |
H A D | vmstate.c | 86 *pn = state->vs.m_busy;
|
/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 51 size_t m_busy; /* largest busy piece */ member in struct:_vmstat_s
|
/ast/src/lib/libpz/ |
H A D | pzopen.c | 52 (*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 D | main.c | 985 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 D | imap.c | 1671 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