Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/vm/uma.h 94157 2002-04-07 22:56:48Z jeff $
---
> * $FreeBSD: head/sys/vm/uma.h 94161 2002-04-08 04:48:58Z jeff $
185c185
< * Destroys a uma zone
---
> * Destroys an empty uma zone. If the zone is not empty uma complains loudly.
189,190d188
< * wait This flag indicates whether or not we should wait for all
< * allocations to free, or return an errno on outstanding memory.
192,194d189
< * Returns:
< * 0 on successful completion, or EWOULDBLOCK if there are outstanding
< * allocations and the wait flag is M_NOWAIT
197c192
< int uma_zdestroy(uma_zone_t zone, int wait);
---
> void uma_zdestroy(uma_zone_t zone);