Searched refs:threshold_ms (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/osfmk/kern/ ! |
| H A D | timeout.c | 163 uint64_t gross_ms, net_ms, threshold_ms; in kern_timeout_try_panic() local 277 threshold_ms = threshold_us / 1000; in kern_timeout_try_panic() 291 if (threshold_ms > 0) { 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() 299 if (threshold_ms > 0) { in kern_timeout_try_panic() 301 gross_ms, gross_us % 1000, threshold_ms, threshold_us % 1000); in kern_timeout_try_panic()
|