Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
396 if (server_conf.max_connections) in ksmbd_tcp_disconnect()
H A Dtransport_ipc.c311 if (req->max_connections) in ipc_server_config_on_startup()
312 server_conf.max_connections = req->max_connections; in ipc_server_config_on_startup()
H A Dksmbd_netlink.h109 __u32 max_connections; /* Number of maximum simultaneous connections */ member
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnetns.h110 unsigned int max_connections; member
H A Dnfssvc.c658 nn->nfsd_serv->sv_maxconn = nn->max_connections; in nfsd_create_serv()
960 rqstp->rq_server->sv_maxconn = nn->max_connections; in nfsd()
H A Dnfsctl.c938 * containing numeric value of max_connections setting
947 unsigned int maxconn = nn->max_connections; in write_maxconn()
954 nn->max_connections = maxconn; in write_maxconn()
1369 [NFSD_MaxConnections] = {"max_connections", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super()
/kernel/linux/linux-6.6/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.c909 * containing numeric value of max_connections setting
918 unsigned int maxconn = nn->max_connections; in write_maxconn()
926 nn->max_connections = maxconn; in write_maxconn()
1404 [NFSD_MaxConnections] = {"max_connections", &transaction_ops, S_IWUSR|S_IRUGO}, in nfsd_fill_super()
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_cmds.h410 u16 max_connections; member
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_cmds.h410 u16 max_connections; member

Completed in 19 milliseconds