Lines Matching defs:MHP
722 #define MDSTAT_INCR(MHP, FLD) (MHP)->mh_delstat.FLD++
723 #define MDSTAT_TOTAL(MHP, ntck) ((MHP)->mh_delstat.nticks_total += (ntck))
724 #define MDSTAT_PGRP(MHP, ntck) ((MHP)->mh_delstat.nticks_pgrp += (ntck))
726 #define MDSTAT_PRINT(MHP) mem_del_stat_print_func((MHP))
728 #define MDSTAT_INCR(MHP, FLD)
729 #define MDSTAT_TOTAL(MHP, ntck)
730 #define MDSTAT_PGRP(MHP, ntck)
731 #define MDSTAT_PRINT(MHP)