Home
last modified time | relevance | path

Searched defs:kmemstats (Results 1 – 4 of 4) sorted by relevance

/csrg-svn/sys/sys/
H A Dmalloc.h158 struct kmemstats { struct
159 long ks_inuse; /* # of packets of this type currently in use */
160 long ks_calls; /* total packets of this type ever allocated */
161 long ks_memuse; /* total memory held in bytes */
162 u_short ks_limblocks; /* number of times blocked for hitting limit */
163 u_short ks_mapblocks; /* number of times blocked for kernel map */
164 long ks_maxused; /* maximum number ever used */
165 long ks_limit; /* most that are allowed to exist */
166 long ks_size; /* sizes of this thing that are allocated */
167 long ks_spare;
/csrg-svn/usr.bin/vmstat.sparc/
H A Dmem.c42 struct kmemstats kmemstats[M_LAST]; in domem() local
/csrg-svn/sys/kern/
H A Dkern_malloc.c20 struct kmemstats kmemstats[M_LAST]; variable
/csrg-svn/usr.bin/vmstat/
H A Dvmstat.c729 struct kmemstats kmemstats[M_LAST]; in domem() local