tolerance        2756 daemons/fenced/fenced_commands.c                 int tolerance = 0;
tolerance        2762 daemons/fenced/fenced_commands.c                 crm_element_value_int(dev, F_STONITH_TOLERANCE, &tolerance);
tolerance        2764 daemons/fenced/fenced_commands.c                 if (stonith_check_fence_tolerance(tolerance, target, action)) {
tolerance        2143 daemons/fenced/fenced_remote.c stonith_check_fence_tolerance(int tolerance, const char *target, const char *action)
tolerance        2149 daemons/fenced/fenced_remote.c     if (tolerance <= 0 || !stonith_remote_op_list || target == NULL ||
tolerance        2165 daemons/fenced/fenced_remote.c         } else if ((rop->completed + tolerance) < now) {
tolerance        2170 daemons/fenced/fenced_remote.c                    target, action, tolerance, rop->delegate, rop->originator);
tolerance          21 daemons/fenced/pacemaker-fenced.h gboolean stonith_check_fence_tolerance(int tolerance, const char *target, const char *action);
tolerance         285 include/crm/stonith-ng.h                  int timeout, int tolerance);
tolerance         419 include/crm/stonith-ng.h                             int timeout, int tolerance, int delay);
tolerance         105 include/pacemaker.h                       const char *name, unsigned int timeout, unsigned int tolerance,
tolerance          35 include/pcmki/pcmki_fence.h                        const char *name, unsigned int timeout, unsigned int tolerance,
tolerance        1070 lib/fencing/st_client.c                              const char *action, int timeout, int tolerance, int delay)
tolerance        1079 lib/fencing/st_client.c     crm_xml_add_int(data, F_STONITH_TOLERANCE, tolerance);
tolerance        1090 lib/fencing/st_client.c                   int timeout, int tolerance)
tolerance        1093 lib/fencing/st_client.c                                         timeout, tolerance, 0);
tolerance          33 lib/pacemaker/pcmk_fence.c     unsigned int tolerance;
tolerance         119 lib/pacemaker/pcmk_fence.c                                          async_fence_data.tolerance/1000,
tolerance         137 lib/pacemaker/pcmk_fence.c                    const char *name, unsigned int timeout, unsigned int tolerance,
tolerance         147 lib/pacemaker/pcmk_fence.c     async_fence_data.tolerance = tolerance;
tolerance         165 lib/pacemaker/pcmk_fence.c                   const char *name, unsigned int timeout, unsigned int tolerance,
tolerance         168 lib/pacemaker/pcmk_fence.c     return pcmk__fence_action(st, target, action, name, timeout, tolerance, delay);
tolerance          56 tools/stonith_admin.c     int tolerance;
tolerance         268 tools/stonith_admin.c     options.tolerance = crm_get_msec(optarg) / 1000;
tolerance         574 tools/stonith_admin.c                                     options.tolerance*1000, options.delay);
tolerance         579 tools/stonith_admin.c                                     options.tolerance*1000, options.delay);
tolerance         584 tools/stonith_admin.c                                     options.tolerance*1000, options.delay);