Home
last modified time | relevance | path

Searched refs:dedup (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dkmemleak.c1722 static void dedup_record(struct xarray *dedup, struct kmemleak_object *object, in dedup_record() argument
1739 rep = xa_load(dedup, trace_handle); in dedup_record()
1753 old = xa_store(dedup, trace_handle, object, GFP_ATOMIC); in dedup_record()
1776 static void dedup_flush(struct xarray *dedup) in dedup_flush() argument
1783 xa_for_each(dedup, idx, object) { in dedup_flush()
1792 xa_erase(dedup, idx); in dedup_flush()
1806 struct xarray dedup; in kmemleak_scan() local
1953 xa_init(&dedup); in kmemleak_scan()
1991 dedup_record(&dedup, object, trace_handle); in kmemleak_scan()
1995 dedup_flush(&dedup); in kmemleak_scan()
[all …]