| /OK3568_Linux_fs/kernel/arch/s390/appldata/ |
| H A D | appldata_os.c | 111 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_USER]); in appldata_get_os_data() 113 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_NICE]); in appldata_get_os_data() 115 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_SYSTEM]); in appldata_get_os_data() 117 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_IDLE]); in appldata_get_os_data() 119 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_IRQ]); in appldata_get_os_data() 121 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_SOFTIRQ]); in appldata_get_os_data() 123 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_IOWAIT]); in appldata_get_os_data() 125 nsecs_to_jiffies(kcpustat_cpu(i).cpustat[CPUTIME_STEAL]); in appldata_get_os_data()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-stat.h | 145 mod_timer(&cb->timer, jiffies + nsecs_to_jiffies(nsecs)); in blk_stat_activate_nsecs()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | osf_sys.c | 1091 utime_jiffies = nsecs_to_jiffies(utime); in SYSCALL_DEFINE2() 1092 stime_jiffies = nsecs_to_jiffies(stime); in SYSCALL_DEFINE2() 1099 utime_jiffies = nsecs_to_jiffies(current->signal->cutime); in SYSCALL_DEFINE2() 1100 stime_jiffies = nsecs_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_wait.c | 264 if (ret == -ETIME && !nsecs_to_jiffies(args->timeout_ns)) in i915_gem_wait_ioctl()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | psi.c | 339 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times() 448 schedule_delayed_work(dwork, nsecs_to_jiffies( in psi_avgs_work() 664 nsecs_to_jiffies(group->polling_next_update - now) + 1, in psi_poll_work()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | time.c | 755 unsigned long nsecs_to_jiffies(u64 n) in nsecs_to_jiffies() function 759 EXPORT_SYMBOL_GPL(nsecs_to_jiffies);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jiffies.h | 439 extern unsigned long nsecs_to_jiffies(u64 n);
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_lockup.c | 345 schedule_timeout(secs * HZ + nsecs_to_jiffies(nsecs)); in test_wait()
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | call_event.c | 213 resend_at = nsecs_to_jiffies(ktime_to_ns(ktime_sub(now, oldest))); in rxrpc_resend()
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-sun4i.c | 288 nsecs_to_jiffies(cstate.period + 1000); in sun4i_pwm_apply()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | discard.c | 366 delay = max(delay, nsecs_to_jiffies(bg_timeout)); in __btrfs_discard_schedule_work()
|
| /OK3568_Linux_fs/kernel/sound/soc/mediatek/common/ |
| H A D | mtk-btcvsd.c | 653 nsecs_to_jiffies(timeout_limit)); in wait_for_bt_irq() 657 nsecs_to_jiffies(timeout_limit)); in wait_for_bt_irq()
|
| /OK3568_Linux_fs/kernel/drivers/siox/ |
| H A D | siox-core.c | 650 smaster->poll_interval = nsecs_to_jiffies(val); in poll_interval_ns_store()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | xprt.c | 621 jiffies - nsecs_to_jiffies(delta) : in xprt_abs_ktime_to_jiffies() 622 jiffies + nsecs_to_jiffies(-delta); in xprt_abs_ktime_to_jiffies()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | flock.c | 62 duration_j = nsecs_to_jiffies(ktime_to_ns(duration)); in afs_schedule_lock_extension()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_encoder.c | 1787 nsecs_to_jiffies(ktime_to_ns(wakeup_time))); in dpu_encoder_vsync_event_work_handler() 1858 nsecs_to_jiffies(ktime_to_ns(wakeup_time))); in dpu_encoder_kickoff()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gem.c | 431 timeout_jiffies = nsecs_to_jiffies(ktime_to_ns(timeout)); in amdgpu_gem_timeout()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/ |
| H A D | rxe_qp.c | 635 int j = nsecs_to_jiffies(4096ULL << attr->timeout); in rxe_qp_from_attr()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ptp.c | 284 clock->overflow_period = nsecs_to_jiffies(nsec); in mlxsw_sp1_ptp_clock_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H A D | vc4_gem.c | 395 timeout_expire = jiffies + nsecs_to_jiffies(timeout_ns); in vc4_wait_for_seqno()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | apm_32.c | 919 idle_percentage = nsecs_to_jiffies(stime - last_stime); in apm_cpu_idle()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_db845c | 1317 nsecs_to_jiffies
|
| H A D | abi_gki_aarch64_exynos | 1276 nsecs_to_jiffies
|
| H A D | abi_gki_aarch64_qcom | 1540 nsecs_to_jiffies
|
| H A D | abi_gki_aarch64_mtk | 1347 nsecs_to_jiffies
|