Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c4610 struct uma_bucketlist emptybuckets, fullbuckets; in zone_free_cross() local
4634 STAILQ_INIT(&emptybuckets); in zone_free_cross()
4642 if ((b = STAILQ_FIRST(&emptybuckets)) != NULL) { in zone_free_cross()
4643 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()
4658 STAILQ_INSERT_HEAD(&emptybuckets, b, in zone_free_cross()
4670 if ((b = STAILQ_FIRST(&emptybuckets)) != NULL) in zone_free_cross()
4671 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()
4681 while ((b = STAILQ_FIRST(&emptybuckets)) != NULL) { in zone_free_cross()
4682 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()