Home
last modified time | relevance | path

Searched refs:old_preempt_mode (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dread_config.c1116 uint16_t old_preempt_mode = slurmctld_conf.preempt_mode; in read_slurm_conf() local
1238 if (!reconfig && (old_preempt_mode & PREEMPT_MODE_GANG)) { in read_slurm_conf()
1510 rc = _update_preempt(old_preempt_mode); in read_slurm_conf()
2496 static int _update_preempt(uint16_t old_preempt_mode) in _update_preempt() argument
2500 if ((old_preempt_mode & PREEMPT_MODE_GANG) == in _update_preempt()
2510 if (old_preempt_mode == PREEMPT_MODE_GANG) { in _update_preempt()