Home
last modified time | relevance | path

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

/dragonfly/usr.bin/netstat/
H A Dmbuf.c70 int name[3], nmbclusters, nmbjclusters, nmbufs, nmbtypes; in mbpr() local
108 if (kread(nmbjcaddr, (char *)&nmbjclusters, sizeof(int))) in mbpr()
151 &nmbjclusters, &nmbjclen, 0, 0) < 0) { in mbpr()
174 mbstat->m_jclusters, nmbjclusters); in mbpr()
191 nmbjclusters * MJUMPAGESIZE; in mbpr()
/dragonfly/sys/kern/
H A Duipc_mbuf.c263 static int nmbjclusters; variable
466 nmbjclusters = NMBJCLUSTERS; in tunable_mbinit()
818 jcl_limit = nmbjclusters; in mbinit()
820 jcl_limit, nmbjclusters / BASE_CACHEFRAC, in mbinit()
839 limit = nmbjclusters; in mbinit()
841 limit, nmbjclusters / mjcl_cachefrac, in mbinit()
846 limit = nmbjclusters; in mbinit()
848 limit, nmbjclusters / mjclph_cachefrac, in mbinit()
902 jcl_limit = nmbjclusters; in mbupdatelimits()
914 limit = nmbjclusters; in mbupdatelimits()
[all …]