Searched refs:MLEAK_NUM_TRACES (Results 1 – 1 of 1) sorted by relevance
561 #define MLEAK_NUM_TRACES 5 macro585 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES];1234 i = SYSCTL_OUT(req, mleak_stat, MLEAK_STAT_SIZE(MLEAK_NUM_TRACES));7792 mleak_stat = zalloc_permanent(MLEAK_STAT_SIZE(MLEAK_NUM_TRACES),7795 mleak_stat->ml_cnt = MLEAK_NUM_TRACES;7949 for (i = 0; i < MLEAK_NUM_TRACES; i++) {7953 for (i = 0, j = 0; j < MLEAK_NUM_TRACES && i < mleak_trace_buckets; i++) {8005 VERIFY(mleak_stat->ml_cnt == MLEAK_NUM_TRACES);8010 bzero(mltr, sizeof(*mltr) * MLEAK_NUM_TRACES);8011 for (i = 0; i < MLEAK_NUM_TRACES; i++) {