Home
last modified time | relevance | path

Searched refs:net_uptime_ms (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Duipc_domain.h92 net_uptime_ms(void) in net_uptime_ms() function
/xnu-12377.41.6/bsd/net/
H A Dif.c6432 uint64_t now = net_uptime_ms(); in if_copy_link_heuristics_stats()
7016 uint64_t now = net_uptime_ms(); in if_disable_link_heuristics()
7087 ifp->if_link_heuristics_start_time = net_uptime_ms(); in if_update_link_heuristic()
7146 ifp->if_congested_link_start_time = net_uptime_ms(); in if_set_congested_link()
7154 uint64_t now = net_uptime_ms(); in if_set_congested_link()
H A Ddlil.c6329 now = net_uptime_ms(); in if_lqm_update()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpbufpool.c660 if (__improbable(mtbf != 0 && (net_uptime_ms() % mtbf) == 0 && in pp_metadata_ctor_common()
2495 if (__improbable(mtbf != 0 && (net_uptime_ms() % mtbf) == 0 && in pp_alloc_buffer_common()
/xnu-12377.41.6/bsd/skywalk/mem/
H A Dskmem_region.c1767 (net_uptime_ms() % mtbf) == 0 && in sksegment_freelist_remove()