Searched refs:n_seg (Results 1 – 15 of 15) sorted by relevance
/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmstat.c | 64 st->n_seg = 0; 76 { st->n_seg += 1;
|
H A D | vmdebug.c | 772 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)((Vmulong_t)st.n_seg,-1), ',');
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmstat.c | 68 st->n_seg = 0; 83 { st->n_seg += 1;
|
H A D | malloc.c | 314 st->n_seg += vmst.n_seg; in _mallocstat()
|
H A D | vmdebug.c | 719 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.n_seg),-1), ',');
|
/titanic_51/usr/src/lib/libast/common/disc/ |
H A D | memfatal.c | 60 …ents %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_b… 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 | 77 *pn = state->vs.n_seg; in key()
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | vmstate.c | 80 *pn = state->vs.n_seg; in key()
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | vmalloc.h | 53 int n_seg; /* number of segments */ member
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | vmalloc.h | 53 int n_seg; /* number of segments */ member
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | vmalloc.h | 53 int n_seg; /* number of segments */ member
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | vmalloc.h | 53 int n_seg; /* number of segments */ member
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | vmalloc.h | 53 int n_seg; /* number of segments */ member
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | vmalloc.h | 53 int n_seg; /* number of segments */ member
|