Searched refs:iodmax (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sbin/nfsiod/
H A Dnfsiod.c74 unsigned int iodmin, iodmax, num_servers; local
116 len = sizeof iodmax;
117 error = sysctlbyname("vfs.nfs.iodmax", &iodmax, &len, NULL, 0);
119 err(1, "sysctlbyname(\"vfs.nfs.iodmax\")");
121 printf("vfs.nfs.iodmin=%u\nvfs.nfs.iodmax=%u\n",
122 iodmin, iodmax);
133 iodmax = num_servers;
134 error = sysctlbyname("vfs.nfs.iodmax", NULL, 0, &iodmax, sizeo
[all...]
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c162 SYSCTL_PROC(_vfs_nfs, OID_AUTO, iodmax, CTLTYPE_UINT | CTLFLAG_RW, 0,
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_nfsiod.c161 SYSCTL_PROC(_vfs_oldnfs, OID_AUTO, iodmax, CTLTYPE_UINT | CTLFLAG_RW, 0,

Completed in 55 milliseconds