Searched refs:s_busy (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libast/common/disc/
H A Dmemfatal.c60 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);
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmstat.c63 st->s_busy = st->s_free = st->m_busy = st->m_free = 0;
102 st->s_busy += s;
115 { st->s_busy += s;
129 st->s_busy = (st->m_busy = vd->pool)*st->n_busy;
H A Dmalloc.c630 mi.uordblks = sb.s_busy;
652 ms.bytes_used = sb.s_busy;
H A Dvmdebug.c761 bufp = (*_Vmstrcpy)(bufp, " s_busy", '=');
762 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.s_busy),-1), '\n');
/osnet-11/usr/src/lib/libcmd/common/
H A Dvmstate.c81 *pn = state->vs.s_busy;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h49 size_t s_busy; /* total amount of busy space */ member in struct:_vmstat_s
/osnet-11/usr/src/lib/libast/common/include/
H A Dvmalloc.h49 size_t s_busy; /* total amount of busy space */ member in struct:_vmstat_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h49 size_t s_busy; /* total amount of busy space */ member in struct:_vmstat_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h49 size_t s_busy; /* total amount of busy space */ member in struct:_vmstat_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h49 size_t s_busy; /* total amount of busy space */ member in struct:_vmstat_s
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c411 ap->ap_busy = (cfga_busy_t)st->s_busy;

Completed in 28 milliseconds