Searched refs:mleak_top_trace (Results 1 – 2 of 2) sorted by relevance
762 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES]; variable9103 mleak_top_trace[i] = NULL;9111 mleak_top_trace[j] = &mleak_traces[i];9113 if (mleak_top_trace[k]->allocs <=9114 mleak_top_trace[k - 1]->allocs) {9118 swap = mleak_top_trace[k - 1];9119 mleak_top_trace[k - 1] = mleak_top_trace[k];9120 mleak_top_trace[k] = swap;9127 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {9131 mleak_top_trace[j] = &mleak_traces[i];[all …]
1133 print(GetMbufTraceLeak(kern.globals.mleak_top_trace[topcnt]))