OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfs_niothreads
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/nfs/
nfs_iod.c
87
int
nfs_niothreads
= -1; /* == "0, and has never been set" */
variable in typeref:typename:int
231
nfs_niothreads
= uimax(0, uimin(newval, NFS_MAXASYNCDAEMON));
233
while (nfs_numasync !=
nfs_niothreads
&& error == 0) {
234
while (nfs_numasync <
nfs_niothreads
) {
248
nfs_niothreads
= nfs_numasync;
253
while (nfs_numasync >
nfs_niothreads
) {
nfs_iod.c
87
int
nfs_niothreads
= -1; /* == "0, and has never been set" */
variable in typeref:typename:int
231
nfs_niothreads
= uimax(0, uimin(newval, NFS_MAXASYNCDAEMON));
233
while (nfs_numasync !=
nfs_niothreads
&& error == 0) {
234
while (nfs_numasync <
nfs_niothreads
) {
248
nfs_niothreads
= nfs_numasync;
253
while (nfs_numasync >
nfs_niothreads
) {
Completed in 45 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025