tag
line
file
source code
total
759
mm/memory.c
int i,j,k,free=0,total=0;
total
768
mm/memory.c
total++;
total
774
mm/memory.c
printk("%d free pages of %d\n\r",free,total);
total
804
mm/memory.c
printk("Memory found: %d (%d)\n\r",free-shared,total);