内核定时机制API之ns_to_timespec64 和 ns_to_timeval
struct timespec64 ns_to_timespec64(const s64 nsec)用于将纳秒转成timespec64格式返回给用户其源码分析如下:struct timespec64 ns_to_timespec64(const s64 nsec){ struct timespec64 ts; s32 rem; #如果形参nsec为null,则让timespec64的两