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

/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dconnection.c127 BOOL claim_connection(connection_struct *conn, const char *name,int max_connections,BOOL Clear, uint32 msg_flags) argument
144 if (max_connections > 0) {
163 if (cs.curr_connections >= max_connections) {
165 max_connections, name ));
170 DEBUG(5,("claiming %s %d\n",name,max_connections));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/net/
H A Diucv.c163 static unsigned long max_connections;
553 if (pathid > (max_connections - 1))
576 if (pathid > (max_connections - 1))
754 max_connections = iucv_query_maxconn();
755 iucv_pathid_table = kmalloc(max_connections * sizeof(handler *),
762 memset (iucv_pathid_table, 0, max_connections * sizeof(handler *));
909 for (i = 0; i < max_connections; i++)
2242 if ((int_buf->ippathid) > (max_connections - 1)) {
2244 " > max_connections (%ld)\n", __FUNCTION__,
2245 int_buf->ippathid, max_connections
162 static unsigned long max_connections; variable
[all...]

Completed in 88 milliseconds