Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dtimeout.c162 uint64_t gross_us, net_us, threshold_us; in kern_timeout_try_panic() local
273 net_us = net_ns / 1000; in kern_timeout_try_panic()
276 net_ms = net_us / 1000; in kern_timeout_try_panic()
293 gross_ms, gross_us % 1000, net_ms, net_us % 1000, threshold_ms, threshold_us % 1000); in kern_timeout_try_panic()
296 gross_us, net_us, threshold_us); in kern_timeout_try_panic()