Searched refs:max_connections (Results 1 – 8 of 8) sorted by relevance
44 unsigned int max_connections; member
247 if (server_conf.max_connections && in ksmbd_kthread_fn()248 atomic_inc_return(&active_num_conn) >= server_conf.max_connections) { in ksmbd_kthread_fn()397 if (server_conf.max_connections) in ksmbd_tcp_disconnect()
327 if (req->max_connections) in ipc_server_config_on_startup()328 server_conf.max_connections = req->max_connections; in ipc_server_config_on_startup()
113 __u32 max_connections; /* Number of maximum simultaneous connections */ member
135 unsigned int max_connections; member
671 serv->sv_maxconn = nn->max_connections; in nfsd_create_serv()958 rqstp->rq_server->sv_maxconn = nn->max_connections; in nfsd()
929 unsigned int maxconn = nn->max_connections; in write_maxconn()937 nn->max_connections = maxconn; in write_maxconn()
410 u16 max_connections; member
Completed in 30 milliseconds