Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Duipc_mbuf.c353 static uint64_t mbuf_drain_last_runtime; variable
8197 if (mbuf_drain_last_runtime != 0) {
8200 mbuf_drain_last_runtime,
8201 net_uptime() - mbuf_drain_last_runtime);
8743 if (mbuf_drain_last_runtime != 0) {
8744 interval = net_uptime() - mbuf_drain_last_runtime;
8752 mbuf_drain_last_runtime = net_uptime();