Searched refs:checkwait (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/telephony/
H A Dixj.h1256 unsigned long checkwait; member in struct:__anon7112
H A Dixj.c1803 j->checkwait = jiffies + (hertz * 2);
1809 if (time_before(jiffies, j->checkwait)) {
1937 if(!j->checkwait) {
1938 j->checkwait = jiffies;
1940 if(time_before(jiffies, j->checkwait + 2)) {
1943 j->checkwait = 0;

Completed in 98 milliseconds