Home
last modified time | relevance | path

Searched refs:jiffies_to_msecs (Results 1 – 10 of 10) sorted by relevance

/kernel/rcu/
Dtree_stall.h36 cpu_stall_timeout = jiffies_to_msecs(rcu_jiffies_till_stall_check()); in rcu_exp_jiffies_till_stall_check()
44 if (cpu_stall_timeout && jiffies_to_msecs(till_stall_check) != cpu_stall_timeout) in rcu_exp_jiffies_till_stall_check()
45 WRITE_ONCE(rcu_exp_cpu_stall_timeout, jiffies_to_msecs(till_stall_check)); in rcu_exp_jiffies_till_stall_check()
/kernel/power/
Dsuspend_test.c41 msec = jiffies_to_msecs(abs(nj)); in suspend_test_finish()
/kernel/time/
Dtime.c374 unsigned int jiffies_to_msecs(const unsigned long j) in jiffies_to_msecs() function
389 EXPORT_SYMBOL(jiffies_to_msecs);
Dtimer.c2112 return jiffies_to_msecs(timeout); in msleep_interruptible()
/kernel/irq/
Dproc.c294 jiffies_to_msecs(desc->last_unhandled)); in irq_spurious_proc_show()
/kernel/
Dsysctl.c1240 *lvalp = jiffies_to_msecs(lval); in do_proc_dointvec_ms_jiffies_conv()
Dworkqueue.c4871 hung = jiffies_to_msecs(jiffies - pool->watchdog_ts) / 1000; in show_one_worker_pool()
5883 jiffies_to_msecs(now - pool_ts) / 1000); in wq_watchdog_timer_fn()
/kernel/sched/
Drt.c3156 sysctl_sched_rr_timeslice = jiffies_to_msecs(RR_TIMESLICE); in sched_rr_handler()
Dfair.c1510 time = jiffies_to_msecs(jiffies); in numa_hint_fault_latency()
1527 now = jiffies_to_msecs(jiffies); in numa_promotion_rate_limit()
1548 now = jiffies_to_msecs(jiffies); in numa_promotion_adjust_threshold()
Dcore.c4601 pgdat->nbp_th_start = jiffies_to_msecs(jiffies); in reset_memory_tiering()