Searched refs:memtotal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/dev/netmap/ |
| D | netmap_mem2.c | 273 for (i = 0; i < NETMAP_POOLS_NR; offset -= p[i].memtotal, i++) { in netmap_mem_ofstophys() 274 if (offset >= p[i].memtotal) in netmap_mem_ofstophys() 284 p[NETMAP_IF_POOL].memtotal, in netmap_mem_ofstophys() 285 p[NETMAP_IF_POOL].memtotal in netmap_mem_ofstophys() 286 + p[NETMAP_RING_POOL].memtotal, in netmap_mem_ofstophys() 287 p[NETMAP_IF_POOL].memtotal in netmap_mem_ofstophys() 288 + p[NETMAP_RING_POOL].memtotal in netmap_mem_ofstophys() 289 + p[NETMAP_BUF_POOL].memtotal); in netmap_mem_ofstophys() 354 ((n)->pools[NETMAP_IF_POOL].memtotal + \ 358 ((n)->pools[NETMAP_IF_POOL].memtotal + \ [all …]
|
| D | netmap_mem2.h | 124 u_int memtotal; /* actual total memory space */ member
|
| /freebsd-9-stable/sys/compat/linprocfs/ |
| D | linprocfs.c | 150 unsigned long memtotal; /* total memory in bytes */ in linprocfs_domeminfo() local 161 memtotal = physmem * PAGE_SIZE; in linprocfs_domeminfo() 173 memfree = memtotal - memused; in linprocfs_domeminfo() 207 memtotal, memused, memfree, memshared, buffers, cached, in linprocfs_domeminfo() 209 B2K(memtotal), B2K(memfree), in linprocfs_domeminfo()
|