Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf_mcache.c381 static uint64_t mbuf_drain_last_runtime; variable
5682 if (mbuf_drain_last_runtime != 0) {
5685 mbuf_drain_last_runtime,
5686 net_uptime() - mbuf_drain_last_runtime);
5898 if (mbuf_drain_last_runtime != 0) {
5899 interval = net_uptime() - mbuf_drain_last_runtime;
5907 mbuf_drain_last_runtime = net_uptime();