Searched refs:trash_dtor (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/vm/
H A Duma_dbg.h44 void trash_dtor(void *mem, int size, void *arg);
H A Duma_dbg.c100 trash_dtor(void *mem, int size, void *arg) function
125 trash_dtor(mem, size, NULL);
H A Duma_core.c1453 * trash_fini implies that dtor was trash_dtor. trash_fini
1455 * which executed trash_dtor.
3319 zone->uz_dtor != trash_dtor)
3320 trash_dtor(item, size, udata);
/freebsd-13-stable/sys/kern/
H A Dkern_mbuf.c686 trash_dtor(m->m_ext.ext_buf, MCLBYTES, arg);
765 trash_dtor(mem, size, NULL);

Completed in 183 milliseconds