Home
last modified time | relevance | path

Searched refs:n_seg (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmstat.c68 st->n_seg = 0;
83 { st->n_seg += 1;
H A Dmalloc.c314 st->n_seg += vmst.n_seg; in _mallocstat()
H A Dvmdebug.c719 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(st.n_seg),-1), ',');
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dmemfatal.c62 …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()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dvmstate.c80 *pn = state->vs.n_seg; in key()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h53 int n_seg; /* number of segments */ member