Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c4622 struct uma_bucketlist emptybuckets, fullbuckets; in zone_free_cross() local
4646 STAILQ_INIT(&emptybuckets); in zone_free_cross()
4654 if ((b = STAILQ_FIRST(&emptybuckets)) != NULL) { in zone_free_cross()
4655 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()
4670 STAILQ_INSERT_HEAD(&emptybuckets, b, in zone_free_cross()
4682 if ((b = STAILQ_FIRST(&emptybuckets)) != NULL) in zone_free_cross()
4683 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()
4693 while ((b = STAILQ_FIRST(&emptybuckets)) != NULL) { in zone_free_cross()
4694 STAILQ_REMOVE_HEAD(&emptybuckets, ub_link); in zone_free_cross()