Home
last modified time | relevance | path

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

/include/net/tc_act/
Dtc_police.h98 burst = div_u64(params->tcfp_burst * params->rate.rate_bytes_ps, in tcf_police_burst()
146 burst = div_u64(params->tcfp_pkt_burst * params->ppsrate.rate_pkts_ps, in tcf_police_burst_pkt()
/include/trace/events/
Dwbt.h73 __entry->lat = div_u64(lat, 1000);
112 __entry->window = div_u64(window, 1000);
Dmptcp.h54 __entry->ratio = div_u64((u64)ssk->sk_wmem_queued << 32, __entry->pace);
Dext4.h2436 __entry->scan_time = div_u64(scan_time, 1000);
/include/linux/
Dmath64.h87 #define div64_ul(x, y) div_u64((x), (y))
124 #ifndef div_u64
125 static inline u64 div_u64(u64 dividend, u32 divisor) in div_u64() function
/include/net/
Dtcp.h779 return div_u64(tcp_clock_ns(), NSEC_PER_USEC); in tcp_clock_us()
785 return div_u64(tp->tcp_mstamp, USEC_PER_SEC / TCP_TS_HZ); in tcp_time_stamp()
791 return div_u64(ns, NSEC_PER_SEC / TCP_TS_HZ); in tcp_ns_to_ts()
815 return div_u64(skb->skb_mstamp_ns, NSEC_PER_USEC); in tcp_skb_timestamp_us()