/freebsd/contrib/jemalloc/src/ |
H A D | nstime.c | 12 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 D | pt_time.c | 38 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 D | pt_query_decoder.c | 370 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 D | linux_hrtimer.c | 109 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 D | time.c | 24 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 D | hrtimer.h | 64 #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 D | ice_osdep.c | 286 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 D | time.c | 105 to_efi_time(EFI_TIME *efi_time, time_t time) in to_efi_time() 263 time(time_t *tloc) in time() function
|
H A D | time_arm64.c | 54 time(time_t *tloc) in time() function
|
H A D | time_event.c | 64 time(time_t *tloc) in time() function
|
/freebsd/crypto/openssl/providers/implementations/rands/seeding/ |
H A D | rand_win.c | 132 FILETIME time; in ossl_pool_add_nonce_data() member 154 LARGE_INTEGER time; in ossl_rand_pool_add_additional_data() member
|
H A D | rand_vxworks.c | 83 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 D | time.c | 36 time(time_t *t) in time() function
|
/freebsd/stand/uboot/ |
H A D | time.c | 35 time(time_t *tloc) in time() function
|
/freebsd/sys/riscv/sifive/ |
H A D | fe310_aon.c | 132 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 D | authunix_prot.c | 60 xdr_authunix_parms(XDR *xdrs, uint32_t *time, struct xucred *cred) in xdr_authunix_parms()
|
/freebsd/stand/libofw/ |
H A D | ofw_time.c | 31 time(time_t *tloc) in time() function
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Timer.h | 44 void addToTotal(std::chrono::nanoseconds time) { total += time.count(); } in addToTotal()
|
/freebsd/sys/sys/ |
H A D | timeb.h | 53 time_t time; /* seconds since the Epoch */ member
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | filesystem_clock.cpp | 44 FILETIME time; in now() local
|
/freebsd/sys/kern/ |
H A D | kern_uuid.c | 66 } 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 D | ntp_syscall.h | 24 struct timeval time; /* current time (ro) */ member
|
/freebsd/stand/usb/test/ |
H A D | bsd_usbloader_test.c | 79 uint32_t time; in main() local
|
/freebsd/crypto/openssl/fuzz/ |
H A D | client.c | 36 time_t time(time_t *t) TIME_IMPL(t) in time() function
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76x02_usb_core.c | 130 u64 time; in mt76x02u_start_pre_tbtt_timer() local 149 u64 tsf, time; in mt76x02u_restart_pre_tbtt_timer() local
|