Searched refs:max_connections (Results 1 – 12 of 12) sorted by relevance
33 uint32_t max_connections; member43 void nbd_server_is_qemu_nbd(int max_connections) in nbd_server_is_qemu_nbd() argument45 qemu_nbd_connections = max_connections; in nbd_server_is_qemu_nbd()55 return nbd_server ? nbd_server->max_connections : qemu_nbd_connections; in nbd_server_max_connections()96 if (!s->max_connections || s->connections < s->max_connections) { in nbd_update_server_watch()166 const char *tls_authz, uint32_t max_connections, in nbd_server_start() argument175 nbd_server->max_connections = max_connections; in nbd_server_start()211 arg->max_connections = NBD_DEFAULT_MAX_CONNECTIONS; in nbd_server_start_options()215 arg->max_connections, errp); in nbd_server_start_options()221 bool has_max_connections, uint32_t max_connections, in qmp_nbd_server_start() argument[all …]
66 def run_server(self, max_connections=None): argument73 if max_connections is not None:74 args['max-connections'] = max_connections103 with self.run_server(max_connections=1):
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()
317 if (req->max_connections) in ipc_server_config_on_startup() 318 server_conf.max_connections = req->max_connections; in ipc_server_config_on_startup()
110 __u32 max_connections; /* Number of maximum simultaneous connections */ member
428 void nbd_server_is_qemu_nbd(int max_connections);432 const char *tls_authz, uint32_t max_connections,
134 unsigned int max_connections; member
677 serv->sv_maxconn = nn->max_connections; in nfsd_create_serv()952 rqstp->rq_server->sv_maxconn = nn->max_connections; in nfsd()
918 unsigned int maxconn = nn->max_connections; in write_maxconn()926 nn->max_connections = maxconn; in write_maxconn()
375 #max_connections "10"
410 u16 max_connections; member