Searched refs:tv_usec (Results 51 - 75 of 137) sorted by relevance

123456

/linux-master/tools/perf/bench/
H A Dfutex-wake.c212 update_stats(&waketime_stats, runtime.tv_usec);
217 runtime.tv_usec / (double)USEC_PER_MSEC);
H A Dpmu-scan.c156 runtime_us = diff.tv_sec * USEC_PER_SEC + diff.tv_usec;
H A Dsched-messaging.c348 (unsigned long) (diff.tv_usec / USEC_PER_MSEC));
352 (unsigned long) (diff.tv_usec / USEC_PER_MSEC));
H A Dfutex-wake-parallel.c193 update_stats(&__waketime_stats, waking_worker[i].runtime.tv_usec);
229 update_stats(&waketime_stats, waking_worker[i].runtime.tv_usec);
H A Devlist-open-close.c30 return tv->tv_sec * USEC_PER_SEC + tv->tv_usec;
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c937 int tv_sec, tv_usec; member in struct:timeval32
953 o->tv_nsec = tv.tv_usec * NSEC_PER_USEC;
962 .tv_usec = i->tv_nsec / NSEC_PER_USEC},
971 .tv_usec = i->tv_usec},
978 value->tv_usec = (jiffies % HZ) * (1000000L / HZ);
1208 (put_user(txc.time.tv_usec, &txc_p->time.tv_usec)))
/linux-master/tools/perf/util/
H A Dstat.h146 (rusage->ru_utime.tv_usec * us_to_ns + rusage->ru_utime.tv_sec * s_to_ns));
148 (rusage->ru_stime.tv_usec * us_to_ns + rusage->ru_stime.tv_sec * s_to_ns));
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.c347 tx.time.tv_usec = adjns;
348 while (tx.time.tv_usec < 0) {
350 tx.time.tv_usec += NSEC_PER_SEC;
/linux-master/io_uring/
H A Dsqpoll.c264 end.ru_stime.tv_usec -= start->ru_stime.tv_usec;
266 sqd->work_time += end.ru_stime.tv_usec + end.ru_stime.tv_sec * 1000000;
/linux-master/arch/um/drivers/
H A Ddaemon_user.c142 name.usecs = tv.tv_usec;
/linux-master/include/linux/raid/
H A Dpq.h186 return tv.tv_sec*1000 + tv.tv_usec/1000;
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_abi.c68 (long long)tv.tv_sec, (long long)tv.tv_usec);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c193 .tv_usec = 250000,
H A Dlwt_redirect.c166 .tv_usec = 250000,
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-img-ipi.h25 u32 tv_usec; member in struct:img_timeval
/linux-master/include/uapi/linux/
H A Domap3isp.h174 __s64 tv_usec; member in struct:omap3isp_stat_data::__anon450
192 __s32 tv_usec; member in struct:omap3isp_stat_data_time32::__anon451
H A Dinput.h32 #define input_event_usec time.tv_usec
/linux-master/tools/testing/selftests/net/
H A Dpsock_snd.c253 struct timeval tv = { .tv_usec = 100 * 1000 };
292 struct timeval tv = { .tv_usec = 100 * 1000 };
/linux-master/include/media/
H A Dv4l2-common.h580 * uninitialized data in tv_usec, so cast it to u32.
584 (u32)buf->timestamp.tv_usec * NSEC_PER_USEC;
593 buf->timestamp.tv_usec = ts.tv_nsec / NSEC_PER_USEC;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c65 * @tv_usec: Must be set if @tv_sec is set, and the variable pointed to will
66 * be assigned the current time tv_usec val when the fence signals.
76 uint32_t *tv_usec; member in struct:vmw_event_fence_action
846 *eaction->tv_usec = ts.tv_nsec / NSEC_PER_USEC;
931 * @tv_usec: Must be set if @tv_sec is set, and the variable pointed to will
932 * be assigned the current time tv_usec val when the fence signals.
944 uint32_t *tv_usec,
963 eaction->tv_usec = tv_usec;
1009 &event->event.tv_usec,
940 vmw_event_fence_action_queue(struct drm_file *file_priv, struct vmw_fence_obj *fence, struct drm_pending_event *event, uint32_t *tv_sec, uint32_t *tv_usec, bool interruptible) argument
[all...]
/linux-master/fs/
H A Dselect.c327 if (sizeof(rtv) > sizeof(rtv.tv_sec) + sizeof(rtv.tv_usec))
330 rtv.tv_usec = rts.tv_nsec / NSEC_PER_USEC;
340 rtv.tv_usec = rts.tv_nsec / NSEC_PER_USEC;
717 tv.tv_sec + (tv.tv_usec / USEC_PER_SEC),
718 (tv.tv_usec % USEC_PER_SEC) * NSEC_PER_USEC))
1280 tv.tv_sec + (tv.tv_usec / USEC_PER_SEC),
1281 (tv.tv_usec % USEC_PER_SEC) * NSEC_PER_USEC))
/linux-master/drivers/char/
H A Dlp.c668 static int lp_set_timeout(unsigned int minor, s64 tv_sec, long tv_usec) argument
673 if (tv_sec < 0 || tv_usec < 0)
683 if (tv_usec > 999999)
684 tv_usec = 999999;
689 to_jiffies = DIV_ROUND_UP(tv_usec, 1000000/HZ);
/linux-master/drivers/s390/block/
H A Ddasd_eer.c275 __u64 tv_usec; member in struct:dasd_eer_header
308 header.tv_usec = ts.tv_nsec / NSEC_PER_USEC;
351 header.tv_usec = ts.tv_nsec / NSEC_PER_USEC;
/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c284 tv.tv_usec = 0;
344 tv.tv_usec = ACPI_AML_USEC_PEEK;
/linux-master/tools/testing/selftests/x86/
H A Dtest_vsyscall.c119 (double)((int)a->tv_usec - (int)b->tv_usec) * 1e-6;

Completed in 411 milliseconds

123456