Searched refs:mleak_traces (Results 1 – 1 of 1) sorted by relevance
761 static struct mtrace *mleak_traces; variable8832 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));8886 trace = &mleak_traces[trace_index];8889 VERIFY(trace <= &mleak_traces[mleak_trace_buckets - 1]);8966 trace = &mleak_traces[allocation->trace_index];8995 if (mleak_traces[i].allocs <= 0) {8999 mleak_top_trace[j] = &mleak_traces[i];9015 if (mleak_traces[i].allocs <= mleak_top_trace[j]->allocs) {9019 mleak_top_trace[j] = &mleak_traces[i];