Searched refs:millisec (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/isdn/mISDN/ |
| H A D | fsm.c | 132 int millisec, int event, void *arg, int where) in mISDN_FsmAddTimer() argument 138 (long) ft, millisec, where); in mISDN_FsmAddTimer() 152 ft->tl.expires = jiffies + (millisec * HZ) / 1000; in mISDN_FsmAddTimer() 160 int millisec, int event, void *arg, int where) in mISDN_FsmRestartTimer() argument 166 (long) ft, millisec, where); in mISDN_FsmRestartTimer() 173 ft->tl.expires = jiffies + (millisec * HZ) / 1000; in mISDN_FsmRestartTimer()
|
| /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,
|