Searched defs:kmemstats (Results 1 – 4 of 4) sorted by relevance
158 struct kmemstats { struct159 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;
42 struct kmemstats kmemstats[M_LAST]; in domem() local
20 struct kmemstats kmemstats[M_LAST]; variable
729 struct kmemstats kmemstats[M_LAST]; in domem() local