Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil_input.c1196 inp->dlth_wtot = 0; in dlil_input_thread_cont()
1262 inp->dlth_wtot++; in dlil_input_wakeup()
1407 inp->dlth_wtot = 0; in dlil_main_input_thread_cont()
1605 DLIL_EWMA(ifp->if_rxpoll_wavg, inp->dlth_wtot, in dlil_rxpoll_input_thread_cont()
1607 inp->dlth_wtot = 0; in dlil_rxpoll_input_thread_cont()
H A Ddlil.h163 uint32_t dlth_wtot; /* # of wakeup requests */ member
H A Ddlil_subr.c994 inp->dlth_wtot = 0; in dlil_clean_threading_info()
H A Ddlil.c5003 VERIFY(dl_inp->dlth_wtot == 0); in ifnet_attach()