Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c64 uint64_t mbuf_tx_compl_callbacks __attribute__((aligned(8))) = 0; variable
77 CTLFLAG_RD | CTLFLAG_LOCKED, &mbuf_tx_compl_callbacks, "");
2140 os_atomic_inc(&mbuf_tx_compl_callbacks, relaxed); in m_do_tx_compl_callback()