Home
last modified time | relevance | path

Searched refs:alloc_time (Results 1 – 6 of 6) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h104 nstime_t alloc_time; member
210 nstime_t alloc_time; member
/src/contrib/jemalloc/src/
H A Dprof_log.c237 nstime_t alloc_time = prof_info->alloc_time; in prof_try_log() local
266 new_node->alloc_time_ns = nstime_ns(&alloc_time); in prof_try_log()
H A Dprof_recent.c367 nstime_copy(&tail->alloc_time, edata_prof_alloc_time_get(edata)); in prof_recent_alloc()
502 uint64_t alloc_time_ns = nstime_ns(&node->alloc_time); in prof_recent_alloc_dump_node()
H A Dlarge.c291 nstime_copy(&prof_info->alloc_time, in large_prof_info_get()
/src/sys/netinet/
H A Dtcp_lro.h150 struct bintime alloc_time; /* time when entry was allocated */ member
H A Dtcp_lro.c635 if (now >= (bintime2ns(&le->alloc_time) + tov)) { in tcp_lro_flush_inactive()
1417 le->alloc_time = lc->lro_last_queue_time; in tcp_lro_rx_common()