TIMEOUT_MULTIPLY_FACTOR 1069 daemons/fenced/fenced_remote.c                 TIMEOUT_MULTIPLY_FACTOR * get_op_total_timeout(op, NULL);
TIMEOUT_MULTIPLY_FACTOR 1357 daemons/fenced/fenced_remote.c     query_timeout = op->base_timeout * TIMEOUT_MULTIPLY_FACTOR;
TIMEOUT_MULTIPLY_FACTOR 1896 daemons/fenced/fenced_remote.c         op->total_timeout = TIMEOUT_MULTIPLY_FACTOR * get_op_total_timeout(op, peer);
TIMEOUT_MULTIPLY_FACTOR 1934 daemons/fenced/fenced_remote.c             timeout_one = TIMEOUT_MULTIPLY_FACTOR * op->client_delay;
TIMEOUT_MULTIPLY_FACTOR 1948 daemons/fenced/fenced_remote.c             timeout_one += TIMEOUT_MULTIPLY_FACTOR *
TIMEOUT_MULTIPLY_FACTOR 1957 daemons/fenced/fenced_remote.c             timeout_one += TIMEOUT_MULTIPLY_FACTOR * get_peer_timeout(op, peer);