Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/jemalloc/src/
H A Dnstime.c12 nstime_set_initialized(nstime_t *time) { in nstime_init() argument
37 nstime_initialize_operand(nstime_t *time) { in nstime_nsec() argument
17 nstime_init2(nstime_t * time,uint64_t sec,uint64_t nsec) nstime_init2() argument
22 nstime_ns(const nstime_t * time) nstime_ns() argument
27 nstime_msec(const nstime_t * time) nstime_msec() argument
32 nstime_sec(const nstime_t * time) nstime_sec() argument
42 nstime_copy(nstime_t * time,const nstime_t * source) nstime_copy() argument
52 nstime_add(nstime_t * time,const nstime_t * addend) nstime_add() argument
59 nstime_iadd(nstime_t * time,uint64_t addend) nstime_iadd() argument
66 nstime_subtract(nstime_t * time,const nstime_t * subtrahend) nstime_subtract() argument
73 nstime_isubtract(nstime_t * time,uint64_t subtrahend) nstime_isubtract() argument
80 nstime_imultiply(nstime_t * time,uint64_t multiplier) nstime_imultiply() argument
88 nstime_idivide(nstime_t * time,uint64_t divisor) nstime_idivide() argument
95 nstime_divide(const nstime_t * time,const nstime_t * divisor) nstime_divide() argument
104 nstime_get(nstime_t * time) nstime_get() argument
116 nstime_get(nstime_t * time) nstime_get() argument
125 nstime_get(nstime_t * time) nstime_get() argument
134 nstime_get(nstime_t * time) nstime_get() argument
140 nstime_get(nstime_t * time) nstime_get() argument
156 nstime_update_impl(nstime_t * time) nstime_update_impl() argument
[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()
304 ice_msec_delay(uint32_t time, bool sleep) in ice_msec_delay()
319 ice_msec_pause(uint32_t time) in ice_msec_pause()
331 ice_msec_spin(uint32_t time) in ice_msec_spin()
/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/lib/libc/gen/
H A Dtime.c36 time(time_t *t) in time() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_crrd.c131 rrd_add(rrd_t *rrd, hrtime_t time, uint64_t txg) in rrd_add()
157 dbrrd_add(dbrrd_t *db, hrtime_t time, uint64_t txg) in dbrrd_add()
/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/crypto/openssl/crypto/x509/
H A Dx509aset.c169 int X509_ACERT_set1_notBefore(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time) in X509_ACERT_set1_notBefore()
174 int X509_ACERT_set1_notAfter(X509_ACERT *x, const ASN1_GENERALIZEDTIME *time) in X509_ACERT_set1_notAfter()
H A Dv3_timespec.c537 OSSL_TIME_SPEC_TIME *time, in i2r_OSSL_TIME_SPEC_TIME()
568 OSSL_TIME_SPEC *time, in i2r_OSSL_TIME_SPEC()
/freebsd/stand/libofw/
H A Dofw_time.c31 time(time_t *tloc) in time() function
/freebsd/sys/rpc/
H A Dauthunix_prot.c60 xdr_authunix_parms(XDR *xdrs, uint32_t *time, struct xucred *cred) in xdr_authunix_parms()
/freebsd/crypto/openssl/include/internal/
H A Dquic_ackm.h66 OSSL_TIME time; member
144 OSSL_TIME time; member
/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/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/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_clock.cpp44 FILETIME time; in now() local
/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
/freebsd/contrib/ntp/include/
H A Dntp_syscall.h24 struct timeval time; /* current time (ro) */ member

123456789