Searched defs:kdbstats (Results 1 – 2 of 2) sorted by relevance
85 struct kdbstats { struct86 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 */
135 struct kdbstats kdbstats; /* statistics */ variable