Searched refs:ns_to_timeval (Results 1 – 17 of 17) sorted by relevance
51 #undef ns_to_timeval52 #define ns_to_timeval ns_to_old_timeval32 macro
1362 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()
1492 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()
103 #undef ns_to_timeval104 #define ns_to_timeval ns_to_old_timeval32 macro
106 #undef ns_to_timeval107 #define ns_to_timeval ns_to_old_timeval32 macro
72 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()
485 struct timeval ns_to_timeval(const s64 nsec) in ns_to_timeval() function495 EXPORT_SYMBOL(ns_to_timeval);
94 #define ktime_to_timeval(kt) ns_to_timeval((kt))
217 extern struct timeval ns_to_timeval(const s64 nsec);
943 tv = ns_to_timeval(nsec); in ns_to_old_timeval32()
803 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()
690 vb->timestamp = ns_to_timeval(usbvision->frame[vb->index].ts); in vidioc_querybuf()759 vb->timestamp = ns_to_timeval(f->ts); in vidioc_dqbuf()
1269 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()
1766 r->ru_utime = ns_to_timeval(utime); in getrusage()1767 r->ru_stime = ns_to_timeval(stime); in getrusage()
367 b->timestamp = ns_to_timeval(vb->ts); in videobuf_status()
479 b->timestamp = ns_to_timeval(vb->timestamp); in __fill_v4l2_buffer()
1128 sbuf->v4lbuf.timestamp = ns_to_timeval(ktime_get_ns()); in stk_vidioc_dqbuf()