Home
last modified time | relevance | path

Searched refs:nguni_usedmem (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni.c773 static struct unimem_debug_list nguni_usedmem[UNIMEM_TYPES] = { variable
774 LIST_HEAD_INITIALIZER(nguni_usedmem[0]),
775 LIST_HEAD_INITIALIZER(nguni_usedmem[1]),
776 LIST_HEAD_INITIALIZER(nguni_usedmem[2]),
777 LIST_HEAD_INITIALIZER(nguni_usedmem[3]),
778 LIST_HEAD_INITIALIZER(nguni_usedmem[4]),
810 while ((h = LIST_FIRST(&nguni_usedmem[type])) != NULL) { in uni_fini()
853 LIST_INSERT_HEAD(&nguni_usedmem[type], d, link); in ng_uni_malloc()
868 LIST_FOREACH(h, &nguni_usedmem[type], link) in ng_uni_free()