/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmstat.c | 63 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 D | vmdebug.c | 768 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.m_busy),-1), ',');
|
/titanic_51/usr/src/contrib/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; in _mallocstat()
|
H A D | vmdebug.c | 714 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 D | memfatal.c | 60 …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 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); in nomalloc()
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | vmstate.c | 83 *pn = state->vs.m_busy; in key()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | vmstate.c | 86 *pn = state->vs.m_busy; in key()
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 51 size_t m_busy; /* largest busy piece */ member
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | vmalloc.h | 51 size_t m_busy; /* largest busy piece */ member
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | vmalloc.h | 51 size_t m_busy; /* largest busy piece */ member
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | vmalloc.h | 51 size_t m_busy; /* largest busy piece */ member
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | vmalloc.h | 51 size_t m_busy; /* largest busy piece */ member
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 51 size_t m_busy; /* largest busy piece */ member
|
/titanic_51/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 802 int m_busy; /* power management busy state */ member
|
/titanic_51/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 2437 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()
|