| /linux/drivers/usb/host/ |
| H A D | ehci-timer.c | 61 1 * NSEC_PER_MSEC, /* EHCI_HRTIMER_POLL_ASS */ 62 1 * NSEC_PER_MSEC, /* EHCI_HRTIMER_POLL_PSS */ 63 1 * NSEC_PER_MSEC, /* EHCI_HRTIMER_POLL_DEAD */ 65 2 * NSEC_PER_MSEC, /* EHCI_HRTIMER_FREE_ITDS */ 66 2 * NSEC_PER_MSEC, /* EHCI_HRTIMER_ACTIVE_UNLINK */ 67 5 * NSEC_PER_MSEC, /* EHCI_HRTIMER_START_UNLINK_INTR */ 68 6 * NSEC_PER_MSEC, /* EHCI_HRTIMER_ASYNC_UNLINKS */ 69 10 * NSEC_PER_MSEC, /* EHCI_HRTIMER_IAA_WATCHDOG */ 70 10 * NSEC_PER_MSEC, /* EHCI_HRTIMER_DISABLE_PERIODIC */ 71 15 * NSEC_PER_MSEC, /* EHCI_HRTIMER_DISABLE_ASYNC */ [all …]
|
| /linux/include/linux/ |
| H A D | ktime.h | 164 return ktime_divns(kt, NSEC_PER_MSEC); in ktime_to_ms() 184 return ktime_add_ns(kt, msec * NSEC_PER_MSEC); in ktime_add_ms() 194 return ktime_sub_ns(kt, msec * NSEC_PER_MSEC); in ktime_sub_ms() 232 return ms * NSEC_PER_MSEC; in ms_to_ktime()
|
| /linux/tools/testing/selftests/intel_pstate/ |
| H A D | aperf.c | 17 #define NSEC_PER_MSEC 1000000L macro 86 start = before.tv_sec*MSEC_PER_SEC + before.tv_nsec/NSEC_PER_MSEC; in main() 87 finish = after.tv_sec*MSEC_PER_SEC + after.tv_nsec/NSEC_PER_MSEC; in main()
|
| /linux/block/ |
| H A D | genhd.c | 1086 (unsigned int)div_u64(stat.nsecs[STAT_READ], NSEC_PER_MSEC), in part_stat_show() 1090 (unsigned int)div_u64(stat.nsecs[STAT_WRITE], NSEC_PER_MSEC), in part_stat_show() 1097 NSEC_PER_MSEC), in part_stat_show() 1101 (unsigned int)div_u64(stat.nsecs[STAT_DISCARD], NSEC_PER_MSEC), in part_stat_show() 1103 (unsigned int)div_u64(stat.nsecs[STAT_FLUSH], NSEC_PER_MSEC)); in part_stat_show() 1388 NSEC_PER_MSEC)); in diskstats_show() 1393 NSEC_PER_MSEC)); in diskstats_show() 1400 NSEC_PER_MSEC)); in diskstats_show() 1405 NSEC_PER_MSEC)); in diskstats_show() 1408 NSEC_PER_MSEC)); in diskstats_show()
|
| H A D | blk-iolatency.c | 161 #define BLKIOLATENCY_MIN_WIN_SIZE (100 * NSEC_PER_MSEC) 512 #define BLKIOLATENCY_MIN_ADJUST_TIME (500 * NSEC_PER_MSEC) 956 cur_win = div64_u64(iolat->cur_win_nsec, NSEC_PER_MSEC); in iolatency_pd_stat() 1004 iolat->cur_win_nsec = 100 * NSEC_PER_MSEC; in iolatency_pd_init()
|
| H A D | bfq-iosched.c | 223 #define BFQ_MIN_TT (2 * NSEC_PER_MSEC) 250 #define BFQ_RATE_MIN_INTERVAL (300*NSEC_PER_MSEC) 2077 if (tot_io_time > 200 * NSEC_PER_MSEC) { in bfq_update_io_intensity() 2142 now_ns - bfqd->last_completion >= 4 * NSEC_PER_MSEC || in bfq_check_waker() 3392 sl = max_t(u32, sl, 20ULL * NSEC_PER_MSEC); in bfq_arm_slice_timer() 3611 if (now_ns - bfqd->last_dispatch > 100*NSEC_PER_MSEC && in bfq_update_peak_rate() 4173 *delta_ms = BFQ_MIN_TT / NSEC_PER_MSEC; in bfq_bfqq_is_slow() 4175 *delta_ms = bfq_slice_idle / NSEC_PER_MSEC; in bfq_bfqq_is_slow() 7404 __data = div_u64(__data, NSEC_PER_MSEC); \ 7447 *(__PTR) = (u64)__data * NSEC_PER_MSEC; \ [all …]
|
| /linux/tools/include/linux/ |
| H A D | time64.h | 8 #define NSEC_PER_MSEC 1000000L macro
|
| /linux/include/vdso/ |
| H A D | time64.h | 9 #define NSEC_PER_MSEC 1000000L macro
|
| /linux/kernel/power/ |
| H A D | wakelock.c | 239 u64 timeout_ms = timeout_ns + NSEC_PER_MSEC - 1; in pm_wake_lock() 241 do_div(timeout_ms, NSEC_PER_MSEC); in pm_wake_lock()
|
| /linux/tools/perf/util/ |
| H A D | bpf-trace-summary.c | 152 double total = (double)(stat->total_time) / NSEC_PER_MSEC; in print_common_stats() 153 double min = (double)(stat->min_time) / NSEC_PER_MSEC; in print_common_stats() 154 double max = (double)(stat->max_time) / NSEC_PER_MSEC; in print_common_stats()
|
| /linux/drivers/phy/amlogic/ |
| H A D | phy-meson-axg-mipi-dphy.c | 270 DIV_ROUND_UP(priv->config.init * NSEC_PER_MSEC, temp)); in phy_meson_axg_mipi_dphy_power_on() 272 DIV_ROUND_UP(priv->config.wakeup * NSEC_PER_MSEC, temp)); in phy_meson_axg_mipi_dphy_power_on()
|
| /linux/drivers/usb/chipidea/ |
| H A D | otg_fsm.c | 228 timer_nsec = (otg_timer_ms[t] % MSEC_PER_SEC) * NSEC_PER_MSEC; in ci_otg_add_timer() 237 ci->hr_timeouts[t], NSEC_PER_MSEC, in ci_otg_add_timer() 279 ci->hr_timeouts[next_timer], NSEC_PER_MSEC, in ci_otg_del_timer() 413 NSEC_PER_MSEC, HRTIMER_MODE_ABS); in ci_otg_hrtimer_func()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer_benchmark.c | 350 avg = NSEC_PER_MSEC / hit; in ring_buffer_producer() 368 avg = NSEC_PER_MSEC / (hit + missed); in ring_buffer_producer()
|
| /linux/include/net/ |
| H A D | codel.h | 63 #define MS2TIME(a) ((a * NSEC_PER_MSEC) >> CODEL_SHIFT)
|
| /linux/tools/dma/ |
| H A D | dma_map_benchmark.c | 15 #define NSEC_PER_MSEC 1000000L macro
|
| /linux/tools/perf/ |
| H A D | builtin-kwork.c | 781 (double)(sample->time - atom->time) / NSEC_PER_MSEC); in timehist_print_event() 788 (double)(atom->time - atom->prev->time) / NSEC_PER_MSEC); in timehist_print_event() 1379 (double)work->total_runtime / NSEC_PER_MSEC); in report_print_work() 1384 work->nr_atoms / NSEC_PER_MSEC); in report_print_work() 1404 (double)work->max_runtime / NSEC_PER_MSEC, in report_print_work() 1420 (double)work->max_latency / NSEC_PER_MSEC, in report_print_work() 1507 (double)kwork->all_runtime / NSEC_PER_MSEC, in print_summary() 1510 (double)time / NSEC_PER_MSEC); in print_summary() 1603 (double)cpus_total_time / NSEC_PER_MSEC, in top_print_cpu_usage() 1668 (double)work->total_runtime / NSEC_PER_MSEC); in top_print_work() [all...] |
| H A D | builtin-sched.c | 786 printf("#%-3ld: %0.3f, ", sched->nr_runs, (double)delta / NSEC_PER_MSEC); in run_one_test() 788 printf("ravg: %0.2f, ", (double)sched->run_avg / NSEC_PER_MSEC); in run_one_test() 791 (double)sched->cpu_usage / NSEC_PER_MSEC, (double)sched->runavg_cpu_usage / NSEC_PER_MSEC); in run_one_test() 799 (double)sched->parent_cpu_usage / NSEC_PER_MSEC, in run_one_test() 800 (double)sched->runavg_parent_cpu_usage / NSEC_PER_MSEC); in run_one_test() 815 burn_nsecs(sched, NSEC_PER_MSEC); in test_calibrations() 821 sleep_nsecs(NSEC_PER_MSEC); in test_calibrations() 1386 (double)work_list->total_runtime / NSEC_PER_MSEC, in output_lat_thread() 1387 work_list->nb_atoms, (double)avg / NSEC_PER_MSEC, in output_lat_thread() [all...] |
| /linux/tools/perf/ui/browsers/ |
| H A D | res_sample.c | 17 static u64 context_len = 10 * NSEC_PER_MSEC;
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_clock.c | 30 return (u64)DIV_ROUND_CLOSEST_ULL(timespec64_to_ns(ts), NSEC_PER_MSEC); in timespec_to_ms()
|
| /linux/arch/powerpc/perf/ |
| H A D | vpa-dtl.c | 299 period = max_t(u64, NSEC_PER_MSEC, event->hw.sample_period); in vpa_dtl_hrtimer_handle() 310 period = max_t(u64, NSEC_PER_MSEC, hwc->sample_period); in vpa_dtl_start_hrtimer()
|
| /linux/drivers/pwm/ |
| H A D | pwm-max7360.c | 35 #define MAX7360_PWM_PERIOD_NS (2 * NSEC_PER_MSEC)
|
| H A D | pwm-intel-lgm.c | 42 #define LGM_PWM_PERIOD_2WIRE_NS (40 * NSEC_PER_MSEC)
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-qos.h | 195 NSEC_PER_MSEC)
|
| /linux/arch/arm/mach-bcm/ |
| H A D | platsmp.c | 30 #define SECONDARY_TIMEOUT_NS NSEC_PER_MSEC /* 1 msec (in nanoseconds) */
|
| /linux/drivers/video/fbdev/ |
| H A D | pxa3xx-gcu.c | 129 ts.tv_nsec / NSEC_PER_MSEC, \ 130 (ts.tv_nsec % NSEC_PER_MSEC) / USEC_PER_MSEC, \
|