Searched refs:micros (Results 1 – 1 of 1) sorted by relevance
867 unsigned long micros; in etr_set_tolec_timeout() local872 micros = (now > etr_tolec) ? ((now - etr_tolec) >> 12) : 0; in etr_set_tolec_timeout()873 micros = (micros > 1600000) ? 0 : 1600000 - micros; in etr_set_tolec_timeout()874 mod_timer(&etr_timer, jiffies + (micros * HZ) / 1000000 + 1); in etr_set_tolec_timeout()