HomeFreeBSD

kern: Add phashinit_flags(), which allows malloc(M_NOWAIT)

Description

kern: Add phashinit_flags(), which allows malloc(M_NOWAIT)

It will be used for the upcoming LRO hash table initialization.
And probably will be useful in other cases, when M_WAITOK can't
be used.

Reviewed by: jhb, kib
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D6138

Details

Provenance
sepheAuthored on
Reviewer
jhb
Differential Revision
D6138: kern: Add phashinit_flags(), which allows malloc(M_NOWAIT)
Parents
rS298955: sys/dev: minor spelling fixes.
Branches
Unknown
Tags
Unknown