Searched refs:newbucket (Results 1 – 1 of 1) sorted by relevance
4412 uma_bucket_t newbucket, bucket; in cache_free() local4420 newbucket = NULL; in cache_free()4454 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()4455 if (newbucket == NULL && bucket != NULL) { in cache_free()4457 newbucket = bucket; in cache_free()4461 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()4467 if ((bucket = newbucket) == NULL) in cache_free()