Home
last modified time | relevance | path

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

/include/linux/
A Dktime.h164 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()
A Dmap_benchmark.h12 #define DMA_MAP_MAX_TRANS_DELAY (10 * NSEC_PER_MSEC)
A Dclocksource.h182 return clocksource_freq2mult(khz, shift_constant, NSEC_PER_MSEC); in clocksource_khz2mult()
A Dserial_core.h1033 fifo_timeout += 20 * NSEC_PER_MSEC; in uart_fifo_timeout()
/include/vdso/
A Dtime64.h9 #define NSEC_PER_MSEC 1000000L macro
/include/net/
A Dpie.h91 params->target = PSCHED_NS2TICKS(15 * NSEC_PER_MSEC); /* 15 ms */ in pie_params_init()
103 vars->burst_time = PSCHED_NS2TICKS(150 * NSEC_PER_MSEC); /* 150 ms */ in pie_vars_init()
A Dcodel.h63 #define MS2TIME(a) ((a * NSEC_PER_MSEC) >> CODEL_SHIFT)
A Dtcp.h638 return div_u64(val, NSEC_PER_MSEC); in tcp_ns_to_ts()
916 return div_u64(tcp_clock_ns(), NSEC_PER_MSEC); in tcp_clock_ms()
960 return div_u64(skb->skb_mstamp_ns, NSEC_PER_MSEC); in tcp_skb_timestamp_ts()

Completed in 19 milliseconds