Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c524 static uint64_t mbuf_drain_last_runtime; variable
9238 if (mbuf_drain_last_runtime != 0) {
9241 mbuf_drain_last_runtime,
9242 net_uptime() - mbuf_drain_last_runtime);
9802 if (mbuf_drain_last_runtime != 0) {
9803 interval = net_uptime() - mbuf_drain_last_runtime;
9811 mbuf_drain_last_runtime = net_uptime();