Lines Matching defs:tics
46 static uint poll, tics;
1334 if (!tics)
1341 if (!tics)
1451 if (!tics)
1461 if (!tics)
2303 if ((s32)(hfc_jiffies + tics - jiffies) <= 0)
2306 hfc_jiffies += tics;
2320 tics = (poll * HZ) / 8000;
2321 if (tics < 1)
2322 tics = 1;
2323 poll = (tics * 8000) / HZ;
2335 hfc_tl.expires = jiffies + tics;
2339 tics = 0; /* indicate the use of controller's timer */