Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c723 #define MDSTAT_INCR(MHP, FLD) (MHP)->mh_delstat.FLD++
760 struct mem_del_stat mh_delstat; member
2929 printf("\t%8u nloop\n", mhp->mh_delstat.nloop); in mem_del_stat_print_func()
2934 printf("\t%8u ncheck\n", mhp->mh_delstat.ncheck); in mem_del_stat_print_func()
2935 printf("\t%8u nopaget\n", mhp->mh_delstat.nopaget); in mem_del_stat_print_func()
2937 printf("\t%8u nfree\n", mhp->mh_delstat.nfree); in mem_del_stat_print_func()
2938 printf("\t%8u nreloc\n", mhp->mh_delstat.nreloc); in mem_del_stat_print_func()
2944 printf("\t%8u nnorepl\n", mhp->mh_delstat.nnorepl); in mem_del_stat_print_func()
2949 printf("\t%8u ndelay\n", mhp->mh_delstat.ndelay); in mem_del_stat_print_func()
2951 printf("\t%8u retired\n", mhp->mh_delstat.retired); in mem_del_stat_print_func()
[all …]