Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c4287 int error, maxbucket, cnt; in zone_alloc_bucket() local
4299 maxbucket = zone_alloc_limit(zone, zone->uz_bucket_size, in zone_alloc_bucket()
4302 maxbucket = zone->uz_bucket_size; in zone_alloc_bucket()
4303 if (maxbucket == 0) in zone_alloc_bucket()
4314 MIN(maxbucket, bucket->ub_entries), domain, flags); in zone_alloc_bucket()
4353 if (zone->uz_max_items > 0 && cnt < maxbucket) in zone_alloc_bucket()
4354 zone_free_limit(zone, maxbucket - cnt); in zone_alloc_bucket()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c5140 u_int maxbucket; in ipf_state_rehash() local
5173 for (maxbucket = 0, i = newsize; i > 0; i >>= 1) in ipf_state_rehash()
5174 maxbucket++; in ipf_state_rehash()
5175 maxbucket *= 2; in ipf_state_rehash()
5199 softs->ipf_state_maxbucket = maxbucket; in ipf_state_rehash()
H A Dip_nat.c7864 u_int maxbucket; in ipf_nat_rehash() local
7912 for (maxbucket = 0, i = newsize; i > 0; i >>= 1) in ipf_nat_rehash()
7913 maxbucket++; in ipf_nat_rehash()
7914 maxbucket *= 2; in ipf_nat_rehash()
7963 softn->ipf_nat_maxbucket = maxbucket; in ipf_nat_rehash()