Searched refs:mh_delstat (Results 1 – 1 of 1) sorted by relevance
723 #define MDSTAT_INCR(MHP, FLD) (MHP)->mh_delstat.FLD++724 #define MDSTAT_TOTAL(MHP, ntck) ((MHP)->mh_delstat.nticks_total += (ntck))725 #define MDSTAT_PGRP(MHP, ntck) ((MHP)->mh_delstat.nticks_pgrp += (ntck))760 struct mem_del_stat mh_delstat; member2929 printf("\t%8u nloop\n", mhp->mh_delstat.nloop); in mem_del_stat_print_func()2930 printf("\t%8u need_free\n", mhp->mh_delstat.need_free); in mem_del_stat_print_func()2931 printf("\t%8u free_loop\n", mhp->mh_delstat.free_loop); in mem_del_stat_print_func()2932 printf("\t%8u free_low\n", mhp->mh_delstat.free_low); in mem_del_stat_print_func()2933 printf("\t%8u free_failed\n", mhp->mh_delstat.free_failed); in mem_del_stat_print_func()2934 printf("\t%8u ncheck\n", mhp->mh_delstat.ncheck); in mem_del_stat_print_func()[all …]