Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvnode_pager.c128 static int nvnpbufs; variable
130 &nvnpbufs, 0, "number of physical buffers allocated for vnode pager");
139 nvnpbufs = nswbuf * 2; in vnode_pager_init()
141 nvnpbufs = nswbuf / 2; in vnode_pager_init()
143 TUNABLE_INT_FETCH("vm.vnode_pbufs", &nvnpbufs); in vnode_pager_init()
144 vnode_pbuf_zone = pbuf_zsecond_create("vnpbuf", nvnpbufs); in vnode_pager_init()