[go: nahoru, domu]

Searched defs:waittime (Results 1 - 5 of 5) sorted by relevance

/drivers/isdn/divert/
H A Disdn_divert.h60 2 = report call, send proceed, wait max waittime secs
61 3 = report call, alert and deflect after waittime
65 u_char waittime; /* maximum wait time for proceeding */ member in struct:__anon1754
/drivers/block/
H A Dcciss_scsi.c1577 int waittime = HZ; local
1593 schedule_timeout_uninterruptible(waittime);
1597 if (waittime < (HZ * 30))
1598 waittime = waittime * 2;
1629 waittime / HZ);
/drivers/net/hamradio/
H A Ddmascc.c172 int waittime; /* [1/TMR_0_HZ] */ member in struct:scc_param
1423 start_timer(priv, priv->param.waittime, DCDIE);
/drivers/scsi/
H A Dhpsa.c4228 int waittime = 1; /* seconds */ local
4244 msleep(1000 * waittime);
4249 if (waittime < HPSA_MAX_WAIT_INTERVAL_SECS)
4250 waittime = waittime * 2;
4268 "for device to become ready.\n", waittime);
/drivers/net/wireless/
H A Dairo.c8071 int waittime; local
8078 waittime=dwelltime;
8081 while ((IN4500 (ai, SWS0) & 0x8000) && waittime > 0) {
8083 waittime -= 50;
8087 if(waittime <= 0 ){

Completed in 144 milliseconds