| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | nstime.c | 12 nstime_init(nstime_t *time, uint64_t ns) { in nstime_init() 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() 104 nstime_get(nstime_t *time) { in nstime_get() 116 nstime_get(nstime_t *time) { in nstime_get() 125 nstime_get(nstime_t *time) { in nstime_get() 134 nstime_get(nstime_t *time) { in nstime_get() 140 nstime_get(nstime_t *time) { in nstime_get() [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_meter.c | 207 uint64_t time; in tm_test_srtcm_color_blind_check() local 264 uint64_t time; in tm_test_trtcm_color_blind_check() local 323 uint64_t time; in tm_test_trtcm_rfc4115_color_blind_check() local 391 uint64_t time; in tm_test_srtcm_aware_check() local 498 uint64_t time; in tm_test_trtcm_aware_check() local 597 uint64_t time; in tm_test_trtcm_rfc4115_aware_check() local
|
| /f-stack/dpdk/examples/qos_meter/ |
| H A D | main.h | 24 #define FUNC_METER(m, p, time, pkt_len, pkt_color) \ argument 40 #define FUNC_METER(m, p, time, pkt_len, pkt_color) \ argument 55 #define FUNC_METER(m, p, time, pkt_len, pkt_color) \ argument
|
| /f-stack/dpdk/lib/librte_meter/ |
| H A D | rte_meter.h | 348 uint64_t time; /* Time of latest update of C and E token buckets */ member 416 uint64_t time, in rte_meter_srtcm_color_blind_check() 457 uint64_t time, in rte_meter_srtcm_color_aware_check() 499 uint64_t time, in rte_meter_trtcm_color_blind_check() 541 uint64_t time, in rte_meter_trtcm_color_aware_check() 585 uint64_t time, in rte_meter_trtcm_rfc4115_color_blind_check() 628 uint64_t time, in rte_meter_trtcm_rfc4115_color_aware_check()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-cn3010-evb-hs5.c | 107 uint32_t time; in cvmx_rtc_ds1337_read() local 153 int cvmx_rtc_ds1337_write(uint32_t time) in cvmx_rtc_ds1337_write()
|
| H A D | cvmx-thunder.c | 84 uint32_t time; in cvmx_rtc_ds1374_read() local 105 int cvmx_rtc_ds1374_write(uint32_t time) in cvmx_rtc_ds1374_write()
|
| H A D | cvmx-rtc.h | 139 static inline uint32_t cvmx_rtc_write(uint32_t time) in cvmx_rtc_write()
|
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_red.h | 203 const uint64_t time) in rte_red_enqueue_empty() 383 const uint64_t time) in rte_red_enqueue() 402 rte_red_mark_queue_empty(struct rte_red *red, const uint64_t time) in rte_red_mark_queue_empty()
|
| /f-stack/dpdk/drivers/net/dpaa2/mc/ |
| H A D | dprtc.c | 410 uint64_t *time) in dprtc_get_time() 446 uint64_t time) in dprtc_set_time() 476 uint16_t token, uint64_t time) in dprtc_set_alarm()
|
| H A D | fsl_dprtc_cmd.h | 83 uint64_t time; member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_uuid.c | 69 } time; member 123 uint64_t time = 0x01B21DD213814000LL; in uuid_time() local 135 uint64_t time; in kern_uuidgen() local
|
| /f-stack/freebsd/sys/ |
| H A D | timeb.h | 56 time_t time; /* seconds since the Epoch */ member
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_locore.asm | 47 .set time, __vdso_time define
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | slowlog.h | 39 time_t time; /* Unix time at which the query was executed. */ member
|
| H A D | latency.h | 42 int32_t time; /* We don't use time_t to force 4 bytes usage everywhere. */ member
|
| H A D | bio.c | 80 time_t time; /* Time at which the job was created. */ member
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_parse_time.c | 20 uint64_t time; in ngx_parse_http_time() local
|
| H A D | ngx_file.h | 90 time_t time; member 105 time_t time; member
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_ds1337.c | 150 int cvmx_rtc_ds1337_write(uint32_t time) in cvmx_rtc_ds1337_write()
|
| /f-stack/dpdk/examples/performance-thread/pthread_shim/ |
| H A D | main.c | 170 struct timespec time; in initial_lthread() local
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_diag.c | 238 _lthread_diag_default_cb(uint64_t time, struct lthread *lt, int diag_event, in _lthread_diag_default_cb()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_alarm.c | 47 struct timeval time; member
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | decay.c | 30 nstime_update_mock(nstime_t *time) { in nstime_update_mock() 379 nstime_t time, update_interval, decay_ms, deadline; in decay_ticker_helper() local
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_alarm.c | 36 struct timespec time; member
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | timefn.c | 97 UTIL_time_t time = UTIL_TIME_INITIALIZER; in UTIL_getTime() local
|