Searched refs:maxbucket (Results 1 – 3 of 3) sorted by relevance
4002 int maxbucket, cnt; in zone_alloc_bucket() local4014 maxbucket = zone_alloc_limit(zone, zone->uz_bucket_size, in zone_alloc_bucket()4017 maxbucket = zone->uz_bucket_size; in zone_alloc_bucket()4018 if (maxbucket == 0) in zone_alloc_bucket()4029 MIN(maxbucket, bucket->ub_entries), domain, flags); in zone_alloc_bucket()4063 if (zone->uz_max_items > 0 && cnt < maxbucket) in zone_alloc_bucket()4064 zone_free_limit(zone, maxbucket - cnt); in zone_alloc_bucket()
5267 u_int maxbucket; local5300 for (maxbucket = 0, i = newsize; i > 0; i >>= 1)5301 maxbucket++;5302 maxbucket *= 2;5326 softs->ipf_state_maxbucket = maxbucket;
8042 u_int maxbucket; local8090 for (maxbucket = 0, i = newsize; i > 0; i >>= 1)8091 maxbucket++;8092 maxbucket *= 2;8141 softn->ipf_nat_maxbucket = maxbucket;