Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c4608 struct uma_bucketlist emptybuckets, fullbuckets; in zone_free_cross() local
4632 STAILQ_INIT(&emptybuckets); in zone_free_cross()
4640 if ((b = STAILQ_FIRST(&emptybuckets)) != NULL) { in zone_free_cross()
4641 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()
4656 STAILQ_INSERT_HEAD(&emptybuckets, b, in zone_free_cross()
4668 if ((b = STAILQ_FIRST(&emptybuckets)) != NULL) in zone_free_cross()
4669 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()
4679 while ((b = STAILQ_FIRST(&emptybuckets)) != NULL) { in zone_free_cross()
4680 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()