HomeSort by: relevance | last modified time | path
    Searched defs:ncl_iodmax (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clnfsiod.c 93 unsigned int ncl_iodmax = 20; variable in typeref:typename:unsigned int
111 if (newmin > ncl_iodmax) {
138 newmax = ncl_iodmax;
145 ncl_iodmax = newmax;
146 if (ncl_numasync <= ncl_iodmax)
150 * exit, wakeup() them so that they check ncl_iodmax
155 for (i = 0; i < ncl_numasync - ncl_iodmax; i++) {
165 sizeof (ncl_iodmax), sysctl_iodmax, "IU",
174 for (i = 0; i < ncl_iodmax; i++) {
180 if (i == ncl_iodmax)
    [all...]
nfs_clnfsiod.c 93 unsigned int ncl_iodmax = 20; variable in typeref:typename:unsigned int
111 if (newmin > ncl_iodmax) {
138 newmax = ncl_iodmax;
145 ncl_iodmax = newmax;
146 if (ncl_numasync <= ncl_iodmax)
150 * exit, wakeup() them so that they check ncl_iodmax
155 for (i = 0; i < ncl_numasync - ncl_iodmax; i++) {
165 sizeof (ncl_iodmax), sysctl_iodmax, "IU",
174 for (i = 0; i < ncl_iodmax; i++) {
180 if (i == ncl_iodmax)
    [all...]

Completed in 25 milliseconds