Searched refs:totmem (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dmbuf.c95 u_long totmem, totused, totpct; local
180 totmem = (mbpool.pr_npages << mbpa.pa_pageshift) +
184 if (totmem == 0)
187 totpct = (totused * 100)/totmem;
189 u_long totmem1 = totmem/100;
195 totmem / 1024, totpct);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/arm/
H A Darmos.c871 ARMword totmem = state->Reg[1], local
875 if (totmem != 0)
876 ARMul_WriteWord (state, totmem, stack);

Completed in 106 milliseconds