Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/vm/uma_int.h 295451 2016-02-09 20:22:35Z glebius $
---
> * $FreeBSD: head/sys/vm/uma_int.h 296243 2016-03-01 00:33:32Z glebius $
253,261d252
< /*
< * The slab structure for UMA_ZONE_REFCNT zones for whose items we
< * maintain reference counters in the slab for.
< */
< struct uma_slab_refcnt {
< struct uma_slab us_head; /* slab header data */
< uint32_t us_refcnt[0]; /* Actually larger. */
< };
<
263d253
< typedef struct uma_slab_refcnt * uma_slabrefcnt_t;