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

/freebsd-13-stable/sys/vm/
H A Duma_core.c300 static void zone_dtor(void *, int, void *);
1555 * zone_dtor(), which removes the zone from global lists before
1558 * The zone may be destroyed while sleeping, so only zone_dtor() should
2847 zone_dtor(void *arg, int size, void *udata) function
2979 args.dtor = zone_dtor;

Completed in 265 milliseconds