Searched defs:millisec (Results 1 - 6 of 6) sorted by relevance

/drivers/isdn/hisax/
H A Dfsm.c122 int millisec, int event, void *arg, int where)
128 (long) ft, millisec, where);
139 ft->tl.expires = jiffies + (millisec * HZ) / 1000;
146 int millisec, int event, void *arg, int where)
152 (long) ft, millisec, where);
160 ft->tl.expires = jiffies + (millisec * HZ) / 1000;
121 FsmAddTimer(struct FsmTimer *ft, int millisec, int event, void *arg, int where) argument
145 FsmRestartTimer(struct FsmTimer *ft, int millisec, int event, void *arg, int where) argument
H A Disdnl3.c185 int millisec, int event)
193 t->tl.expires = jiffies + (millisec * HZ) / 1000;
184 L3AddTimer(struct L3Timer *t, int millisec, int event) argument
/drivers/isdn/mISDN/
H A Dfsm.c137 int millisec, int event, void *arg, int where)
143 (long) ft, millisec, where);
158 ft->tl.expires = jiffies + (millisec * HZ) / 1000;
166 int millisec, int event, void *arg, int where)
172 (long) ft, millisec, where);
180 ft->tl.expires = jiffies + (millisec * HZ) / 1000;
136 mISDN_FsmAddTimer(struct FsmTimer *ft, int millisec, int event, void *arg, int where) argument
165 mISDN_FsmRestartTimer(struct FsmTimer *ft, int millisec, int event, void *arg, int where) argument
/drivers/s390/net/
H A Dfsm.c165 fsm_addtimer(fsm_timer *this, int millisec, int event, void *arg) argument
170 this->fi->name, this, millisec);
178 this->tl.expires = jiffies + (millisec * HZ) / 1000;
185 fsm_modtimer(fsm_timer *this, int millisec, int event, void *arg) argument
190 this->fi->name, this, millisec);
199 this->tl.expires = jiffies + (millisec * HZ) / 1000;
/drivers/scsi/
H A Dhptiop.c47 static int iop_send_sync_msg(struct hptiop_hba *hba, u32 msg, u32 millisec);
54 static int iop_wait_ready_itl(struct hptiop_hba *hba, u32 millisec) argument
59 for (i = 0; i < millisec; i++) {
75 static int iop_wait_ready_mv(struct hptiop_hba *hba, u32 millisec) argument
77 return iop_send_sync_msg(hba, IOPMU_INBOUND_MSG0_NOP, millisec);
234 void __iomem *_req, u32 millisec)
245 for (i = 0; i < millisec; i++) {
256 u32 size_bits, u32 millisec)
266 for (i = 0; i < millisec; i++) {
288 static int iop_send_sync_msg(struct hptiop_hba *hba, u32 msg, u32 millisec) argument
233 iop_send_sync_request_itl(struct hptiop_hba *hba, void __iomem *_req, u32 millisec) argument
255 iop_send_sync_request_mv(struct hptiop_hba *hba, u32 size_bits, u32 millisec) argument
[all...]
H A Ddpt_i2o.c3628 static static void adpt_delay(int millisec) argument
3631 for (i = 0; i < millisec; i++) {

Completed in 118 milliseconds