tolerance 186 fencing/admin.c int tolerance; tolerance 255 fencing/admin.c async_fence_data.timeout, async_fence_data.tolerance); tolerance 271 fencing/admin.c mainloop_fencing(stonith_t * st, const char *target, const char *action, int timeout, int tolerance) tolerance 279 fencing/admin.c async_fence_data.tolerance = tolerance; tolerance 413 fencing/admin.c int tolerance = 0; tolerance 542 fencing/admin.c tolerance = crm_get_msec(optarg) / 1000; /* Send in seconds */ tolerance 661 fencing/admin.c rc = mainloop_fencing(st, target, "reboot", timeout, tolerance); tolerance 664 fencing/admin.c rc = mainloop_fencing(st, target, "off", timeout, tolerance); tolerance 667 fencing/admin.c rc = mainloop_fencing(st, target, "on", timeout, tolerance); tolerance 2553 fencing/commands.c int tolerance = 0; tolerance 2558 fencing/commands.c crm_element_value_int(dev, F_STONITH_TOLERANCE, &tolerance); tolerance 2560 fencing/commands.c if (stonith_check_fence_tolerance(tolerance, target, action)) { tolerance 13 fencing/internal.h gboolean stonith_check_fence_tolerance(int tolerance, const char *target, const char *action); tolerance 2087 fencing/remote.c stonith_check_fence_tolerance(int tolerance, const char *target, const char *action) tolerance 2093 fencing/remote.c crm_trace("tolerance=%d, remote_op_list=%p", tolerance, remote_op_list); tolerance 2095 fencing/remote.c if (tolerance <= 0 || !remote_op_list || target == NULL || action == NULL) { tolerance 2110 fencing/remote.c } else if ((rop->completed + tolerance) < now) { tolerance 2115 fencing/remote.c target, action, tolerance, rop->delegate, rop->originator); tolerance 266 include/crm/stonith-ng.h int timeout, int tolerance); tolerance 1513 lib/fencing/st_client.c int timeout, int tolerance) tolerance 1522 lib/fencing/st_client.c crm_xml_add_int(data, F_STONITH_TOLERANCE, tolerance);