Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_mbuf.c527 static uint64_t mbuf_drain_last_runtime; variable
9361 if (mbuf_drain_last_runtime != 0) {
9364 mbuf_drain_last_runtime,
9365 net_uptime() - mbuf_drain_last_runtime);
9765 if (mbuf_drain_last_runtime != 0) {
9766 interval = net_uptime() - mbuf_drain_last_runtime;
9774 mbuf_drain_last_runtime = net_uptime();