Home
last modified time | relevance | path

Searched defs:div_s64_rem (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/math/
H A Ddiv64.c71 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function
87 EXPORT_SYMBOL(div_s64_rem); variable
/kernel/linux/linux-6.6/lib/math/
H A Ddiv64.c67 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function
83 EXPORT_SYMBOL(div_s64_rem); variable
/kernel/linux/linux-5.10/include/linux/
H A Dmath64.h39 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function
/kernel/linux/linux-6.6/include/linux/
H A Dmath64.h40 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function

Completed in 4 milliseconds