Page MenuHomeFreeBSD

Pass malloc flags directly through kevent subroutines.
ClosedPublic

Authored by markj on Nov 23 2018, 9:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 7, 6:28 AM
Unknown Object (File)
Tue, Apr 28, 8:39 AM
Unknown Object (File)
Tue, Apr 28, 1:53 AM
Unknown Object (File)
Mon, Apr 27, 6:20 PM
Unknown Object (File)
Sun, Apr 26, 8:48 PM
Unknown Object (File)
Tue, Apr 21, 9:49 AM
Unknown Object (File)
Sun, Apr 19, 4:51 PM
Unknown Object (File)
Thu, Apr 16, 6:21 AM
Subscribers

Details

Summary

Some kevent functions have a boolean "waitok" parameter to pass to
malloc(9). Replace them with the corresponding malloc() flags: this is
more clear and removes the need for conditional branches when
translating from a boolean flag to a malloc flag.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable