HomeSort by: relevance | last modified time | path
    Searched refs:totalbytesleft (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/alpha/
machdep.c 1261 u_long totalbytesleft, bytes, i, n, memcl; local
1303 totalbytesleft = ptoa(cpu_dump_mempagecnt());
1312 for (i = 0; i < bytes; i += n, totalbytesleft -= n) {
1315 if ((totalbytesleft % (1024*1024)) == 0)
1317 totalbytesleft / (1024 * 1024));
  /src/sys/arch/mips/mips/
mips_machdep.c 1972 u_long totalbytesleft, bytes, i, n, memcl; local
2015 totalbytesleft = ptoa(cpu_dump_mempagecnt());
2024 for (i = 0; i < bytes; i += n, totalbytesleft -= n) {
2028 if ((totalbytesleft % (1024*1024)) == 0)
2030 totalbytesleft / (1024 * 1024));

Completed in 23 milliseconds