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