Home
last modified time | relevance | path

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

/linux/drivers/s390/net/
H A Dfsm.c166 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 Dfsm.h254 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 Dhptiop.h346 int (*iop_wait_ready)(struct hptiop_hba *hba, u32 millisec);
/linux/Documentation/scheduler/
H A Dsched-nice-design.rst47 millisec) rescheduling. (and would thus trash the cache, etc. Remember,