Home
last modified time | relevance | path

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

/include/trace/events/
Dwbt.h73 __entry->lat = div_u64(lat, 1000);
112 __entry->window = div_u64(window, 1000);
Dext4.h2544 __entry->scan_time = div_u64(scan_time, 1000);
/include/linux/
Dmath64.h85 #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
Dgenhd.h368 div_u64(part_stat_read(part, nsecs[which]), NSEC_PER_MSEC)
/include/net/
Dtcp.h762 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()