in_progress 274 crmd/control.c static bool in_progress = FALSE; in_progress 276 crmd/control.c if(in_progress && rc == 0) { in_progress 280 crmd/control.c } else if(in_progress) { in_progress 287 crmd/control.c in_progress = TRUE; in_progress 1685 crmd/lrm.c gboolean in_progress = FALSE; in_progress 1714 crmd/lrm.c in_progress = cancel_op_key(lrm_state, rsc, op_key, TRUE); in_progress 1718 crmd/lrm.c in_progress = cancel_op(lrm_state, rsc->id, NULL, call, TRUE); in_progress 1722 crmd/lrm.c if (in_progress == FALSE || is_remote_lrmd_ra(NULL, NULL, rsc->id)) { in_progress 394 include/crm/stonith-ng.h time_t stonith_api_time(uint32_t nodeid, const char *uname, bool in_progress); in_progress 462 include/crm/stonith-ng.h stonith_api_time_helper(uint32_t nodeid, bool in_progress) in_progress 465 include/crm/stonith-ng.h static time_t(*st_time_fn) (int nodeid, const char *uname, bool in_progress) = NULL; in_progress 477 include/crm/stonith-ng.h return (*st_time_fn) (nodeid, NULL, in_progress); in_progress 2601 lib/fencing/st_client.c stonith_api_time(uint32_t nodeid, const char *uname, bool in_progress) in_progress 2636 lib/fencing/st_client.c if (in_progress) {