Home
last modified time | relevance | path

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

/mm/
Dslub.c5344 unsigned long sum = 0; in show_stat() local
5356 sum += x; in show_stat()
5359 len = sprintf(buf, "%lu", sum); in show_stat()
Dpage_alloc.c5053 unsigned long sum = 0; in nr_free_zone_pages() local
5061 sum += size - high; in nr_free_zone_pages()
5064 return sum; in nr_free_zone_pages()