scsi soc sound target trace uapi ufs vdso video xen Breadcrumbs mptcp_net-next /include /linux / ktime_api.h Latest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 1 lines (1 loc) · 25 Bytes Raw #include <...
(div>>32)){s64ns=kt;u64tmp=ns<0?-ns:ns;do_div(tmp,div);returnns<0?-tmp:tmp;}else{return__ktime_divns(kt,div);}}#else/* BITS_PER_LONG < 64 */staticinlines64ktime_div
Breadcrumbs mptcp_net-next /include /linux / ktime_api.h Latest commit Ingo Molnar sched/headers: Add initial new headers as identity mappings 669f45f· Feb 23, 2022 HistoryHistory File metadata and controls Code Blame 1 lines (1 loc) · 25 Bytes Raw #include <linu...
*/ static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2) { return ktime_compare(cmp1, cmp2) < 0; } #if BITS_PER_LONG < 64 extern s64 __ktime_divns(const ktime_t kt, s64 div); static inline s64 ktime_divns(const ktime_t kt, s64...