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     189 include/crm/pengine/pe_types.h     guint shutdown_lock;// How long (seconds) to lock resources to shutdown node
shutdown_lock     931 lib/pacemaker/pcmk_sched_allocate.c     if (data_set->shutdown_lock > 0) {
shutdown_lock     932 lib/pacemaker/pcmk_sched_allocate.c         time_t lock_expiration = rsc->lock_time + data_set->shutdown_lock;
shutdown_lock     381 lib/pengine/unpack.c         data_set->shutdown_lock = crm_parse_interval_spec(value) / 1000;
shutdown_lock     382 lib/pengine/unpack.c         crm_trace("Shutdown locks expire after %us", data_set->shutdown_lock);
shutdown_lock    2307 lib/pengine/unpack.c         if ((data_set->shutdown_lock > 0)
shutdown_lock    2309 lib/pengine/unpack.c                 > (lock_time + data_set->shutdown_lock))) {