Home
last modified time | relevance | path

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

/csrg-svn/sys/vax/bi/
H A Dkdbreg.h85 struct kdbstats { struct
86 int ks_sys; /* transfers done from Sysmap */
87 int ks_paget; /* transfers done from Usrptmap */
88 int ks_contig; /* transfers done from contiguous user map */
89 int ks_copies; /* transfers done from pte copies */
90 int ks_mapwait; /* number of out-of-map waits */
91 int ks_cmd[KS_MAXC];/* commands started at once */
92 int ks_inval; /* copies due to !PG_V */
H A Dkdb.c135 struct kdbstats kdbstats; /* statistics */ variable