Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c353 static uint64_t mbuf_drain_last_runtime; variable
8167 if (mbuf_drain_last_runtime != 0) {
8170 mbuf_drain_last_runtime,
8171 net_uptime() - mbuf_drain_last_runtime);
8713 if (mbuf_drain_last_runtime != 0) {
8714 interval = net_uptime() - mbuf_drain_last_runtime;
8722 mbuf_drain_last_runtime = net_uptime();