Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h46 struct _vmstat_s struct
47 { int n_busy; /* number of busy blocks */
48 int n_free; /* number of free blocks */
49 size_t s_busy; /* total amount of busy space */
50 size_t s_free; /* total amount of free space */
51 size_t m_busy; /* largest busy piece */
52 size_t m_free; /* largest free piece */
53 int n_seg; /* number of segments */
54 size_t extent; /* total size of region */
55 int n_region; /* #parallel regions (Vmregion) */
[all …]