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.
Details
Details
- Reviewers
kib jmg - Commits
- rS340900: Pass malloc flags directly through kevent(2) subroutines.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 21183 Build 20538: arc lint + arc unit