Searched refs:mleak_traces (Results 1 – 1 of 1) sorted by relevance
768 static struct mtrace *mleak_traces; variable8955 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));9009 trace = &mleak_traces[trace_index];9012 VERIFY(trace <= &mleak_traces[mleak_trace_buckets - 1]);9089 trace = &mleak_traces[allocation->trace_index];9118 if (mleak_traces[i].allocs <= 0) {9122 mleak_top_trace[j] = &mleak_traces[i];9138 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {9142 mleak_top_trace[j] = &mleak_traces[i];