Searched refs:trash_dtor (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | uma_dbg.c | 100 trash_dtor(void *mem, int size, void *arg) in trash_dtor() function 125 trash_dtor(mem, size, NULL); in trash_init()
|
| H A D | uma_dbg.h | 44 void trash_dtor(void *mem, int size, void *arg);
|
| H A D | uma_core.c | 3277 zone->uz_dtor != trash_dtor) in item_dtor() 3278 trash_dtor(item, size, udata); in item_dtor()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_mbuf.c | 691 trash_dtor(m->m_ext.ext_buf, MCLBYTES, arg); in mb_dtor_pack() 770 trash_dtor(mem, size, NULL); in mb_zfini_pack()
|