Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 188) sorted by relevance

12345678

/freebsd/contrib/jemalloc/src/
H A Dnstime.c12 nstime_init(nstime_t *time, uint64_t ns) { in nstime_init()
17 nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec) { in nstime_init2()
22 nstime_ns(const nstime_t *time) { in nstime_ns()
27 nstime_msec(const nstime_t *time) { in nstime_msec()
32 nstime_sec(const nstime_t *time) { in nstime_sec()
37 nstime_nsec(const nstime_t *time) { in nstime_nsec()
42 nstime_copy(nstime_t *time, const nstime_t *source) { in nstime_copy()
52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add()
59 nstime_iadd(nstime_t *time, uint64_t addend) { in nstime_iadd()
66 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) { in nstime_subtract()
[all …]
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_time.c38 void pt_time_init(struct pt_time *time) in pt_time_init()
47 uint32_t *lost_cyc, const struct pt_time *time) in pt_time_query_tsc()
65 int pt_time_query_cbr(uint32_t *cbr, const struct pt_time *time) in pt_time_query_cbr()
130 int pt_time_update_tsc(struct pt_time *time, in pt_time_update_tsc()
153 int pt_time_update_cbr(struct pt_time *time, in pt_time_update_cbr()
174 int pt_time_update_tma(struct pt_time *time, in pt_time_update_tma()
234 int pt_time_update_mtc(struct pt_time *time, in pt_time_update_mtc()
359 static int pt_time_adjust_cyc(uint64_t *cyc, const struct pt_time *time, in pt_time_adjust_cyc()
408 int pt_time_update_cyc(struct pt_time *time, in pt_time_update_cyc()
H A Dpt_query_decoder.c370 static int pt_qry_apply_tsc(struct pt_time *time, struct pt_time_cal *tcal, in pt_qry_apply_tsc()
395 static int pt_qry_apply_header_tsc(struct pt_time *time, in pt_qry_apply_header_tsc()
421 static int pt_qry_apply_cbr(struct pt_time *time, struct pt_time_cal *tcal, in pt_qry_apply_cbr()
446 static int pt_qry_apply_header_cbr(struct pt_time *time, in pt_qry_apply_header_cbr()
472 static int pt_qry_apply_tma(struct pt_time *time, struct pt_time_cal *tcal, in pt_qry_apply_tma()
497 static int pt_qry_apply_mtc(struct pt_time *time, struct pt_time_cal *tcal, in pt_qry_apply_mtc()
522 static int pt_qry_apply_cyc(struct pt_time *time, struct pt_time_cal *tcal, in pt_qry_apply_cyc()
951 int pt_qry_time(struct pt_query_decoder *decoder, uint64_t *time, in pt_qry_time()
1905 const struct pt_time *time, uint64_t offset) in skd010_recover()
1964 const struct pt_time *time, uint64_t offset) in skd010_recover_disabled()
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_hrtimer.c109 linux_hrtimer_set_expires(struct hrtimer *hrtimer, ktime_t time) in linux_hrtimer_set_expires()
115 linux_hrtimer_start(struct hrtimer *hrtimer, ktime_t time) in linux_hrtimer_start()
122 linux_hrtimer_start_range_ns(struct hrtimer *hrtimer, ktime_t time, in linux_hrtimer_start_range_ns()
/freebsd/crypto/libecc/src/external_deps/
H A Dtime.c24 int get_ms_time(u64 *time) in get_ms_time()
51 int get_ms_time(u64 *time) in get_ms_time()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhrtimer.h64 #define hrtimer_set_expires(hrtimer, time) \ argument
67 #define hrtimer_start(hrtimer, time, mode) do { \ argument
72 #define hrtimer_start_range_ns(hrtimer, time, prec, mode) do { \ argument
/freebsd/sys/dev/ice/
H A Dice_osdep.c286 ice_usec_delay(uint32_t time, bool sleep) in ice_usec_delay() argument
304 ice_msec_delay(uint32_t time, bool sleep) in ice_msec_delay() argument
319 ice_msec_pause(uint32_t time) ice_msec_pause() argument
331 ice_msec_spin(uint32_t time) ice_msec_spin() argument
[all...]
/freebsd/stand/efi/libefi/
H A Dtime.c105 to_efi_time(EFI_TIME *efi_time, time_t time) in to_efi_time()
263 time(time_t *tloc) in time() function
H A Dtime_arm64.c54 time(time_t *tloc) in time() function
H A Dtime_event.c64 time(time_t *tloc) in time() function
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_win.c132 FILETIME time; in ossl_pool_add_nonce_data() member
154 LARGE_INTEGER time; in ossl_rand_pool_add_additional_data() member
H A Drand_vxworks.c83 uint64_t time; in ossl_rand_pool_add_additional_data() member
104 uint64_t time; in ossl_pool_add_nonce_data() member
/freebsd/lib/libc/gen/
H A Dtime.c36 time(time_t *t) in time() function
/freebsd/stand/uboot/
H A Dtime.c35 time(time_t *tloc) in time() function
/freebsd/sys/riscv/sifive/
H A Dfe310_aon.c132 uint64_t time; in feaon_wdt_event() local
182 uint64_t time; in feaon_rtc_settime() local
221 uint64_t time; in feaon_rtc_gettime() local
/freebsd/sys/rpc/
H A Dauthunix_prot.c60 xdr_authunix_parms(XDR *xdrs, uint32_t *time, struct xucred *cred) in xdr_authunix_parms()
/freebsd/stand/libofw/
H A Dofw_time.c31 time(time_t *tloc) in time() function
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h44 void addToTotal(std::chrono::nanoseconds time) { total += time.count(); } in addToTotal()
/freebsd/sys/sys/
H A Dtimeb.h53 time_t time; /* seconds since the Epoch */ member
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_clock.cpp44 FILETIME time; in now() local
/freebsd/sys/kern/
H A Dkern_uuid.c66 } time; global() member
120 uint64_t time = 0x01B21DD213814000LL; uuid_time() local
132 uint64_t time; kern_uuidgen() local
[all...]
/freebsd/contrib/ntp/include/
H A Dntp_syscall.h24 struct timeval time; /* current time (ro) */ member
/freebsd/stand/usb/test/
H A Dbsd_usbloader_test.c79 uint32_t time; in main() local
/freebsd/crypto/openssl/fuzz/
H A Dclient.c36 time_t time(time_t *t) TIME_IMPL(t) in time() function
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_usb_core.c130 u64 time; in mt76x02u_start_pre_tbtt_timer() local
149 u64 tsf, time; in mt76x02u_restart_pre_tbtt_timer() local

12345678