Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dvmstat.c63 st->s_busy = st->s_free = st->m_busy = st->m_free = 0;
96 if(s > st->m_busy)
97 st->m_busy = s;
125 st->s_busy = (st->m_busy = vd->pool)*st->n_busy;
H A Dvmdebug.c768 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.m_busy),-1), ',');
/titanic_51/usr/src/contrib/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; in _mallocstat()
H A Dvmdebug.c714 bufp = (*_Vmstrcpy)(bufp, "m_busy", '=');
715 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.m_busy),-1), ',');
/titanic_51/usr/src/lib/libast/common/disc/
H A Dmemfatal.c60 …u:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_f… in nomalloc()
/titanic_51/usr/src/contrib/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); in nomalloc()
/titanic_51/usr/src/lib/libcmd/common/
H A Dvmstate.c83 *pn = state->vs.m_busy; in key()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dvmstate.c86 *pn = state->vs.m_busy; in key()
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h51 size_t m_busy; /* largest busy piece */ member
/titanic_51/usr/src/lib/libast/common/include/
H A Dvmalloc.h51 size_t m_busy; /* largest busy piece */ member
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h51 size_t m_busy; /* largest busy piece */ member
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h51 size_t m_busy; /* largest busy piece */ member
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h51 size_t m_busy; /* largest busy piece */ member
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h51 size_t m_busy; /* largest busy piece */ member
/titanic_51/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h802 int m_busy; /* power management busy state */ member
/titanic_51/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2437 if (mpt->m_busy && (mpt->m_power_level > level)) { in mptsas_power()
10128 mpt->m_busy = 1; in mptsas_watch()
10156 mpt->m_busy = 0; in mptsas_watch()