Searched refs:mleak_traces (Results 1 – 1 of 1) sorted by relevance
589 static struct mtrace *mleak_traces; variable5278 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));5332 trace = &mleak_traces[trace_index];5335 VERIFY(trace <= &mleak_traces[mleak_trace_buckets - 1]);5412 trace = &mleak_traces[allocation->trace_index];5441 if (mleak_traces[i].allocs <= 0) {5445 mleak_top_trace[j] = &mleak_traces[i];5461 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {5465 mleak_top_trace[j] = &mleak_traces[i];