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

/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dmbuf.c143 double totpct; local
263 totpct = 0;
265 totpct = (totused * 100)/(double)totmem;
269 totpct = (totused1 * 100)/(double)totmem1;
272 totmem / 1024, totpct);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf.c6905 unsigned long totmem = 0, totfree = 0, totmbufs, totused, totpct; local
7001 totpct = 0;
7003 totpct = (totused * 100) / totmem;
7007 totpct = (totused1 * 100) / totmem1;
7010 "in use)\n", totmem / 1024, totpct);

Completed in 87 milliseconds