Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblockdev-nbd.c28 uint32_t max_connections; member
37 void nbd_server_is_qemu_nbd(int max_connections) in nbd_server_is_qemu_nbd() argument
39 qemu_nbd_connections = max_connections; in nbd_server_is_qemu_nbd()
49 return nbd_server ? nbd_server->max_connections : qemu_nbd_connections; in nbd_server_max_connections()
73 if (!s->max_connections || s->connections < s->max_connections) { in nbd_update_server_watch()
127 const char *tls_authz, uint32_t max_connections, in nbd_server_start() argument
136 nbd_server->max_connections = max_connections; in nbd_server_start()
172 arg->max_connections, errp); in nbd_server_start_options()
178 bool has_max_connections, uint32_t max_connections, in qmp_nbd_server_start() argument
183 nbd_server_start(addr_flat, tls_creds, tls_authz, max_connections, errp); in qmp_nbd_server_start()
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-multiconn66 def run_server(self, max_connections=None): argument
73 if max_connections is not None:
74 args['max-connections'] = max_connections
103 with self.run_server(max_connections=1):
/openbmc/linux/fs/smb/server/
H A Dserver.h44 unsigned int max_connections; member
H A Dtransport_tcp.c247 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()
H A Dtransport_ipc.c313 if (req->max_connections) in ipc_server_config_on_startup()
314 server_conf.max_connections = req->max_connections; in ipc_server_config_on_startup()
H A Dksmbd_netlink.h110 __u32 max_connections; /* Number of maximum simultaneous connections */ member
/openbmc/linux/fs/nfsd/
H A Dnetns.h120 unsigned int max_connections; member
H A Dnfssvc.c682 serv->sv_maxconn = nn->max_connections; in nfsd_create_serv()
962 rqstp->rq_server->sv_maxconn = nn->max_connections; in nfsd()
H A Dnfsctl.c918 unsigned int maxconn = nn->max_connections; in write_maxconn()
926 nn->max_connections = maxconn; in write_maxconn()
/openbmc/qemu/include/block/
H A Dnbd.h412 void nbd_server_is_qemu_nbd(int max_connections);
416 const char *tls_authz, uint32_t max_connections,
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/
H A Dmpd.conf.in375 #max_connections "10"
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h410 u16 max_connections; member