timeout 1594 daemons/controld/controld_execd.c op->timeout = 0; timeout 1622 daemons/controld/controld_execd.c pcmk__scan_min_int(op_timeout, &op->timeout, 0); timeout 1642 daemons/controld/controld_execd.c op->timeout = (int) QB_MIN(timeout_ms, INT_MAX); timeout 1673 daemons/controld/controld_execd.c if (op->timeout <= 0) { timeout 1674 daemons/controld/controld_execd.c op->timeout = op->interval_ms; timeout 1990 daemons/controld/controld_execd.c op->timeout, op->start_delay, timeout 2132 daemons/controld/controld_execd.c pcmk__readable_interval(op->timeout), NULL); timeout 75 daemons/controld/controld_execd_state.c event.timeout = 0; timeout 124 daemons/controld/controld_lrm.h int port, int timeout); timeout 59 daemons/controld/controld_remote_ra.c int timeout; timeout 473 daemons/controld/controld_remote_ra.c op.timeout = cmd->timeout; timeout 528 daemons/controld/controld_remote_ra.c return pcmk__timeout_ms2s(cmd->timeout) - (time(NULL) - cmd->start_time); timeout 928 daemons/controld/controld_remote_ra.c cmd->timeout) == pcmk_rc_ok) { timeout 955 daemons/controld/controld_remote_ra.c cmd->monitor_timeout_id = pcmk__create_timer(cmd->timeout, monitor_timeout_cb, cmd); timeout 970 daemons/controld/controld_remote_ra.c cmd->takeover_timeout_id = pcmk__create_timer((cmd->timeout/2), timeout 1307 daemons/controld/controld_remote_ra.c cmd->timeout = timeout_ms; timeout 29 daemons/controld/controld_te_actions.c action->timer = pcmk__create_timer(action->timeout + graph->network_delay, timeout 190 daemons/controld/controld_te_actions.c if (action->timeout <= 0) { timeout 192 daemons/controld/controld_te_actions.c action->id, task, on_node, action->timeout, graph->network_delay); timeout 193 daemons/controld/controld_te_actions.c action->timeout = (int) graph->network_delay; timeout 455 daemons/controld/controld_te_actions.c action->id, task, task_uuid, on_node, action->timeout); timeout 457 daemons/controld/controld_te_actions.c if (action->timeout <= 0) { timeout 459 daemons/controld/controld_te_actions.c action->id, task, task_uuid, on_node, action->timeout, graph->network_delay); timeout 460 daemons/controld/controld_te_actions.c action->timeout = (int) graph->network_delay; timeout 501 daemons/controld/controld_te_callbacks.c (via_node? via_node : "controller"), action->timeout); timeout 509 daemons/controld/controld_te_callbacks.c (action->timeout timeout 208 daemons/controld/controld_te_utils.c init_node_pending_timer(const pcmk__node_status_t *node, guint timeout) timeout 241 daemons/controld/controld_te_utils.c node_pending_timer->id = pcmk__create_timer(timeout * 1000, timeout 39 daemons/execd/cts-exec-helper.c int timeout; timeout 151 daemons/execd/cts-exec-helper.c { "timeout", 't', 0, G_OPTION_ARG_INT, &options.timeout, timeout 283 daemons/execd/cts-exec-helper.c if (options.timeout) { timeout 284 daemons/execd/cts-exec-helper.c pcmk__create_timer(options.timeout, timeout_err, NULL); timeout 297 daemons/execd/cts-exec-helper.c options.timeout, timeout 579 daemons/execd/cts-exec-helper.c if (options.timeout == 0) { timeout 580 daemons/execd/cts-exec-helper.c options.timeout = 30000; timeout 30 daemons/execd/execd_alerts.c add_inflight_alert(int call_id, int timeout) timeout 36 daemons/execd/execd_alerts.c GINT_TO_POINTER(timeout)); timeout 51 daemons/execd/execd_alerts.c gpointer timeout; timeout 56 daemons/execd/execd_alerts.c while (g_hash_table_iter_next(&iter, NULL, &timeout)) { timeout 57 daemons/execd/execd_alerts.c if (GPOINTER_TO_INT(timeout) > max_timeout) { timeout 58 daemons/execd/execd_alerts.c max_timeout = GPOINTER_TO_INT(timeout); timeout 39 daemons/execd/execd_commands.c int timeout; timeout 322 daemons/execd/execd_commands.c crm_element_value_int(rsc_xml, PCMK__XA_LRMD_TIMEOUT, &cmd->timeout); timeout 325 daemons/execd/execd_commands.c cmd->timeout_orig = cmd->timeout; timeout 635 daemons/execd/execd_commands.c crm_xml_add_int(notify, PCMK__XA_LRMD_TIMEOUT, cmd->timeout); timeout 756 daemons/execd/execd_commands.c cmd->timeout = cmd->timeout_orig; timeout 971 daemons/execd/execd_commands.c cmd->timeout = timeout_left; timeout 1269 daemons/execd/execd_commands.c pcmk__timeout_ms2s(cmd->timeout)); timeout 1361 daemons/execd/execd_commands.c cmd->interval_ms, cmd->timeout, timeout 1956 daemons/execd/execd_commands.c const char *timeout = NULL; timeout 1959 daemons/execd/execd_commands.c timeout = crm_element_value(data, PCMK__XA_LRMD_WATCHDOG); timeout 1960 daemons/execd/execd_commands.c pcmk__valid_stonith_watchdog_timeout(timeout); timeout 104 daemons/fenced/cts-fence-helper.c dispatch_helper(int timeout) timeout 111 daemons/fenced/cts-fence-helper.c rc = poll(&pollfd, 1, timeout); /* wait 10 minutes, -1 forever */ timeout 88 daemons/fenced/fenced_commands.c int timeout; /* seconds */ timeout 427 daemons/fenced/fenced_commands.c cmd->timeout = cmd->default_timeout; timeout 503 daemons/fenced/fenced_commands.c pcmk__s(cmd->target, ""), device->id, cmd->timeout); timeout 648 daemons/fenced/fenced_commands.c cmd->timeout, device->params, timeout 707 daemons/fenced/fenced_commands.c cmd->timeout = get_action_timeout(device, cmd->action, cmd->default_timeout); timeout 715 daemons/fenced/fenced_commands.c device->id, cmd->origin, cmd->remote_op_id, cmd->timeout); timeout 721 daemons/fenced/fenced_commands.c device->id, cmd->client, cmd->timeout); timeout 757 daemons/fenced/fenced_commands.c device->id, cmd->start_delay, cmd->timeout, timeout 1125 daemons/fenced/fenced_commands.c const char *action, const char *target, int timeout, timeout 1136 daemons/fenced/fenced_commands.c cmd->default_timeout = timeout ? timeout : 60; timeout 1137 daemons/fenced/fenced_commands.c cmd->timeout = cmd->default_timeout; timeout 2208 daemons/fenced/fenced_commands.c get_capable_devices(const char *host, const char *action, int timeout, timeout 2225 daemons/fenced/fenced_commands.c search->per_device_timeout = timeout; timeout 3160 daemons/fenced/fenced_commands.c int timeout = 0; timeout 3202 daemons/fenced/fenced_commands.c crm_element_value_int(request->xml, PCMK__XA_ST_TIMEOUT, &timeout); timeout 3203 daemons/fenced/fenced_commands.c get_capable_devices(target, action, timeout, timeout 1515 daemons/fenced/fenced_remote.c int timeout = specified_timeout; timeout 1518 daemons/fenced/fenced_remote.c return timeout; timeout 1521 daemons/fenced/fenced_remote.c timeout = (int) QB_MIN(QB_MAX(specified_timeout, timeout 1525 daemons/fenced/fenced_remote.c if (timeout > specified_timeout) { timeout 1531 daemons/fenced/fenced_remote.c timeout, timeout); timeout 1537 daemons/fenced/fenced_remote.c specified_timeout, timeout, timeout); timeout 1541 daemons/fenced/fenced_remote.c return timeout; timeout 1549 daemons/fenced/fenced_remote.c int timeout = valid_fencing_timeout(op->base_timeout, false, op, device); timeout 1553 daemons/fenced/fenced_remote.c return timeout; timeout 1558 daemons/fenced/fenced_remote.c return timeout; timeout 1562 daemons/fenced/fenced_remote.c timeout = valid_fencing_timeout(props->custom_action_timeout[op->phase], timeout 1569 daemons/fenced/fenced_remote.c timeout += (props->delay_max[op->phase] > 0 ? timeout 1573 daemons/fenced/fenced_remote.c return timeout; timeout 1595 daemons/fenced/fenced_remote.c struct timeout_data *timeout = user_data; timeout 1597 daemons/fenced/fenced_remote.c if (!props->executed[timeout->op->phase] timeout 1598 daemons/fenced/fenced_remote.c && !props->disallowed[timeout->op->phase]) { timeout 1599 daemons/fenced/fenced_remote.c timeout->total_timeout += get_device_timeout(timeout->op, timeout->peer, timeout 1607 daemons/fenced/fenced_remote.c struct timeout_data timeout; timeout 1609 daemons/fenced/fenced_remote.c timeout.op = op; timeout 1610 daemons/fenced/fenced_remote.c timeout.peer = peer; timeout 1611 daemons/fenced/fenced_remote.c timeout.total_timeout = 0; timeout 1613 daemons/fenced/fenced_remote.c g_hash_table_foreach(peer->devices, add_device_timeout, &timeout); timeout 1615 daemons/fenced/fenced_remote.c return (timeout.total_timeout? timeout.total_timeout : op->base_timeout); timeout 1873 daemons/fenced/fenced_remote.c int timeout; timeout 1910 daemons/fenced/fenced_remote.c timeout = op->base_timeout; timeout 1940 daemons/fenced/fenced_remote.c timeout = get_device_timeout(op, peer, device, false); timeout 1963 daemons/fenced/fenced_remote.c crm_xml_add_int(remote_op, PCMK__XA_ST_TIMEOUT, timeout); timeout 346 daemons/fenced/pacemaker-fenced.c do_stonith_async_timeout_update(const char *client_id, const char *call_id, int timeout) timeout 351 daemons/fenced/pacemaker-fenced.c if (!timeout || !call_id || !client_id) { timeout 363 daemons/fenced/pacemaker-fenced.c crm_xml_add_int(notify_data, PCMK__XA_ST_TIMEOUT, timeout); timeout 365 daemons/fenced/pacemaker-fenced.c crm_trace("timeout update is %d for client %s and call id %s", timeout, client_id, call_id); timeout 332 daemons/fenced/pacemaker-fenced.h do_stonith_async_timeout_update(const char *client, const char *call_id, int timeout); timeout 180 include/crm/cib/cib_types.h gboolean (*register_callback) (cib_t *cib, int call_id, int timeout, timeout 185 include/crm/cib/cib_types.h gboolean (*register_callback_full)(cib_t *cib, int call_id, int timeout, timeout 118 include/crm/cib/internal.h int timeout; timeout 87 include/crm/common/actions.h const char *timeout); timeout 46 include/crm/common/alerts_internal.h int timeout; timeout 171 include/crm/common/mainloop.h int timeout, timeout 177 include/crm/common/mainloop.h int timeout, timeout 121 include/crm/lrmd.h int lrmd_poll(lrmd_t *lrmd, int timeout); timeout 206 include/crm/lrmd.h int timeout /*ms */ ); timeout 333 include/crm/lrmd.h const char *userdata, guint interval_ms, int timeout, timeout 447 include/crm/lrmd.h const char *alert_path, int timeout, timeout 53 include/crm/lrmd_events.h int timeout; timeout 123 include/crm/services.h int timeout; //!< Action timeout (in milliseconds) timeout 242 include/crm/services.h int timeout, GHashTable *params, timeout 352 include/crm/services.h int timeout, GHashTable *params, timeout 46 include/crm/services_internal.h int timeout, GHashTable *params, timeout 367 include/crm/stonith-ng.h int timeout); timeout 383 include/crm/stonith-ng.h char **list_info, int timeout); timeout 398 include/crm/stonith-ng.h int timeout); timeout 415 include/crm/stonith-ng.h const char *port, int timeout); timeout 433 include/crm/stonith-ng.h stonith_key_value_t **devices, int timeout); timeout 455 include/crm/stonith-ng.h const char *action, int timeout, int tolerance); timeout 483 include/crm/stonith-ng.h stonith_history_t **history, int timeout); timeout 528 include/crm/stonith-ng.h int (*register_callback)(stonith_t *stonith, int call_id, int timeout, timeout 624 include/crm/stonith-ng.h const stonith_key_value_t *params, int timeout, timeout 647 include/crm/stonith-ng.h const char *node, const char *action, int timeout, timeout 671 include/crm/stonith-ng.h int stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off); timeout 717 include/crm/stonith-ng.h typedef int (*st_api_kick_fn) (int nodeid, const char *uname, int timeout, bool off); timeout 722 include/crm/stonith-ng.h stonith_api_kick_helper(uint32_t nodeid, int timeout, bool off) timeout 741 include/crm/stonith-ng.h return (*st_kick_fn) (nodeid, NULL, timeout, off); timeout 801 include/crm/stonith-ng.h bool stonith_agent_exists(const char *agent, int timeout); timeout 564 include/pacemaker.h const char *name, unsigned int timeout, timeout 583 include/pacemaker.h int pcmk_fence_history(xmlNodePtr *xml, const char *target, unsigned int timeout, timeout 595 include/pacemaker.h int pcmk_fence_installed(xmlNodePtr *xml, unsigned int timeout); timeout 620 include/pacemaker.h unsigned int timeout); timeout 635 include/pacemaker.h int pcmk_fence_metadata(xmlNodePtr *xml, const char *agent, unsigned int timeout); timeout 647 include/pacemaker.h int pcmk_fence_registered(xmlNodePtr *xml, const char *target, unsigned int timeout); timeout 692 include/pacemaker.h GHashTable *params, unsigned int timeout); timeout 54 include/pcmki/pcmki_fence.h const char *name, unsigned int timeout, timeout 78 include/pcmki/pcmki_fence.h unsigned int timeout, int verbose, bool broadcast, timeout 134 include/pcmki/pcmki_fence.h const char *device_id, unsigned int timeout); timeout 154 include/pcmki/pcmki_fence.h unsigned int timeout); timeout 174 include/pcmki/pcmki_fence.h const char *target, unsigned int timeout); timeout 237 include/pcmki/pcmki_fence.h const char *id, GHashTable *params, unsigned int timeout); timeout 76 include/pcmki/pcmki_transition.h int timeout; timeout 159 lib/cib/cib_client.c timer->call_id, timer->timeout); timeout 167 lib/cib/cib_client.c cib_client_register_callback_full(cib_t *cib, int call_id, int timeout, timeout 195 lib/cib/cib_client.c if (timeout > 0) { timeout 203 lib/cib/cib_client.c async_timer->timeout = timeout * 1000; timeout 204 lib/cib/cib_client.c async_timer->ref = pcmk__create_timer(async_timer->timeout, timeout 216 lib/cib/cib_client.c cib_client_register_callback(cib_t *cib, int call_id, int timeout, timeout 222 lib/cib/cib_client.c return cib_client_register_callback_full(cib, call_id, timeout, timeout 30 lib/cluster/election.c mainloop_timer_t *timeout; // When to abort if all votes not received timeout 100 lib/cluster/election.c cluster->priv->election->timeout = mainloop_timer_add(name, timeout 138 lib/cluster/election.c mainloop_timer_stop(cluster->priv->election->timeout); timeout 161 lib/cluster/election.c mainloop_timer_del(cluster->priv->election->timeout); timeout 170 lib/cluster/election.c mainloop_timer_start(cluster->priv->election->timeout); timeout 183 lib/cluster/election.c mainloop_timer_stop(cluster->priv->election->timeout); timeout 198 lib/cluster/election.c mainloop_timer_set_period(cluster->priv->election->timeout, period); timeout 550 lib/common/actions.c const char *interval_spec, const char *timeout) timeout 560 lib/common/actions.c if (timeout) { timeout 561 lib/common/actions.c crm_xml_add(xml_op, PCMK_META_TIMEOUT, timeout); timeout 59 lib/common/alerts.c entry->timeout = PCMK__ALERT_DEFAULT_TIMEOUT_MS; timeout 94 lib/common/alerts.c new_entry->timeout = entry->timeout; timeout 172 lib/common/alerts.c entry->timeout = (int) QB_MIN(timeout_ms, INT_MAX); timeout 173 lib/common/alerts.c if (entry->timeout <= 0) { timeout 174 lib/common/alerts.c if (entry->timeout == 0) { timeout 182 lib/common/alerts.c entry->timeout = PCMK__ALERT_DEFAULT_TIMEOUT_MS; timeout 185 lib/common/alerts.c entry->id, pcmk__readable_interval(entry->timeout)); timeout 187 lib/common/alerts.c if (entry->timeout > *max_timeout) { timeout 188 lib/common/alerts.c *max_timeout = entry->timeout; timeout 387 lib/common/alerts.c pcmk__readable_interval(entry->timeout), timeout 302 lib/common/digest.c char *timeout = NULL; timeout 320 lib/common/digest.c timeout = crm_element_value_copy(param_set, key); timeout 328 lib/common/digest.c if (timeout != NULL) { timeout 329 lib/common/digest.c crm_xml_add(param_set, key, timeout); timeout 331 lib/common/digest.c free(timeout); timeout 1200 lib/common/ipc_client.c time_t timeout = 0; timeout 1206 lib/common/ipc_client.c timeout = time(NULL) + 1 + pcmk__timeout_ms2s(ms_timeout); timeout 1266 lib/common/ipc_client.c } while (time(NULL) < timeout || (timeout == 0 && *bytes == -EAGAIN)); timeout 1400 lib/common/ipc_client.c time_t timeout = 0; timeout 1436 lib/common/ipc_client.c timeout = time(NULL) + 1 + pcmk__timeout_ms2s(ms_timeout); timeout 1441 lib/common/ipc_client.c } while ((qb_rc == -EAGAIN) && ((timeout == 0) || (time(NULL) < timeout))); timeout 30 lib/common/mainloop.c gboolean timeout; timeout 58 lib/common/mainloop.c crm_trigger_prepare(GSource * source, gint * timeout) timeout 79 lib/common/mainloop.c *timeout = 500; /* Timeout in ms */ timeout 1036 lib/common/mainloop.c return child->timeout; timeout 1093 lib/common/mainloop.c if (child->timeout) { timeout 1104 lib/common/mainloop.c child->timeout = TRUE; timeout 1258 lib/common/mainloop.c mainloop_child_add_with_flags(pid_t pid, int timeout, const char *desc, void *privatedata, enum mainloop_child_flags flags, timeout 1266 lib/common/mainloop.c child->timeout = FALSE; timeout 1272 lib/common/mainloop.c if (timeout) { timeout 1273 lib/common/mainloop.c child->timerid = pcmk__create_timer(timeout, child_timeout_callback, child); timeout 1289 lib/common/mainloop.c mainloop_child_add(pid_t pid, int timeout, const char *desc, void *privatedata, timeout 1292 lib/common/mainloop.c mainloop_child_add_with_flags(pid, timeout, desc, privatedata, 0, callback); timeout 388 lib/common/remote.c int timeout = timeout_ms; timeout 405 lib/common/remote.c if (errno == EINTR && (timeout > 0)) { timeout 406 lib/common/remote.c timeout = timeout_ms - ((time(NULL) - start) * 1000); timeout 407 lib/common/remote.c if (timeout < 1000) { timeout 408 lib/common/remote.c timeout = 1000; timeout 412 lib/common/remote.c rc = poll(&fds, 1, timeout); timeout 805 lib/common/remote.c pcmk__connect_remote(const char *host, int port, int timeout, int *timer_id, timeout 874 lib/common/remote.c if (connect_socket_retry(sock, rp->ai_addr, rp->ai_addrlen, timeout, timeout 33 lib/fencing/fencing_private.h int stonith__rhcs_metadata(const char *agent, int timeout, char **output); timeout 41 lib/fencing/fencing_private.h const char *host_arg, int timeout, timeout 51 lib/fencing/fencing_private.h int stonith__lha_metadata(const char *agent, int timeout, char **output); timeout 59 lib/fencing/fencing_private.h int timeout, char **output, char **error_output); timeout 36 lib/fencing/st_actions.c int timeout; timeout 266 lib/fencing/st_actions.c action->timeout = action->remaining_timeout = timeout_sec; timeout 297 lib/fencing/st_actions.c && (diff < (action->timeout * 0.7))) { timeout 300 lib/fencing/st_actions.c action->remaining_timeout = action->timeout - diff; timeout 591 lib/fencing/st_actions.c svc_action->timeout = action->remaining_timeout * 1000; timeout 80 lib/fencing/st_client.c int timeout; timeout 92 lib/fencing/st_client.c int call_options, int timeout); timeout 490 lib/fencing/st_client.c int timeout) timeout 552 lib/fencing/st_client.c stonith_key_value_t ** devices, int timeout) timeout 566 lib/fencing/st_client.c rc = stonith_send_command(stonith, STONITH_OP_QUERY, data, &output, call_options, timeout); timeout 633 lib/fencing/st_client.c int timeout) timeout 639 lib/fencing/st_client.c timeout, &output); timeout 659 lib/fencing/st_client.c stonith_api_monitor(stonith_t * stonith, int call_options, const char *id, int timeout) timeout 662 lib/fencing/st_client.c NULL, timeout, NULL); timeout 667 lib/fencing/st_client.c int timeout) timeout 670 lib/fencing/st_client.c timeout, NULL); timeout 675 lib/fencing/st_client.c const char *action, int timeout, int tolerance, int delay) timeout 683 lib/fencing/st_client.c crm_xml_add_int(data, PCMK__XA_ST_TIMEOUT, timeout); timeout 687 lib/fencing/st_client.c rc = stonith_send_command(stonith, STONITH_OP_FENCE, data, NULL, call_options, timeout); timeout 695 lib/fencing/st_client.c int timeout, int tolerance) timeout 698 lib/fencing/st_client.c timeout, tolerance, 0); timeout 711 lib/fencing/st_client.c stonith_history_t ** history, int timeout) timeout 727 lib/fencing/st_client.c call_options, timeout); timeout 1013 lib/fencing/st_client.c crm_err("Async call %d timed out after %dms", timer->call_id, timer->timeout); timeout 1024 lib/fencing/st_client.c int timeout) timeout 1028 lib/fencing/st_client.c if (timeout <= 0) { timeout 1042 lib/fencing/st_client.c async_timer->timeout = (timeout + 60) * 1000; timeout 1047 lib/fencing/st_client.c pcmk__create_timer(async_timer->timeout, stonith_async_timeout_handler, timeout 1052 lib/fencing/st_client.c update_callback_timeout(int call_id, int timeout, stonith_t * st) timeout 1063 lib/fencing/st_client.c set_callback_timeout(callback, st, call_id, timeout); timeout 1098 lib/fencing/st_client.c int timeout = 0; timeout 1100 lib/fencing/st_client.c crm_element_value_int(blob.xml, PCMK__XA_ST_TIMEOUT, &timeout); timeout 1103 lib/fencing/st_client.c update_callback_timeout(call_id, timeout, st); timeout 1332 lib/fencing/st_client.c stonith_api_add_callback(stonith_t * stonith, int call_id, int timeout, int options, timeout 1368 lib/fencing/st_client.c if (timeout > 0) { timeout 1369 lib/fencing/st_client.c set_callback_timeout(blob, stonith, call_id, timeout); timeout 1548 lib/fencing/st_client.c int call_options, int timeout) timeout 1583 lib/fencing/st_client.c crm_xml_add_int(op_msg, PCMK__XA_ST_TIMEOUT, timeout); timeout 1584 lib/fencing/st_client.c crm_trace("Sending %s message to fencer with timeout %ds", op, timeout); timeout 1602 lib/fencing/st_client.c 1000 * (timeout + 60), &op_reply); timeout 1607 lib/fencing/st_client.c crm_perror(LOG_ERR, "Couldn't perform %s operation (timeout=%ds): %d", op, timeout, rc); timeout 2053 lib/fencing/st_client.c stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off) timeout 2079 lib/fencing/st_client.c rc = st->cmds->fence(st, opts, name, action, timeout, 0); timeout 2898 lib/fencing/st_client.c bool stonith_agent_exists(const char *agent, int timeout); timeout 2901 lib/fencing/st_client.c stonith_agent_exists(const char *agent, int timeout) timeout 179 lib/fencing/st_lha.c stonith__lha_metadata(const char *agent, int timeout, char **output) timeout 303 lib/fencing/st_lha.c const char *agent, GHashTable *params, int timeout, timeout 270 lib/fencing/st_rhcs.c const char * host_arg, int timeout, timeout 274 lib/fencing/st_rhcs.c int remaining_timeout = timeout; timeout 196 lib/lrmd/lrmd_alerts.c entry->timeout, copy_params); timeout 377 lib/lrmd/lrmd_alerts.c op->timeout); timeout 224 lib/lrmd/lrmd_client.c copy->timeout = event->timeout; timeout 300 lib/lrmd/lrmd_client.c crm_element_value_int(msg, PCMK__XA_LRMD_TIMEOUT, &event.timeout); timeout 495 lib/lrmd/lrmd_client.c lrmd_poll(lrmd_t * lrmd, int timeout) timeout 562 lib/lrmd/lrmd_client.c lrmd_create_op(const char *token, const char *op, xmlNode *data, int timeout, timeout 572 lib/lrmd/lrmd_client.c crm_xml_add_int(op_msg, PCMK__XA_LRMD_TIMEOUT, timeout); timeout 781 lib/lrmd/lrmd_client.c lrmd_tls_send_recv(lrmd_t * lrmd, xmlNode * msg, int timeout, xmlNode ** reply) timeout 795 lib/lrmd/lrmd_client.c rc = read_remote_reply(lrmd, timeout, global_remote_msg_id, &xml); timeout 799 lib/lrmd/lrmd_client.c global_remote_msg_id, pcmk_rc_str(rc), rc, timeout); timeout 813 lib/lrmd/lrmd_client.c lrmd_send_xml(lrmd_t * lrmd, xmlNode * msg, int timeout, xmlNode ** reply) timeout 820 lib/lrmd/lrmd_client.c rc = crm_ipc_send(native->ipc, msg, crm_ipc_client_response, timeout, reply); timeout 823 lib/lrmd/lrmd_client.c rc = lrmd_tls_send_recv(lrmd, msg, timeout, reply); timeout 900 lib/lrmd/lrmd_client.c xmlNode **output_data, int timeout, timeout 920 lib/lrmd/lrmd_client.c op_msg = lrmd_create_op(native->token, op, data, timeout, options); timeout 927 lib/lrmd/lrmd_client.c rc = lrmd_send_xml(lrmd, op_msg, timeout, &op_reply); timeout 934 lib/lrmd/lrmd_client.c crm_perror(LOG_ERR, "Couldn't perform %s operation (timeout=%d): %d", op, timeout, rc); timeout 1606 lib/lrmd/lrmd_client.c lrmd_tls_connect_async(lrmd_t * lrmd, int timeout /*ms */ ) timeout 1613 lib/lrmd/lrmd_client.c rc = pcmk__connect_remote(native->server, native->port, timeout, &timer_id, timeout 1715 lib/lrmd/lrmd_client.c lrmd_api_connect_async(lrmd_t * lrmd, const char *name, int timeout) timeout 1732 lib/lrmd/lrmd_client.c rc = lrmd_tls_connect_async(lrmd, timeout); timeout 2151 lib/lrmd/lrmd_client.c int timeout, /* ms */ timeout 2165 lib/lrmd/lrmd_client.c crm_xml_add_int(data, PCMK__XA_LRMD_TIMEOUT, timeout); timeout 2172 lib/lrmd/lrmd_client.c rc = lrmd_send_command(lrmd, LRMD_OP_RSC_EXEC, data, NULL, timeout, options, true); timeout 2182 lib/lrmd/lrmd_client.c int timeout, lrmd_key_value_t *params) timeout 2192 lib/lrmd/lrmd_client.c crm_xml_add_int(data, PCMK__XA_LRMD_TIMEOUT, timeout); timeout 2198 lib/lrmd/lrmd_client.c rc = lrmd_send_command(lrmd, LRMD_OP_ALERT_EXEC, data, NULL, timeout, timeout 34 lib/pacemaker/pcmk_fence.c unsigned int timeout; timeout 158 lib/pacemaker/pcmk_fence.c int timeout = 0; timeout 174 lib/pacemaker/pcmk_fence.c pcmk__timeout_ms2s(async_fence_data.timeout), timeout 185 lib/pacemaker/pcmk_fence.c timeout = pcmk__timeout_ms2s(async_fence_data.timeout); timeout 187 lib/pacemaker/pcmk_fence.c timeout += async_fence_data.delay; timeout 189 lib/pacemaker/pcmk_fence.c st->cmds->register_callback(st, call_id, timeout, st_opt_timeout_updates, timeout 196 lib/pacemaker/pcmk_fence.c const char *name, unsigned int timeout, timeout 206 lib/pacemaker/pcmk_fence.c async_fence_data.timeout = timeout; timeout 232 lib/pacemaker/pcmk_fence.c const char *name, unsigned int timeout, timeout 244 lib/pacemaker/pcmk_fence.c rc = pcmk__request_fencing(st, target, action, name, timeout, tolerance, timeout 255 lib/pacemaker/pcmk_fence.c unsigned int timeout, int verbose, bool broadcast, timeout 286 lib/pacemaker/pcmk_fence.c rc = st->cmds->history(st, opts, target, &history, pcmk__timeout_ms2s(timeout)); timeout 330 lib/pacemaker/pcmk_fence.c pcmk_fence_history(xmlNodePtr *xml, const char *target, unsigned int timeout, timeout 344 lib/pacemaker/pcmk_fence.c rc = pcmk__fence_history(out, st, target, timeout, verbose, broadcast, timeout 377 lib/pacemaker/pcmk_fence.c pcmk_fence_installed(xmlNodePtr *xml, unsigned int timeout) timeout 434 lib/pacemaker/pcmk_fence.c const char *device_id, unsigned int timeout) timeout 440 lib/pacemaker/pcmk_fence.c rc = st->cmds->list(st, st_opts, device_id, &lists, pcmk__timeout_ms2s(timeout)); timeout 459 lib/pacemaker/pcmk_fence.c pcmk_fence_list_targets(xmlNodePtr *xml, const char *device_id, unsigned int timeout) timeout 470 lib/pacemaker/pcmk_fence.c rc = pcmk__fence_list_targets(out, st, device_id, timeout); timeout 480 lib/pacemaker/pcmk_fence.c unsigned int timeout) timeout 484 lib/pacemaker/pcmk_fence.c pcmk__timeout_ms2s(timeout)); timeout 496 lib/pacemaker/pcmk_fence.c pcmk_fence_metadata(xmlNodePtr *xml, const char *agent, unsigned int timeout) timeout 507 lib/pacemaker/pcmk_fence.c rc = pcmk__fence_metadata(out, st, agent, timeout); timeout 517 lib/pacemaker/pcmk_fence.c unsigned int timeout) timeout 522 lib/pacemaker/pcmk_fence.c rc = st->cmds->query(st, st_opts, target, &devices, pcmk__timeout_ms2s(timeout)); timeout 544 lib/pacemaker/pcmk_fence.c pcmk_fence_registered(xmlNodePtr *xml, const char *target, unsigned int timeout) timeout 555 lib/pacemaker/pcmk_fence.c rc = pcmk__fence_registered(out, st, target, timeout); timeout 619 lib/pacemaker/pcmk_fence.c const char *id, GHashTable *params, unsigned int timeout) timeout 626 lib/pacemaker/pcmk_fence.c pcmk__timeout_ms2s(timeout), &output, &error_output); timeout 633 lib/pacemaker/pcmk_fence.c GHashTable *params, unsigned int timeout) timeout 644 lib/pacemaker/pcmk_fence.c rc = pcmk__fence_validate(out, st, agent, id, params, timeout); timeout 580 lib/pacemaker/pcmk_graph_consumer.c pcmk__scan_min_int(value, &(action->timeout), 0); timeout 590 lib/pacemaker/pcmk_graph_consumer.c action->timeout += start_delay; timeout 598 lib/pacemaker/pcmk_graph_consumer.c crm_trace("Action %d has timer set to %dms", action->id, action->timeout); timeout 1644 lib/pengine/unpack.c time_t timeout = when_member timeout 1647 lib/pengine/unpack.c if (pcmk__scheduler_epoch_time(node->priv->scheduler) >= timeout) { timeout 1652 lib/pengine/unpack.c pcmk__update_recheck_time(timeout, scheduler, "pending node timeout"); timeout 207 lib/services/dbus.c add_dbus_timer(DBusTimeout *timeout, void *data) timeout 209 lib/services/dbus.c int interval_ms = dbus_timeout_get_interval(timeout); timeout 210 lib/services/dbus.c guint id = pcmk__create_timer(interval_ms, timer_popped, timeout); timeout 213 lib/services/dbus.c dbus_timeout_set_data(timeout, GUINT_TO_POINTER(id), NULL); timeout 220 lib/services/dbus.c remove_dbus_timer(DBusTimeout *timeout, void *data) timeout 222 lib/services/dbus.c void *vid = dbus_timeout_get_data(timeout); timeout 225 lib/services/dbus.c crm_trace("Removing %dms DBus timer", dbus_timeout_get_interval(timeout)); timeout 228 lib/services/dbus.c dbus_timeout_set_data(timeout, 0, NULL); timeout 233 lib/services/dbus.c toggle_dbus_timer(DBusTimeout *timeout, void *data) timeout 235 lib/services/dbus.c bool enabled = dbus_timeout_get_enabled(timeout); timeout 238 lib/services/dbus.c dbus_timeout_get_interval(timeout), (enabled? "off": "on")); timeout 240 lib/services/dbus.c add_dbus_timer(timeout, data); timeout 242 lib/services/dbus.c remove_dbus_timer(timeout, data); timeout 413 lib/services/dbus.c DBusError *error, int timeout) timeout 427 lib/services/dbus.c if (timeout <= 0) { timeout 429 lib/services/dbus.c timeout = DBUS_TIMEOUT_USE_DEFAULT; timeout 433 lib/services/dbus.c if (!dbus_connection_send_with_reply(connection, msg, &pending, timeout)) { timeout 478 lib/services/dbus.c void *user_data, int timeout) timeout 487 lib/services/dbus.c if (timeout <= 0) { timeout 489 lib/services/dbus.c timeout = DBUS_TIMEOUT_USE_DEFAULT; timeout 493 lib/services/dbus.c if (!dbus_connection_send_with_reply(connection, msg, &pending, timeout)) { timeout 698 lib/services/dbus.c DBusPendingCall **pending, int timeout) timeout 753 lib/services/dbus.c query_data, timeout); timeout 766 lib/services/dbus.c timeout); timeout 34 lib/services/pcmk-dbus.h void(*done)(DBusPendingCall *pending, void *user_data), void *user_data, int timeout); timeout 37 lib/services/pcmk-dbus.h DBusMessage *pcmk_dbus_send_recv(DBusMessage *msg, DBusConnection *connection, DBusError *error, int timeout); timeout 46 lib/services/pcmk-dbus.h DBusPendingCall **pending, int timeout); timeout 257 lib/services/services.c const char *action, guint interval_ms, int timeout, timeout 274 lib/services/services.c op->timeout = timeout; timeout 331 lib/services/services.c const char *action, guint interval_ms, int timeout, timeout 335 lib/services/services.c provider, agent, action, interval_ms, timeout, timeout 407 lib/services/services.c services_alert_create(const char *id, const char *exec, int timeout, timeout 414 lib/services/services.c action->timeout = timeout; timeout 723 lib/services/services_linux.c kind, op->id, op->pid, pcmk__readable_interval(op->timeout)); timeout 727 lib/services/services_linux.c kind, pcmk__readable_interval(op->timeout)); timeout 1053 lib/services/services_linux.c int timeout = op->timeout; timeout 1073 lib/services/services_linux.c int poll_rc = poll(fds, 3, timeout); timeout 1116 lib/services/services_linux.c timeout = 0; timeout 1126 lib/services/services_linux.c timeout = op->timeout - (time(NULL) - start) * 1000; timeout 1128 lib/services/services_linux.c } while ((op->timeout < 0 || timeout > 0)); timeout 1138 lib/services/services_linux.c if ((op->timeout > 0) && (timeout <= 0)) { timeout 1144 lib/services/services_linux.c op->id, op->pid, op->timeout); timeout 1378 lib/services/services_linux.c mainloop_child_add_with_flags(op->pid, op->timeout, op->id, op, timeout 88 lib/services/systemd.c void *user_data, int timeout) timeout 90 lib/services/systemd.c return pcmk_dbus_send(msg, systemd_proxy, done, user_data, timeout); timeout 94 lib/services/systemd.c systemd_send_recv(DBusMessage *msg, DBusError *error, int timeout) timeout 96 lib/services/systemd.c return pcmk_dbus_send_recv(msg, systemd_proxy, error, timeout); timeout 219 lib/services/systemd.c void *userdata, DBusPendingCall **pending, int timeout) timeout 223 lib/services/systemd.c name, callback, userdata, pending, timeout) timeout 331 lib/services/systemd.c systemd_daemon_reload(int timeout) timeout 339 lib/services/systemd.c GUINT_TO_POINTER(reload_count), timeout); timeout 548 lib/services/systemd.c (op? op->timeout : DBUS_TIMEOUT_USE_DEFAULT)); timeout 571 lib/services/systemd.c pending = systemd_send(msg, loadunit_completed, op, op->timeout); timeout 768 lib/services/systemd.c systemd_unit_metadata(const char *name, int timeout) timeout 777 lib/services/systemd.c timeout); timeout 1078 lib/services/systemd.c systemd_create_override(const char *agent, int timeout) timeout 1135 lib/services/systemd.c systemd_daemon_reload(timeout); timeout 1155 lib/services/systemd.c systemd_remove_override(const char *agent, int timeout) timeout 1175 lib/services/systemd.c systemd_daemon_reload(timeout); timeout 1251 lib/services/systemd.c op->timeout); timeout 1271 lib/services/systemd.c rc = systemd_create_override(op->agent, op->timeout); timeout 1285 lib/services/systemd.c systemd_remove_override(op->agent, op->timeout); timeout 1324 lib/services/systemd.c reply = systemd_send_recv(msg, NULL, op->timeout); timeout 1333 lib/services/systemd.c op->timeout); timeout 1407 lib/services/systemd.c op->stdout_data = systemd_unit_metadata(op->agent, op->timeout); timeout 1420 lib/services/systemd.c op->opaque->timerid = pcmk__create_timer(op->timeout + 5000, timeout 1683 tools/crm_resource_runtime.c guint timeout = pcmk__timeout_ms2s(timeout_ms); timeout 1852 tools/crm_resource_runtime.c step_timeout_s = timeout / sleep_interval; timeout 1863 tools/crm_resource_runtime.c if(timeout) { timeout 1864 tools/crm_resource_runtime.c timeout -= sleep_interval; timeout 1865 tools/crm_resource_runtime.c crm_trace("%us remaining", timeout); timeout 1931 tools/crm_resource_runtime.c step_timeout_s = timeout / sleep_interval; timeout 1943 tools/crm_resource_runtime.c if(timeout) { timeout 1944 tools/crm_resource_runtime.c timeout -= sleep_interval; timeout 1945 tools/crm_resource_runtime.c crm_trace("%ds remaining", timeout); timeout 36 tools/crmadmin.c guint timeout; timeout 41 tools/crmadmin.c .timeout = 30000, // Default to 30 seconds timeout 122 tools/crmadmin.c return pcmk_parse_interval_spec(optarg, &options.timeout) == pcmk_rc_ok; timeout 234 tools/crmadmin.c (unsigned int) options.timeout); timeout 238 tools/crmadmin.c (unsigned int) options.timeout, true, timeout 246 tools/crmadmin.c (unsigned int) options.timeout); timeout 56 tools/stonith_admin.c int timeout ; timeout 74 tools/stonith_admin.c .timeout = 120, timeout 207 tools/stonith_admin.c { "timeout", 't', 0, G_OPTION_ARG_INT, &options.timeout, timeout 359 tools/stonith_admin.c options.timeout * 1000, timeout 532 tools/stonith_admin.c if ((options.timeout > (UINT_MAX / 1000)) || (options.timeout < 0)) { timeout 533 tools/stonith_admin.c out->err(out, "Integer value \"%d\" for -t out of range", options.timeout); timeout 581 tools/stonith_admin.c rc = pcmk__fence_registered(out, st, target, options.timeout*1000); timeout 589 tools/stonith_admin.c rc = st->cmds->monitor(st, st_opts, device, options.timeout); timeout 591 tools/stonith_admin.c rc = st->cmds->list(st, st_opts, device, NULL, options.timeout); timeout 597 tools/stonith_admin.c rc = pcmk__fence_list_targets(out, st, device, options.timeout*1000); timeout 654 tools/stonith_admin.c rc = pcmk__fence_metadata(out, st, options.agent, options.timeout*1000); timeout 684 tools/stonith_admin.c rc = pcmk__fence_history(out, st, target, options.timeout*1000, args->verbosity, timeout 695 tools/stonith_admin.c options.timeout*1000);