tolerance        3282 daemons/fenced/fenced_commands.c             int tolerance = 0;
tolerance        3287 daemons/fenced/fenced_commands.c             crm_element_value_int(dev, PCMK__XA_ST_TOLERANCE, &tolerance);
tolerance        3288 daemons/fenced/fenced_commands.c             if (stonith_check_fence_tolerance(tolerance, target, action)) {
tolerance        2580 daemons/fenced/fenced_remote.c stonith_check_fence_tolerance(int tolerance, const char *target, const char *action)
tolerance        2586 daemons/fenced/fenced_remote.c     if (tolerance <= 0 || !stonith_remote_op_list || target == NULL ||
tolerance        2602 daemons/fenced/fenced_remote.c         } else if ((rop->completed + tolerance) < now) {
tolerance        2607 daemons/fenced/fenced_remote.c                    target, action, tolerance, rop->delegate, rop->originator);
tolerance          27 daemons/fenced/pacemaker-fenced.h gboolean stonith_check_fence_tolerance(int tolerance, const char *target, const char *action);
tolerance         381 include/crm/stonith-ng.h                  const char *action, int timeout, int tolerance);
tolerance         565 include/crm/stonith-ng.h                             int tolerance, int delay);
tolerance         568 include/pacemaker.h                          unsigned int tolerance, int delay, char **reason);
tolerance          55 include/pcmki/pcmki_fence.h                           unsigned int tolerance, int delay, char **reason);
tolerance         668 lib/fencing/st_client.c                              const char *action, int timeout, int tolerance, int delay)
tolerance         677 lib/fencing/st_client.c     crm_xml_add_int(data, PCMK__XA_ST_TOLERANCE, tolerance);
tolerance         688 lib/fencing/st_client.c                   int timeout, int tolerance)
tolerance         691 lib/fencing/st_client.c                                         timeout, tolerance, 0);
tolerance          35 lib/pacemaker/pcmk_fence.c     unsigned int tolerance;
tolerance         175 lib/pacemaker/pcmk_fence.c                                          pcmk__timeout_ms2s(async_fence_data.tolerance),
tolerance         197 lib/pacemaker/pcmk_fence.c                       unsigned int tolerance, int delay, char **reason)
tolerance         207 lib/pacemaker/pcmk_fence.c     async_fence_data.tolerance = tolerance;
tolerance         233 lib/pacemaker/pcmk_fence.c                      unsigned int tolerance, int delay, char **reason)
tolerance         244 lib/pacemaker/pcmk_fence.c     rc = pcmk__request_fencing(st, target, action, name, timeout, tolerance,