shutdown_lock 36 daemons/controld/controld_te_callbacks.c time_t shutdown_lock = 0; shutdown_lock 39 daemons/controld/controld_te_callbacks.c &shutdown_lock) == pcmk_ok) shutdown_lock 40 daemons/controld/controld_te_callbacks.c && (shutdown_lock == 0); shutdown_lock 196 include/crm/pengine/pe_types.h guint shutdown_lock;// How long (seconds) to lock resources to shutdown node shutdown_lock 231 lib/pacemaker/libpacemaker_private.h void (*shutdown_lock)(pe_resource_t *rsc); shutdown_lock 233 lib/pacemaker/pcmk_sched_allocate.c rsc->cmds->shutdown_lock(rsc); shutdown_lock 761 lib/pacemaker/pcmk_sched_group.c member->cmds->shutdown_lock(member); shutdown_lock 1507 lib/pacemaker/pcmk_sched_primitive.c if (rsc->cluster->shutdown_lock > 0) { shutdown_lock 1508 lib/pacemaker/pcmk_sched_primitive.c time_t lock_expiration = rsc->lock_time + rsc->cluster->shutdown_lock; shutdown_lock 373 lib/pengine/unpack.c data_set->shutdown_lock = crm_parse_interval_spec(value) / 1000; shutdown_lock 374 lib/pengine/unpack.c crm_trace("Shutdown locks expire after %us", data_set->shutdown_lock); shutdown_lock 2347 lib/pengine/unpack.c if ((data_set->shutdown_lock > 0) shutdown_lock 2349 lib/pengine/unpack.c > (lock_time + data_set->shutdown_lock))) {