Searched refs:mleak_top_trace (Results 1 – 2 of 2) sorted by relevance
590 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES]; variable5437 mleak_top_trace[i] = NULL;5445 mleak_top_trace[j] = &mleak_traces[i];5447 if (mleak_top_trace[k]->allocs <=5448 mleak_top_trace[k - 1]->allocs) {5452 swap = mleak_top_trace[k - 1];5453 mleak_top_trace[k - 1] = mleak_top_trace[k];5454 mleak_top_trace[k] = swap;5461 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {5465 mleak_top_trace[j] = &mleak_traces[i];[all …]
1142 print(GetMbufTraceLeak(kern.globals.mleak_top_trace[topcnt]))