Searched refs:newbucket (Results 1 – 2 of 2) sorted by relevance
63 int *newbucket; variable85 newbucket = malloc(nchash * sizeof (int)); in main()86 memset(newbucket, 0, nchash * sizeof (int)); in main()114 newbucket[kn]++; in main()124 histn[newbucket[i]]++; in main()
4751 uma_bucket_t newbucket, bucket; in cache_free() local4759 newbucket = NULL; in cache_free()4793 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()4794 if (newbucket == NULL && bucket != NULL) { in cache_free()4796 newbucket = bucket; in cache_free()4800 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()4806 if ((bucket = newbucket) == NULL) in cache_free()