Home
last modified time | relevance | path

Searched refs:msecs_to_jiffies (Results 1 – 5 of 5) sorted by relevance

/kernel/
Dtime.c445 unsigned long msecs_to_jiffies(const unsigned int m) in msecs_to_jiffies() function
485 EXPORT_SYMBOL(msecs_to_jiffies);
Dprintk.c218 timeout = jiffies + msecs_to_jiffies(boot_delay); in boot_delay_msec()
1351 *caller_jiffies = jiffies + msecs_to_jiffies(interval_msecs); in printk_timed_ratelimit()
Dtimer.c1562 unsigned long timeout = msecs_to_jiffies(msecs) + 1; in msleep()
1576 unsigned long timeout = msecs_to_jiffies(msecs) + 1; in msleep_interruptible()
Dsysctl.c2651 *valp = msecs_to_jiffies(*negp ? -*lvalp : *lvalp); in do_proc_dointvec_ms_jiffies_conv()
2999 *(int *)(table->data) = msecs_to_jiffies(new); in sysctl_ms_jiffies()
Dsched.c3792 interval = msecs_to_jiffies(sd->balance_interval); in idle_balance()
3970 interval = msecs_to_jiffies(interval); in rebalance_domains()