Home
last modified time | relevance | path

Searched refs:div_u64 (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Dmath64.h87 #define div64_ul(x, y) div_u64((x), (y))
126 #ifndef div_u64
127 static inline u64 div_u64(u64 dividend, u32 divisor) in div_u64() function
311 ({ u32 _tmp = (d); div_u64((ll) + _tmp - 1, _tmp); })
337 ({ u32 _tmp = (divisor); div_u64((u64)(dividend) + _tmp / 2, _tmp); })
/include/net/tc_act/
A Dtc_police.h90 burst = div_u64(params->tcfp_burst * params->rate.rate_bytes_ps, in tcf_police_burst()
138 burst = div_u64(params->tcfp_pkt_burst * params->ppsrate.rate_pkts_ps, in tcf_police_burst_pkt()
/include/trace/events/
A Dwbt.h73 __entry->lat = div_u64(lat, 1000);
112 __entry->window = div_u64(window, 1000);
A Dmptcp.h54 __entry->ratio = div_u64((u64)ssk->sk_wmem_queued << 32, __entry->pace);
A Dext4.h2500 __entry->scan_time = div_u64(scan_time, 1000);
/include/net/
A Dtcp.h636 return div_u64(val, NSEC_PER_USEC); in tcp_ns_to_ts()
638 return div_u64(val, NSEC_PER_MSEC); in tcp_ns_to_ts()
911 return div_u64(tcp_clock_ns(), NSEC_PER_USEC); in tcp_clock_us()
916 return div_u64(tcp_clock_ns(), NSEC_PER_MSEC); in tcp_clock_ms()
931 return div_u64(tp->tcp_mstamp, USEC_PER_MSEC); in tcp_time_stamp_ms()
951 return div_u64(skb->skb_mstamp_ns, NSEC_PER_USEC); in tcp_skb_timestamp_us()
960 return div_u64(skb->skb_mstamp_ns, NSEC_PER_MSEC); in tcp_skb_timestamp_ts()

Completed in 19 milliseconds