Searched refs:nmbclusters (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/usr.bin/netstat/ |
| HD | mbuf.c | 70 int name[3], nmbclusters, nmbjclusters, nmbufs, nmbtypes; in mbpr() local 106 if (kread(nmbcaddr, (char *)&nmbclusters, sizeof(int))) in mbpr() 144 if (sysctl(name, 3, &nmbclusters, &nmbclen, 0, 0) < 0) { in mbpr() 172 mbstat->m_clusters, nmbclusters); in mbpr() 190 totpossible = MSIZE * nmbufs + nmbclusters * MCLBYTES + in mbpr()
|
| /dragonfly/sys/kern/ |
| HD | uipc_mbuf.c | 262 int nmbclusters; variable 350 SYSCTL_PROC(_kern_ipc, KIPC_NMBCLUSTERS, nmbclusters, CTLTYPE_INT | CTLFLAG_RW, 426 #define NMBUFS (nmbclusters / 2 + maxfiles) 442 nmbclusters = NMBCLUSTERS; in tunable_mbinit() 443 TUNABLE_INT_FETCH("kern.ipc.nmbclusters", &nmbclusters); in tunable_mbinit() 473 if (nmbufs < nmbclusters * 2) in tunable_mbinit() 474 nmbufs = nmbclusters * 2; in tunable_mbinit() 529 return sysctl_mblimit(oidp, arg1, arg2, req, &nmbclusters, in sysctl_nmbclusters() 549 mbinclimit(&nmbclusters, inc, NMBCLUSTERS_MIN); in mcl_inclimit() 811 ncl_limit = nmbclusters; in mbinit() [all …]
|
| HD | uipc_socket2.c | 872 maxsockets = imax(maxsockets, imax(maxfiles, nmbclusters)); in init_maxsockets()
|
| /dragonfly/sys/netinet6/ |
| HD | frag6.c | 99 ip6_maxfragpackets = nmbclusters / 4; in frag6_init() 100 ip6_maxfrags = nmbclusters / 4; in frag6_init()
|
| /dragonfly/sys/vfs/nfs/ |
| HD | nfs_srvcache.c | 132 desirednfsrvcache = nmbclusters / 2; in nfsrvcache_size_change()
|
| HD | nfs_subs.c | 594 if (nfs_maxasyncbio > nmbclusters * MCLBYTES / NFS_MAXDATA / 3) in nfs_init() 595 nfs_maxasyncbio = nmbclusters * MCLBYTES / NFS_MAXDATA / 3; in nfs_init()
|
| /dragonfly/sys/sys/ |
| HD | mbuf.h | 499 extern int nmbclusters;
|
| /dragonfly/sys/dev/virtual/vkernel/net/ |
| HD | if_vke.c | 833 nmbufs = nmbclusters / (NetifNum * 2); in vke_attach()
|
| /dragonfly/stand/boot/common/ |
| HD | help.common | 493 set kern.ipc.nmbclusters=<value> NMBCLUSTERS
|
| /dragonfly/sys/netinet/ |
| HD | ip_input.c | 361 maxnipq = (nmbclusters / 32) / netisr_ncpus; in ip_init()
|
| HD | tcp_subr.c | 412 tcp_reass_maxseg = nmbclusters / 16; in tcp_init()
|