Searched refs:vmstat (Results 1 - 16 of 16) sorted by relevance

/ast/src/cmd/tests/vmalloc/
H A Dtstat.c32 if(vmstat(vm,&st) < 0 )
33 terror("vmstat failed11");
38 if(vmstat(vm,&st) < 0 )
39 terror("vmstat failed12");
48 if(vmstat(vm,&st) < 0 )
49 terror("vmstat failed21");
54 if(vmstat(vm,&st) < 0 )
55 terror("vmstat failed22");
64 if(vmstat(vm,&st) < 0 )
65 terror("vmstat failed3
[all...]
H A Dtrandom.c86 { if(vmstat(Vmregion, &sb) < 0)
93 if(vmstat(Vmregion, &sb) < 0)
117 if(vmstat(Vmregion, &sb) < 0)
123 if(vmstat(Vmregion, &sb) < 0)
133 if(vmstat(Vmregion, &sb) < 0)
139 if(vmstat(Vmregion, &sb) < 0)
146 if(vmstat(Vmregion, &sb) < 0)
H A Dtsharemem.c76 if(vmstat(vm, &vmst) < 0)
77 terror("Process %s[pid=%d]: vmstat failed", num, pid);
170 k = vmstat(vm, &vmst);
H A Dtsafemalloc.c112 vmstat((Vmalloc_t*)0, &vmst);
/ast/src/lib/libast/disc/
H A Dmemfatal.c61 vmstat(region, &st);
/ast/src/lib/libast/vmalloc/
H A Dvmstat.c36 int vmstat(Vmalloc_t* vm, Vmstat_t* st) function
38 int vmstat(vm, st)
H A Dmalloc.c301 if(vmstat(Vmregion, st) < 0) /* add up all stats */
306 if(vmstat(Region[k], &vmst) < 0 )
955 if(vmstat(Vmregion,&sb) >= 0)
977 if(vmstat(Vmregion,&sb) >= 0)
H A Dvmdebug.c704 vmstat(vm ? vm : Vmregion, &st);
/ast/src/cmd/ksh93/include/
H A Djobs.h144 #define vmbusy() (vmstat(0,0)!=0)
/ast/src/lib/libcmd/
H A Dvmstate.c193 vmstat(state.vm, &state.vs);
/ast/src/lib/libvcodex/
H A Dvcbuffer.c40 /**/DEBUG_DECLARE(Vmstat_t, statb); DEBUG_ASSERT(vmstat(Vmregion, &statb) >= 0);
/ast/src/lib/libast/include/
H A Dvmalloc.h187 extern int vmstat _ARG_((Vmalloc_t*, Vmstat_t*));
/ast/src/lib/libpz/
H A Dpzopen.c51 vmstat(region, &st);
/ast/src/cmd/nmake/
H A Dmain.c984 vmstat(Vmheap, &vs);
/ast/src/lib/libast/
H A DMakefile202 vmregion.c vmsegment.c vmset.c vmstat.c vmstrdup.c vmtrace.c vmwalk.c \
/ast/src/cmd/mailx/
H A Dimap.c1670 vmstat(region, &st);

Completed in 34 milliseconds