Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Duma_core.c4002 int maxbucket, cnt; in zone_alloc_bucket() local
4014 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()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.c5267 u_int maxbucket; local
5300 for (maxbucket = 0, i = newsize; i > 0; i >>= 1)
5301 maxbucket++;
5302 maxbucket *= 2;
5326 softs->ipf_state_maxbucket = maxbucket;
H A Dip_nat.c8042 u_int maxbucket; local
8090 for (maxbucket = 0, i = newsize; i > 0; i >>= 1)
8091 maxbucket++;
8092 maxbucket *= 2;
8141 softn->ipf_nat_maxbucket = maxbucket;