Searched refs:MLEAK_NUM_TRACES (Results 1 – 1 of 1) sorted by relevance
566 #define MLEAK_NUM_TRACES 5 macro590 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES];833 i = SYSCTL_OUT(req, mleak_stat, MLEAK_STAT_SIZE(MLEAK_NUM_TRACES));5279 mleak_stat = zalloc_permanent(MLEAK_STAT_SIZE(MLEAK_NUM_TRACES),5282 mleak_stat->ml_cnt = MLEAK_NUM_TRACES;5436 for (i = 0; i < MLEAK_NUM_TRACES; i++) {5440 for (i = 0, j = 0; j < MLEAK_NUM_TRACES && i < mleak_trace_buckets; i++) {5492 VERIFY(mleak_stat->ml_cnt == MLEAK_NUM_TRACES);5497 bzero(mltr, sizeof(*mltr) * MLEAK_NUM_TRACES);5498 for (i = 0; i < MLEAK_NUM_TRACES; i++) {