Lines Matching refs:limit
239 unsigned int limit;
247 limit = service->process_limit;
251 limit = 1;
254 limit = service->client_limit;
258 service->set->name, limit_name, limit);
262 /* reached process limit, notify processes that they
264 reach connection limit */
275 because of the limit, rather than because the service
304 service_monitor_start_count(struct service *service, unsigned int limit)
313 if (count > limit)
314 count = limit;