Searched refs:ncl_iodmax (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c92 unsigned int ncl_iodmax = 20; variable
110 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 CTLTYPE_UINT | CTLFLAG_RW | CTLFLAG_MPSAFE, 0, sizeof (ncl_iodmax),
175 for (i = 0; i < ncl_iodmax; i++) {
181 if (i == ncl_iodmax)
[all...]
H A Dnfs_clsubs.c87 extern unsigned int ncl_iodmax;
102 * Tell all nfsiod processes to exit. Clear ncl_iodmax, and wakeup
103 * any sleeping nfsiods so they check ncl_iodmax and exit.
106 ncl_iodmax = 0;

Completed in 134 milliseconds