Home
last modified time | relevance | path

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

/mm/
Dslub.c347 tmp.counters = counters_new; in set_page_slub_counters()
369 if (cmpxchg_double(&page->freelist, &page->counters, in __cmpxchg_double_slab()
378 page->counters == counters_old) { in __cmpxchg_double_slab()
405 if (cmpxchg_double(&page->freelist, &page->counters, in cmpxchg_double_slab()
417 page->counters == counters_old) { in cmpxchg_double_slab()
1669 unsigned long counters; in acquire_slab() local
1680 counters = page->counters; in acquire_slab()
1681 new.counters = counters; in acquire_slab()
1694 freelist, counters, in acquire_slab()
1695 new.freelist, new.counters, in acquire_slab()
[all …]
Dvmalloc.c2612 unsigned int nr, *counters = m->private; in show_numa_info() local
2614 if (!counters) in show_numa_info()
2622 memset(counters, 0, nr_node_ids * sizeof(unsigned int)); in show_numa_info()
2625 counters[page_to_nid(v->pages[nr])]++; in show_numa_info()
2628 if (counters[nr]) in show_numa_info()
2629 seq_printf(m, " N%u=%u", nr, counters[nr]); in show_numa_info()