Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfsctl.c920 unsigned int maxconn = nn->max_connections; in write_maxconn() local
923 int rv = get_uint(&mesg, &maxconn); in write_maxconn()
927 nn->max_connections = maxconn; in write_maxconn()
930 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%u\n", maxconn); in write_maxconn()