Lines Matching defs:restarts
64 /* maximum allowed number of service restarts if the restarts
71 * restarts.
119 int restarts;
183 int restarts);
186 int restarts);
1047 int restarts)
1056 svc->restarts = restarts;
1208 int restarts)
1220 svc->restarts = restarts;
2393 svc->name, svc->restarts+1);
2396 add_new_service(svc->mt_ctx, svc->name, svc->restarts + 1);
2398 add_new_provider(svc->mt_ctx, svc->name, svc->restarts + 1);
2437 svc->restarts = 0;
2441 if (svc->restarts > MONITOR_MAX_SVC_RESTARTS) {
2461 /* restarts are schedule after 0, 2, 4 seconds */
2462 restart_delay = svc->restarts << 1;