Searched refs:div_u64 (Results 1 – 6 of 6) sorted by relevance
/include/net/tc_act/ |
D | tc_police.h | 98 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/ |
D | wbt.h | 73 __entry->lat = div_u64(lat, 1000); 112 __entry->window = div_u64(window, 1000);
|
D | mptcp.h | 54 __entry->ratio = div_u64((u64)ssk->sk_wmem_queued << 32, __entry->pace);
|
D | ext4.h | 2436 __entry->scan_time = div_u64(scan_time, 1000);
|
/include/linux/ |
D | math64.h | 87 #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/ |
D | tcp.h | 779 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()
|