Home
last modified time | relevance | path

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

/linux-4.19.296/fs/lockd/
Dsvc.c74 static unsigned int nlm_max_connections = 1024; variable
158 rqstp->rq_server->sv_maxconn = nlm_max_connections; in lockd()
392 serv->sv_maxconn = nlm_max_connections; in lockd_start_svc()
679 module_param(nlm_max_connections, uint, 0644);