Searched refs:millisec (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/s390/net/ |
| H A D | fsm.c | 166 fsm_addtimer(fsm_timer *this, int millisec, int event, void *arg) in fsm_addtimer() argument 171 this->fi->name, this, millisec); in fsm_addtimer() 177 this->tl.expires = jiffies + (millisec * HZ) / 1000; in fsm_addtimer() 184 fsm_modtimer(fsm_timer *this, int millisec, int event, void *arg) in fsm_modtimer() argument 189 this->fi->name, this, millisec); in fsm_modtimer() 196 this->tl.expires = jiffies + (millisec * HZ) / 1000; in fsm_modtimer()
|
| H A D | fsm.h | 254 extern int fsm_addtimer(fsm_timer *timer, int millisec, int event, void *arg); 264 extern void fsm_modtimer(fsm_timer *timer, int millisec, int event, void *arg);
|
| /linux/drivers/scsi/ |
| H A D | hptiop.h | 346 int (*iop_wait_ready)(struct hptiop_hba *hba, u32 millisec);
|
| /linux/Documentation/scheduler/ |
| H A D | sched-nice-design.rst | 47 millisec) rescheduling. (and would thus trash the cache, etc. Remember,
|