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

/freebsd-10.0-release/sys/netgraph/atm/uni/
H A Dng_uni.c764 struct unimem_debug { struct
767 LIST_ENTRY(unimem_debug) link;
770 LIST_HEAD(unimem_debug_list, unimem_debug);
808 struct unimem_debug *h;
834 struct unimem_debug *d;
849 full = unimem_sizes[type] + offsetof(struct unimem_debug, data);
867 struct unimem_debug *d, *h;
869 d = (struct unimem_debug *)
870 ((char *)ptr - offsetof(struct unimem_debug, data));

Completed in 123 milliseconds