Searched refs:max_connections (Results 1 – 8 of 8) sorted by relevance
44 unsigned int max_connections; member
246 if (server_conf.max_connections && in ksmbd_kthread_fn()247 atomic_inc_return(&active_num_conn) >= server_conf.max_connections) { in ksmbd_kthread_fn()395 if (server_conf.max_connections) in ksmbd_tcp_disconnect()
311 if (req->max_connections) in ipc_server_config_on_startup()312 server_conf.max_connections = req->max_connections; in ipc_server_config_on_startup()
109 __u32 max_connections; /* Number of maximum simultaneous connections */ member
120 unsigned int max_connections; member
682 serv->sv_maxconn = nn->max_connections; in nfsd_create_serv()962 rqstp->rq_server->sv_maxconn = nn->max_connections; in nfsd()
910 unsigned int maxconn = nn->max_connections; in write_maxconn()918 nn->max_connections = maxconn; in write_maxconn()
410 u16 max_connections; member