#if CONFIG_TELEMETRY
#include <kern/telemetry.h>
#endif
+#include <kern/zalloc_internal.h>
#include <sys/kdebug.h>
{ compute_stack_target, NULL, 5, 1 },
{ compute_pageout_gc_throttle, NULL, 1, 0 },
{ compute_pmap_gc_throttle, NULL, 60, 0 },
+ { compute_zone_working_set_size, NULL, ZONE_WSS_UPDATE_PERIOD, 0 },
#if CONFIG_TELEMETRY
{ compute_telemetry, NULL, 1, 0 },
#endif