Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dcompat_binfmt_elf.c51 #undef ns_to_timeval
52 #define ns_to_timeval ns_to_old_timeval32 macro
Dbinfmt_elf_fdpic.c1362 prstatus->pr_utime = ns_to_timeval(cputime.utime); in fill_prstatus()
1363 prstatus->pr_stime = ns_to_timeval(cputime.stime); in fill_prstatus()
1368 prstatus->pr_utime = ns_to_timeval(utime); in fill_prstatus()
1369 prstatus->pr_stime = ns_to_timeval(stime); in fill_prstatus()
1371 prstatus->pr_cutime = ns_to_timeval(p->signal->cutime); in fill_prstatus()
1372 prstatus->pr_cstime = ns_to_timeval(p->signal->cstime); in fill_prstatus()
Dbinfmt_elf.c1492 prstatus->pr_utime = ns_to_timeval(cputime.utime); in fill_prstatus()
1493 prstatus->pr_stime = ns_to_timeval(cputime.stime); in fill_prstatus()
1498 prstatus->pr_utime = ns_to_timeval(utime); in fill_prstatus()
1499 prstatus->pr_stime = ns_to_timeval(stime); in fill_prstatus()
1502 prstatus->pr_cutime = ns_to_timeval(p->signal->cutime); in fill_prstatus()
1503 prstatus->pr_cstime = ns_to_timeval(p->signal->cstime); in fill_prstatus()
/Linux-v5.4/arch/mips/kernel/
Dbinfmt_elfn32.c103 #undef ns_to_timeval
104 #define ns_to_timeval ns_to_old_timeval32 macro
Dbinfmt_elfo32.c106 #undef ns_to_timeval
107 #define ns_to_timeval ns_to_old_timeval32 macro
/Linux-v5.4/kernel/time/
Ditimer.c72 value->it_value = ns_to_timeval(val); in get_cpu_itimer()
73 value->it_interval = ns_to_timeval(interval); in get_cpu_itimer()
174 ovalue->it_value = ns_to_timeval(oval); in set_cpu_itimer()
175 ovalue->it_interval = ns_to_timeval(ointerval); in set_cpu_itimer()
Dtime.c485 struct timeval ns_to_timeval(const s64 nsec) in ns_to_timeval() function
495 EXPORT_SYMBOL(ns_to_timeval);
/Linux-v5.4/include/linux/
Dktime.h94 #define ktime_to_timeval(kt) ns_to_timeval((kt))
Dtime32.h217 extern struct timeval ns_to_timeval(const s64 nsec);
Dcompat.h943 tv = ns_to_timeval(nsec); in ns_to_old_timeval32()
/Linux-v5.4/drivers/media/usb/cpia2/
Dcpia2_v4l.c803 buf->timestamp = ns_to_timeval(cam->buffers[buf->index].ts); in cpia2_querybuf()
910 buf->timestamp = ns_to_timeval(cam->buffers[buf->index].ts); in cpia2_dqbuf()
/Linux-v5.4/drivers/media/usb/usbvision/
Dusbvision-video.c690 vb->timestamp = ns_to_timeval(usbvision->frame[vb->index].ts); in vidioc_querybuf()
759 vb->timestamp = ns_to_timeval(f->ts); in vidioc_dqbuf()
/Linux-v5.4/drivers/media/pci/meye/
Dmeye.c1269 buf->timestamp = ns_to_timeval(meye.grab_buffer[index].ts); in vidioc_querybuf()
1335 buf->timestamp = ns_to_timeval(meye.grab_buffer[reqnr].ts); in vidioc_dqbuf()
/Linux-v5.4/kernel/
Dsys.c1766 r->ru_utime = ns_to_timeval(utime); in getrusage()
1767 r->ru_stime = ns_to_timeval(stime); in getrusage()
/Linux-v5.4/drivers/media/v4l2-core/
Dvideobuf-core.c367 b->timestamp = ns_to_timeval(vb->ts); in videobuf_status()
/Linux-v5.4/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c479 b->timestamp = ns_to_timeval(vb->timestamp); in __fill_v4l2_buffer()
/Linux-v5.4/drivers/media/usb/stkwebcam/
Dstk-webcam.c1128 sbuf->v4lbuf.timestamp = ns_to_timeval(ktime_get_ns()); in stk_vidioc_dqbuf()