Searched refs:mleak_top_trace (Results 1 – 2 of 2) sorted by relevance
585 static struct mtrace *mleak_top_trace[MLEAK_NUM_TRACES]; variable7950 mleak_top_trace[i] = NULL;7958 mleak_top_trace[j] = &mleak_traces[i];7960 if (mleak_top_trace[k]->allocs <=7961 mleak_top_trace[k - 1]->allocs) {7965 swap = mleak_top_trace[k - 1];7966 mleak_top_trace[k - 1] = mleak_top_trace[k];7967 mleak_top_trace[k] = swap;7974 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {7978 mleak_top_trace[j] = &mleak_traces[i];[all …]
858 print(GetMbufTraceLeak(kern.globals.mleak_top_trace[topcnt]))