Home
last modified time | relevance | path

Searched refs:nlm_max_connections (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/lockd/
Dsvc.c71 static unsigned int nlm_max_connections = 1024; variable
155 rqstp->rq_server->sv_maxconn = nlm_max_connections; in lockd()
381 serv->sv_maxconn = nlm_max_connections; in lockd_get()
601 module_param(nlm_max_connections, uint, 0644);