Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/
H A Dstats.c69 uvlong devsysstat[10]; member
680 for(n=0; readnums(m, nelem(m->devsysstat), a, 0); n++) in initmach()
773 uvlong a[nelem(m->devsysstat)]; in readmach()
779 memmove(m->devsysstat, m->prevsysstat, sizeof m->devsysstat); in readmach()
799 memmove(m->prevsysstat, m->devsysstat, sizeof m->devsysstat); in readmach()
800 memset(m->devsysstat, 0, sizeof m->devsysstat); in readmach()
801 for(n=0; n<m->nproc && readnums(m, nelem(m->devsysstat), a, 0); n++) in readmach()
802 for(i=0; i<nelem(m->devsysstat); i++) in readmach()
803 m->devsysstat[i] += a[i]; in readmach()
842 *v = m->devsysstat[Context]-m->prevsysstat[Context]; in contextval()
[all …]