Home
last modified time | relevance | path

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

/linux-4.4.14/fs/lockd/
Dsvc.c67 static unsigned int nlm_max_connections = 1024; variable
150 rqstp->rq_server->sv_maxconn = nlm_max_connections; in lockd()
302 serv->sv_maxconn = nlm_max_connections; in lockd_start_svc()
586 module_param(nlm_max_connections, uint, 0644);