Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/vm/uma.h 243998 2012-12-07 22:27:13Z pjd $
---
> * $FreeBSD: head/sys/vm/uma.h 244024 2012-12-08 09:23:05Z pjd $
53c53
< /*
---
> /*
61c61
< *
---
> *
79c79
< *
---
> *
90c90
< /*
---
> /*
97c97
< *
---
> *
103c103
< * The initializer is called when the memory is cached in the uma zone.
---
> * The initializer is called when the memory is cached in the uma zone.
113c113
< * item A pointer to memory which has been 'freed' but has not left the
---
> * item A pointer to memory which has been 'freed' but has not left the
129c129
< * The item is initialized when it is cached, and this is the state that the
---
> * The item is initialized when it is cached, and this is the state that the
214c214
< * Error on failure, 0 on success.
---
> * Error on failure, 0 on success.
406c406
<
---
>
586c586
< * zone The UMA_ZONE_REFCNT zone to which the item belongs.
---
> * zone The UMA_ZONE_REFCNT zone to which the item belongs.
590c590
< * A pointer to a u_int32_t reference counter.
---
> * A pointer to a u_int32_t reference counter.
601c601
< * Non-zero if zone is exhausted.
---
> * Non-zero if zone is exhausted.