Home
last modified time | relevance | path

Searched refs:NSEC_PER_MSEC (Results 1 – 23 of 23) sorted by relevance

/linux-3.4.99/kernel/trace/
Dring_buffer_benchmark.c337 avg = NSEC_PER_MSEC / hit; in ring_buffer_producer()
355 avg = NSEC_PER_MSEC / (hit + missed); in ring_buffer_producer()
/linux-3.4.99/arch/arm/mach-davinci/
Daemif.c59 result = DIV_ROUND_UP((wanted * clk), NSEC_PER_MSEC) - 1; in aemif_calc_rate()
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_fence.c234 unsigned long sleep_time = NSEC_PER_MSEC / 1000; in __nouveau_fence_wait()
253 if (sleep_time > NSEC_PER_MSEC) in __nouveau_fence_wait()
254 sleep_time = NSEC_PER_MSEC; in __nouveau_fence_wait()
/linux-3.4.99/arch/arm/kernel/
Dsched_clock.c128 do_div(wrap, NSEC_PER_MSEC); in setup_sched_clock()
/linux-3.4.99/arch/arm/mach-tegra/
Dtimer.c145 timespec_add_ns(tsp, delta * NSEC_PER_MSEC); in read_persistent_clock()
/linux-3.4.99/drivers/pps/generators/
Dpps_gen_parport.c188 ((ts.tv_nsec > 990 * NSEC_PER_MSEC) ? 1 : 0), in next_intr_time()
/linux-3.4.99/include/linux/
Dtime.h38 #define NSEC_PER_MSEC 1000000L macro
/linux-3.4.99/net/ipv4/
Dip_options.c63 midtime = htonl((tv.tv_sec % 86400) * MSEC_PER_SEC + tv.tv_nsec / NSEC_PER_MSEC); in ip_options_build()
408 midtime = (tv.tv_sec % 86400) * MSEC_PER_SEC + tv.tv_nsec / NSEC_PER_MSEC; in ip_options_compile()
Dicmp.c853 tv.tv_nsec / NSEC_PER_MSEC); in icmp_timestamp()
/linux-3.4.99/drivers/staging/olpc_dcon/
Dolpc_dcon.c259 delta_t.tv_nsec > NSEC_PER_MSEC * 20) { in dcon_load_holdoff()
380 delta_t.tv_nsec < NSEC_PER_MSEC * 20) { in dcon_source_switch()
/linux-3.4.99/drivers/video/msm/
Dmsm_fb.c131 if (time_since_request > 20 * NSEC_PER_MSEC) { in msmfb_start_dma()
133 us = do_div(time_since_request, NSEC_PER_MSEC) / NSEC_PER_USEC; in msmfb_start_dma()
/linux-3.4.99/fs/
Dselect.c45 #define MAX_SLACK (100 * NSEC_PER_MSEC)
919 NSEC_PER_MSEC * (timeout_msecs % MSEC_PER_SEC)); in SYSCALL_DEFINE3()
Deventpoll.c1362 .tv_nsec = NSEC_PER_MSEC * (ms % MSEC_PER_SEC), in ep_set_mstimeout()
/linux-3.4.99/arch/x86/kernel/
Dtsc.c622 *scale = (NSEC_PER_MSEC << CYC2NS_SCALE_FACTOR)/cpu_khz; in set_cyc2ns_scale()
/linux-3.4.99/kernel/
Dhrtimer.c1401 if (delta.tv64 > 100 * NSEC_PER_MSEC) in hrtimer_interrupt()
1402 expires_next = ktime_add_ns(now, 100 * NSEC_PER_MSEC); in hrtimer_interrupt()
/linux-3.4.99/drivers/acpi/apei/
Deinj.c43 #define FIRMWARE_TIMEOUT (1 * NSEC_PER_MSEC)
Derst.c58 #define FIRMWARE_TIMEOUT (1 * NSEC_PER_MSEC)
/linux-3.4.99/arch/powerpc/platforms/cell/
Dspu_base.c692 return time / NSEC_PER_MSEC; in spu_acct_time()
/linux-3.4.99/kernel/sched/
Dsched.h937 return (u64)sysctl_sched_time_avg * NSEC_PER_MSEC / 2; in sched_avg_period()
Dfair.c1835 static const u64 min_cfs_rq_runtime = 1 * NSEC_PER_MSEC;
1837 static const u64 min_bandwidth_expiration = 2 * NSEC_PER_MSEC;
1839 static const u64 cfs_bandwidth_slack_period = 5 * NSEC_PER_MSEC;
Dcore.c7937 const u64 min_cfs_quota_period = 1 * NSEC_PER_MSEC; /* 1ms */
/linux-3.4.99/net/openvswitch/
Dflow.c118 cur_ts.tv_nsec / NSEC_PER_MSEC; in ovs_flow_used_time()
/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dfile.c2359 return time / NSEC_PER_MSEC; in spufs_acct_time()