Searched refs:tv_usec (Results 276 - 300 of 755) sorted by relevance

<<11121314151617181920>>

/freebsd-current/usr.bin/rup/
H A Drup.c185 tv.tv_usec = 0;
/freebsd-current/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c162 tv.tv_usec = 0;
/freebsd-current/sys/arm64/linux/
H A Dlinux.h74 l_suseconds_t tv_usec; member in struct:__anon5
/freebsd-current/sys/compat/linux/
H A Dlinux_vdso_gtod.inc96 ltv->tv_usec = ntv->tv_usec;
/freebsd-current/sys/amd64/linux/
H A Dlinux.h82 l_suseconds_t tv_usec; member in struct:__anon17
/freebsd-current/contrib/libevent/test/
H A Dregress.c438 tv.tv_usec = 100*1000; /* Close pair1[0] after a little while, and make
445 tv.tv_usec = 200*1000;
511 tv.tv_usec = 10000;
620 tv.tv_usec = 200*1000;
657 tv.tv_usec = 10000;
727 tv.tv_usec = 200 * 1000;
733 tv2.tv_usec = 100 * 1000;
737 tv_exit.tv_usec = 600 * 1000;
804 tt_int_op(ms_100->tv_usec, ==, 100000|0x50000000);
805 tt_int_op(ms_200->tv_usec,
[all...]
H A Dbench.c231 tv->tv_sec * 1000000L + tv->tv_usec);
/freebsd-current/contrib/pf/pflogd/
H A Dpflogd.c490 sh.ts.tv_usec = (bpf_int32)h->ts.tv_usec;
611 sh.ts.tv_usec = (bpf_int32)h->ts.tv_usec;
/freebsd-current/usr.bin/procstat/
H A Dprocstat_rusage.c82 hours, minutes, seconds, (unsigned int)tv->tv_usec);
/freebsd-current/tools/regression/aio/aiop/
H A Daiop.c215 f_rt = ((float) (rt.tv_usec)) / 1000000.0;
/freebsd-current/bin/pwait/
H A Dpwait.c105 itv.it_value.tv_usec =
/freebsd-current/usr.sbin/yppoll/
H A Dyppoll.c91 tv.tv_usec = 0;
/freebsd-current/stand/kboot/libkboot/
H A Dhost_syscalls.c138 struct timespec ts = { .tv_sec = timeout->tv_sec, .tv_nsec = timeout->tv_usec * 1000 };
/freebsd-current/stand/efi/libefi/
H A Dtime.c240 tp->tv_usec = 0; /* EfiTime.Nanosecond * 1000; */
/freebsd-current/stand/kboot/include/
H A Dhost_syscall.h89 long tv_usec; member in struct:host_timeval
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dktime.h181 return (ktime_set(tv.tv_sec, tv.tv_usec * NSEC_PER_USEC));
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp131 return system_clock::time_point(seconds(tv.tv_sec) + microseconds(tv.tv_usec));
/freebsd-current/contrib/file/src/
H A Dcdf.h41 #define tv_nsec tv_usec
45 #define tv_nsec tv_usec
/freebsd-current/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c74 tv.tv_usec = 500000;
92 tv.tv_usec = 0;
/freebsd-current/contrib/ntp/util/
H A Dntptime.c36 #define tv_frac_sec tv_usec
307 tv.tv_usec = ntv.time.tv_frac_sec;
/freebsd-current/tools/test/stress2/misc/
H A Dtemp.sh154 diff.tv_sec + diff.tv_usec);
/freebsd-current/contrib/wpa/src/utils/
H A Dos_internal.c47 t->usec = tv.tv_usec;
58 t->usec = tv.tv_usec;
/freebsd-current/contrib/libpcap/
H A Dpcap-snoop.c133 h.ts.tv_usec = sh->snoop_timestamp.tv_usec;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dsha2_test.c223 delta = (end.tv_sec * 1000000llu + end.tv_usec) - \
224 (start.tv_sec * 1000000llu + start.tv_usec); \
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c106 ms += ((end->tv_usec - start->tv_usec)+500) / 1000;

Completed in 386 milliseconds

<<11121314151617181920>>