Searched refs:uptime (Results 1 – 9 of 9) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | route.c | 105 static struct timespec uptime; variable 143 if (clock_gettime(CLOCK_UPTIME, &uptime) < 0) in routepr() 145 if (clock_gettime(CLOCK_BOOTTIME, &uptime) < 0) in routepr() 366 if ((expire_time = rtm->rtm_rmx.rmx_expire - uptime.tv_sec) > 0) in p_rtentry_sysctl()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | arena_stats.h | 94 nstime_t uptime; member
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_norm.c | 1536 struct timeval uptime; in pf_normalize_tcp_stateful() local 1671 getmicrouptime(&uptime); in pf_normalize_tcp_stateful() 1673 (uptime.tv_sec - src->scrub->pfss_last.tv_sec > TS_MAX_IDLE || in pf_normalize_tcp_stateful() 1684 uptime.tv_sec - dst->scrub->pfss_last.tv_sec > TS_MAX_IDLE) { in pf_normalize_tcp_stateful() 1773 delta_ts = uptime; in pf_normalize_tcp_stateful()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | stats.c | 537 uint64_t uptime; in stats_arena_print() local 545 CTL_M2_GET("stats.arenas.0.uptime", i, &uptime, uint64_t); in stats_arena_print() 547 &uptime); in stats_arena_print()
|
| H A D | arena.c | 199 nstime_copy(&astats->uptime, &arena->create_time); in arena_stats_merge() 200 nstime_update(&astats->uptime); in arena_stats_merge() 201 nstime_subtract(&astats->uptime, &arena->create_time); in arena_stats_merge()
|
| H A D | ctl.c | 827 sdstats->astats.uptime = astats->astats.uptime; in ctl_arena_stats_sdmerge() 2660 nstime_ns(&arenas_i(mib[2])->astats->astats.uptime), uint64_t) in CTL_RO_NL_CGEN()
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | vulnerability.rst | 20 * Availability (uptime and service).
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 3129 time_t uptime = server.unixtime-server.stat_starttime; in genRedisInfoString() local 3201 (intmax_t)uptime, in genRedisInfoString() 3202 (intmax_t)(uptime/(3600*24)), in genRedisInfoString()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 223 + stats.arenas.<i>.uptime
|