Searched refs:ns_to_timeval (Results 1 – 12 of 12) sorted by relevance
54 #undef ns_to_timeval55 #define ns_to_timeval ns_to_compat_timeval macro
1366 prstatus->pr_utime = ns_to_timeval(cputime.utime); in fill_prstatus()1367 prstatus->pr_stime = ns_to_timeval(cputime.stime); in fill_prstatus()1372 prstatus->pr_utime = ns_to_timeval(utime); in fill_prstatus()1373 prstatus->pr_stime = ns_to_timeval(stime); in fill_prstatus()1375 prstatus->pr_cutime = ns_to_timeval(p->signal->cutime); in fill_prstatus()1376 prstatus->pr_cstime = ns_to_timeval(p->signal->cstime); in fill_prstatus()
1515 prstatus->pr_utime = ns_to_timeval(cputime.utime); in fill_prstatus()1516 prstatus->pr_stime = ns_to_timeval(cputime.stime); in fill_prstatus()1521 prstatus->pr_utime = ns_to_timeval(utime); in fill_prstatus()1522 prstatus->pr_stime = ns_to_timeval(stime); in fill_prstatus()1525 prstatus->pr_cutime = ns_to_timeval(p->signal->cutime); in fill_prstatus()1526 prstatus->pr_cstime = ns_to_timeval(p->signal->cstime); in fill_prstatus()
106 #undef ns_to_timeval107 #define ns_to_timeval ns_to_compat_timeval macro
103 #undef ns_to_timeval104 #define ns_to_timeval ns_to_compat_timeval macro
79 value->it_value = ns_to_timeval(val); in get_cpu_itimer()80 value->it_interval = ns_to_timeval(interval); in get_cpu_itimer()181 ovalue->it_value = ns_to_timeval(oval); in set_cpu_itimer()182 ovalue->it_interval = ns_to_timeval(ointerval); in set_cpu_itimer()
477 struct timeval ns_to_timeval(const s64 nsec) in ns_to_timeval() function487 EXPORT_SYMBOL(ns_to_timeval);
207 extern struct timeval ns_to_timeval(const s64 nsec);
94 #define ktime_to_timeval(kt) ns_to_timeval((kt))
1015 tv = ns_to_timeval(nsec); in ns_to_compat_timeval()
203 b->timestamp = ns_to_timeval(vb->timestamp); in __fill_v4l2_buffer()
1771 r->ru_utime = ns_to_timeval(utime); in getrusage()1772 r->ru_stime = ns_to_timeval(stime); in getrusage()