Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c4587 struct uma_bucketlist emptybuckets, fullbuckets; in zone_free_cross() local
4611 STAILQ_INIT(&emptybuckets); in zone_free_cross()
4619 if ((b = STAILQ_FIRST(&emptybuckets)) != NULL) { in zone_free_cross()
4620 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()
4635 STAILQ_INSERT_HEAD(&emptybuckets, b, in zone_free_cross()
4647 if ((b = STAILQ_FIRST(&emptybuckets)) != NULL) in zone_free_cross()
4648 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()
4658 while ((b = STAILQ_FIRST(&emptybuckets)) != NULL) { in zone_free_cross()
4659 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()