Home
last modified time | relevance | path

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

/mm/
Dslub.c4796 unsigned long sum = 0; in show_stat() local
4808 sum += x; in show_stat()
4811 len = sprintf(buf, "%lu", sum); in show_stat()
Dpage_alloc.c3087 unsigned long sum = 0; in nr_free_zone_pages() local
3095 sum += size - high; in nr_free_zone_pages()
3098 return sum; in nr_free_zone_pages()