Searched refs:new_period (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/block/ |
D | cciss.c | 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() [all …]
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 5426 unsigned int period, new_period, offset, new_offset, maxsync; in aic7xxx_parse_msg() local 5502 period = new_period = p->msg_buf[3]; in aic7xxx_parse_msg() 5580 new_period = MAX(period, p->transinfo[tindex].goal_period); in aic7xxx_parse_msg() 5588 syncrate = aic7xxx_find_syncrate(p, &new_period, maxsync, in aic7xxx_parse_msg() 5613 aic7xxx_set_syncrate(p, syncrate, target, channel, new_period, in aic7xxx_parse_msg() 5623 aic7xxx_set_syncrate(p, syncrate, target, channel, new_period, in aic7xxx_parse_msg() 5813 period = new_period = p->msg_buf[3]; in aic7xxx_parse_msg() 5953 syncrate = aic7xxx_find_syncrate(p, &new_period, maxsync, in aic7xxx_parse_msg() 5956 aic7xxx_set_syncrate(p, syncrate, target, channel, new_period, in aic7xxx_parse_msg() 5964 syncrate = aic7xxx_find_syncrate(p, &new_period, maxsync, in aic7xxx_parse_msg() [all …]
|
D | sym53c8xx.c | 6070 u_char new_width, new_offset, new_period; local 6214 new_period = tp->maxoffs?tp->ic_min_sync:0; 6219 new_period = tp->maxoffs?tp->ic_min_sync:0; 6225 new_period = 0; 6247 if ( (new_period==0x09) && new_offset) { 6252 new_period = 0x0A; 6265 msgptr[msglen++] = new_period; 6301 if (new_offset && (new_period < 0x0A)) { 6303 new_period = 0x0A; 6311 msgptr[msglen++] = new_period;
|