Searched refs:max_connections (Results 1 – 1 of 1) sorted by relevance
164 static unsigned long max_connections; variable563 if (pathid > (max_connections - 1)) in __iucv_add_pathid()595 if (pathid > (max_connections - 1)) in iucv_remove_pathid()772 max_connections = iucv_query_maxconn(); in iucv_register_program()773 iucv_pathid_table = kmalloc(max_connections * sizeof(handler *), in iucv_register_program()781 memset (iucv_pathid_table, 0, max_connections * sizeof(handler *)); in iucv_register_program()928 for (i = 0; i < max_connections; i++) in iucv_unregister_program()2322 if ((int_buf->ippathid) > (max_connections - 1)) { in iucv_do_int()2325 int_buf->ippathid, max_connections - 1); in iucv_do_int()