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()
4734 uma_bucket_t newbucket, bucket; in cache_free() local4742 newbucket = NULL; in cache_free()4776 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()4777 if (newbucket == NULL && bucket != NULL) { in cache_free()4779 newbucket = bucket; in cache_free()4783 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()4789 if ((bucket = newbucket) == NULL) in cache_free()