Home
last modified time | relevance | path

Searched refs:ns_to_timeval (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/fs/
Dcompat_binfmt_elf.c54 #undef ns_to_timeval
55 #define ns_to_timeval ns_to_compat_timeval macro
Dbinfmt_elf_fdpic.c1366 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()
Dbinfmt_elf.c1515 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()
/Linux-v4.19/arch/mips/kernel/
Dbinfmt_elfo32.c106 #undef ns_to_timeval
107 #define ns_to_timeval ns_to_compat_timeval macro
Dbinfmt_elfn32.c103 #undef ns_to_timeval
104 #define ns_to_timeval ns_to_compat_timeval macro
/Linux-v4.19/kernel/time/
Ditimer.c79 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()
Dtime.c477 struct timeval ns_to_timeval(const s64 nsec) in ns_to_timeval() function
487 EXPORT_SYMBOL(ns_to_timeval);
/Linux-v4.19/include/linux/
Dtime32.h207 extern struct timeval ns_to_timeval(const s64 nsec);
Dktime.h94 #define ktime_to_timeval(kt) ns_to_timeval((kt))
Dcompat.h1015 tv = ns_to_timeval(nsec); in ns_to_compat_timeval()
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c203 b->timestamp = ns_to_timeval(vb->timestamp); in __fill_v4l2_buffer()
/Linux-v4.19/kernel/
Dsys.c1771 r->ru_utime = ns_to_timeval(utime); in getrusage()
1772 r->ru_stime = ns_to_timeval(stime); in getrusage()