Home
last modified time | relevance | path

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

/mm/
Dslub.c360 tmp.counters = counters_new; in set_page_slub_counters()
382 if (cmpxchg_double(&page->freelist, &page->counters, in __cmpxchg_double_slab()
391 page->counters == counters_old) { in __cmpxchg_double_slab()
418 if (cmpxchg_double(&page->freelist, &page->counters, in cmpxchg_double_slab()
430 page->counters == counters_old) { in cmpxchg_double_slab()
1764 unsigned long counters; in acquire_slab() local
1775 counters = page->counters; in acquire_slab()
1776 new.counters = counters; in acquire_slab()
1789 freelist, counters, in acquire_slab()
1790 new.freelist, new.counters, in acquire_slab()
[all …]
Dvmalloc.c2689 unsigned int nr, *counters = m->private; in show_numa_info() local
2691 if (!counters) in show_numa_info()
2699 memset(counters, 0, nr_node_ids * sizeof(unsigned int)); in show_numa_info()
2702 counters[page_to_nid(v->pages[nr])]++; in show_numa_info()
2705 if (counters[nr]) in show_numa_info()
2706 seq_printf(m, " N%u=%u", nr, counters[nr]); in show_numa_info()