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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/mISDN/
H A Dclock.c146 int elapsed_8000th; local
174 elapsed_8000th = (tv_now.tv_usec / 125)
176 if (elapsed_8000th < 0) {
178 elapsed_8000th += 8000;
181 iclock_count += elapsed_sec * 8000 + elapsed_8000th;
199 int elapsed_8000th; local
206 elapsed_8000th = (tv_now.tv_usec / 125) - (iclock_tv.tv_usec / 125);
207 if (elapsed_8000th < 0) {
209 elapsed_8000th += 8000;
212 count = iclock_count + elapsed_sec * 8000 + elapsed_8000th;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dclock.c146 int elapsed_8000th; local
174 elapsed_8000th = (tv_now.tv_usec / 125)
176 if (elapsed_8000th < 0) {
178 elapsed_8000th += 8000;
181 iclock_count += elapsed_sec * 8000 + elapsed_8000th;
199 int elapsed_8000th; local
206 elapsed_8000th = (tv_now.tv_usec / 125) - (iclock_tv.tv_usec / 125);
207 if (elapsed_8000th < 0) {
209 elapsed_8000th += 8000;
212 count = iclock_count + elapsed_sec * 8000 + elapsed_8000th;
[all...]

Completed in 124 milliseconds