Searched refs:div_u64 (Results 1 – 5 of 5) sorted by relevance
/include/trace/events/ |
D | wbt.h | 73 __entry->lat = div_u64(lat, 1000); 112 __entry->window = div_u64(window, 1000);
|
D | ext4.h | 2544 __entry->scan_time = div_u64(scan_time, 1000);
|
/include/linux/ |
D | math64.h | 85 #define div64_ul(x, y) div_u64((x), (y)) 122 #ifndef div_u64 123 static inline u64 div_u64(u64 dividend, u32 divisor) in div_u64() function
|
D | genhd.h | 368 div_u64(part_stat_read(part, nsecs[which]), NSEC_PER_MSEC)
|
/include/net/ |
D | tcp.h | 762 return div_u64(tcp_clock_ns(), NSEC_PER_USEC); in tcp_clock_us() 768 return div_u64(tp->tcp_mstamp, USEC_PER_SEC / TCP_TS_HZ); in tcp_time_stamp() 774 return div_u64(tcp_clock_ns(), NSEC_PER_SEC / TCP_TS_HZ); in tcp_time_stamp_raw() 786 return div_u64(skb->skb_mstamp_ns, NSEC_PER_SEC / TCP_TS_HZ); in tcp_skb_timestamp() 792 return div_u64(skb->skb_mstamp_ns, NSEC_PER_USEC); in tcp_skb_timestamp_us()
|