Home
last modified time | relevance | path

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

/mm/
Dslub.c343 tmp.counters = counters_new; in set_page_slub_counters()
365 if (cmpxchg_double(&page->freelist, &page->counters, in __cmpxchg_double_slab()
374 page->counters == counters_old) { in __cmpxchg_double_slab()
401 if (cmpxchg_double(&page->freelist, &page->counters, in cmpxchg_double_slab()
413 page->counters == counters_old) { in cmpxchg_double_slab()
1571 unsigned long counters; in acquire_slab() local
1582 counters = page->counters; in acquire_slab()
1583 new.counters = counters; in acquire_slab()
1596 freelist, counters, in acquire_slab()
1597 new.freelist, new.counters, in acquire_slab()
[all …]
Dvmalloc.c2573 unsigned int nr, *counters = m->private; in show_numa_info() local
2575 if (!counters) in show_numa_info()
2583 memset(counters, 0, nr_node_ids * sizeof(unsigned int)); in show_numa_info()
2586 counters[page_to_nid(v->pages[nr])]++; in show_numa_info()
2589 if (counters[nr]) in show_numa_info()
2590 seq_printf(m, " N%u=%u", nr, counters[nr]); in show_numa_info()