HomeFreeBSD

UMA: unsign some variables related to allocation in hash_alloc().

Description

UMA: unsign some variables related to allocation in hash_alloc().

As a followup to r343673, unsign some variables related to allocation
since the hashsize cannot be negative. This gives a bit more space to
handle bigger allocations and avoid some implicit casting.

While here also unsign uh_hashmask, it makes little sense to keep that
signed.

MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D19148

Details

Provenance
pfgAuthored on
Differential Revision
D19148: UMA: unsign some variables related to allocation in hash_alloc().
Parents
rS344041: Bump `__FreeBSD_version__` for r343891
Branches
Unknown
Tags
Unknown