Home
last modified time | relevance | path

Searched refs:memtotal (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/net/netmap/
H A Dnetmap_mem2.c177 if (offset >= p[i].memtotal) in netmap_mem_ofstophys()
187 p[NETMAP_IF_POOL].memtotal, in netmap_mem_ofstophys()
188 p[NETMAP_IF_POOL].memtotal in netmap_mem_ofstophys()
189 + p[NETMAP_RING_POOL].memtotal, in netmap_mem_ofstophys()
190 p[NETMAP_IF_POOL].memtotal in netmap_mem_ofstophys()
191 + p[NETMAP_RING_POOL].memtotal in netmap_mem_ofstophys()
192 + p[NETMAP_BUF_POOL].memtotal); in netmap_mem_ofstophys()
259 ((n)->pools[NETMAP_IF_POOL].memtotal + \
260 (n)->pools[NETMAP_RING_POOL].memtotal + \
446 p->memtotal = 0; in netmap_reset_obj_allocator()
[all …]
H A Dnetmap_mem2.h124 u_int memtotal; /* actual total memory space */ member
/dragonfly/share/examples/rconfig/
H A Dhammer_ccd_mirror.sh165 memtotal=`expr ${tmp} / 1024 / 1024`
169 b: ${memtotal}m * swap
H A Dhammer_lvm_stripe.sh278 lvcreate -Z n -n lv_swap -L ${memtotal} main >> ${logfile} 2>&1
313 memtotal=`expr ${tmp} / 1024 / 1024`