Searched refs:MLEAK_NUM_TRACES (Results 1 – 1 of 1) sorted by relevance
745 #define MLEAK_NUM_TRACES 5 macro769 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES];1890 i = SYSCTL_OUT(req, mleak_stat, MLEAK_STAT_SIZE(MLEAK_NUM_TRACES));8956 mleak_stat = zalloc_permanent(MLEAK_STAT_SIZE(MLEAK_NUM_TRACES),8959 mleak_stat->ml_cnt = MLEAK_NUM_TRACES;9113 for (i = 0; i < MLEAK_NUM_TRACES; i++) {9117 for (i = 0, j = 0; j < MLEAK_NUM_TRACES && i < mleak_trace_buckets; i++) {9169 VERIFY(mleak_stat->ml_cnt == MLEAK_NUM_TRACES);9174 bzero(mltr, sizeof(*mltr) * MLEAK_NUM_TRACES);9175 for (i = 0; i < MLEAK_NUM_TRACES; i++) {