Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dprotosw.h621 extern uint64_t net_uptime_ms(void);
/xnu-11417.121.6/bsd/net/
H A Dif.c6396 uint64_t now = net_uptime_ms(); in if_copy_link_heuristics_stats()
6968 uint64_t now = net_uptime_ms(); in if_disable_link_heuristics()
7039 ifp->if_link_heuristics_start_time = net_uptime_ms(); in if_update_link_heuristic()
7098 ifp->if_congested_link_start_time = net_uptime_ms(); in if_set_congested_link()
7106 uint64_t now = net_uptime_ms(); in if_set_congested_link()
H A Ddlil.c6416 now = net_uptime_ms(); in if_lqm_update()
/xnu-11417.121.6/bsd/kern/
H A Duipc_domain.c1043 net_uptime_ms(void) in net_uptime_ms() function
/xnu-11417.121.6/bsd/skywalk/packet/
H A Dpbufpool.c684 if (__improbable(mtbf != 0 && (net_uptime_ms() % mtbf) == 0 && in pp_metadata_ctor_common()
2565 if (__improbable(mtbf != 0 && (net_uptime_ms() % mtbf) == 0 && in pp_alloc_buffer_common()
/xnu-11417.121.6/bsd/skywalk/mem/
H A Dskmem_region.c1771 (net_uptime_ms() % mtbf) == 0 && in sksegment_freelist_remove()