- HIBLOG("pages %d, wire %d, act %d, inact %d, zf %d, could discard act %d inact %d\n",
- pages, count_wire, count_active, count_inactive, count_zf,
- count_discard_active, count_discard_inactive);
+ HIBLOG("pages %d, wire %d, act %d, inact %d, zf %d, throt %d, could discard act %d inact %d purgeable %d\n",
+ pages, count_wire, count_active, count_inactive, count_zf, count_throttled,
+ count_discard_active, count_discard_inactive, count_discard_purgeable);