Lines Matching refs:new_period
3209 unsigned int new_period, old_period, new_deadline, old_deadline; in start_monitor_thread() local
3212 new_period = simple_strtol(cmd + 8, NULL, 10); in start_monitor_thread()
3219 new_period = h->monitor_period; in start_monitor_thread()
3223 if (new_period != 0 && new_period < CCISS_MIN_PERIOD) in start_monitor_thread()
3224 new_period = CCISS_MIN_PERIOD; in start_monitor_thread()
3225 if (new_period > CCISS_MAX_PERIOD) in start_monitor_thread()
3226 new_period = CCISS_MAX_PERIOD; in start_monitor_thread()
3227 if (new_deadline >= new_period) { in start_monitor_thread()
3228 new_deadline = new_period - 5; in start_monitor_thread()
3235 h->monitor_period = new_period; in start_monitor_thread()
3238 if (new_period == 0) { in start_monitor_thread()
3244 if (new_period != old_period) in start_monitor_thread()
3247 h->ctlr, old_period, new_period); in start_monitor_thread()
3256 h->monitor_period = new_period; in start_monitor_thread()