Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/ !
H A Dtty.h289 void clfree(struct clist *clp);
H A Dkpi_mbuf.h265 u_int32_t clfree; /* free clusters */ member
/xnu-10063.141.1/bsd/kern/ !
H A Dtty_subr.c129 clfree(struct clist *clp) in clfree() function
H A Dtty.c3332 clfree(&tp->t_rawq); in ttydeallocate()
3333 clfree(&tp->t_canq); in ttydeallocate()
3334 clfree(&tp->t_outq); in ttydeallocate()
H A Dkpi_mbuf.c1237 stats->clfree = mbstat.m_clfree; in mbuf_stats()