Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsctl.c947 unsigned int maxconn = nn->max_connections; in write_maxconn() local
950 int rv = get_uint(&mesg, &maxconn); in write_maxconn()
954 nn->max_connections = maxconn; in write_maxconn()
957 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%u\n", maxconn); in write_maxconn()
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dbus.c867 u8 maxconn = mei_me_cl_max_conn(cldev->me_cl); in max_conn_show() local
869 return sprintf(buf, "%d", maxconn); in max_conn_show()