Page MenuHomeFreeBSD

linuxkpi: Add bitmap_alloc and bitmap_free
ClosedPublic

Authored by manu on May 10 2020, 10:26 AM.
Tags
None
Referenced Files
F151660019: D24794.id71607.diff
Thu, Apr 9, 8:25 PM
F151654836: D24794.id71610.diff
Thu, Apr 9, 7:35 PM
Unknown Object (File)
Tue, Mar 31, 12:12 AM
Unknown Object (File)
Wed, Mar 25, 5:06 PM
Unknown Object (File)
Mar 3 2026, 12:54 AM
Unknown Object (File)
Mar 2 2026, 1:16 AM
Unknown Object (File)
Feb 24 2026, 12:40 AM
Unknown Object (File)
Feb 8 2026, 9:15 AM
Subscribers

Details

Summary

This is a simple call to kmallock_array/kfree, therefore include linux/slab.h as
this is where the kmalloc_array/kfree definition is.

Diff Detail

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

Event Timeline

manu requested review of this revision.May 10 2020, 10:26 AM
manu edited the summary of this revision. (Show Details)

Add bitmap_alloc and bitmap_zalloc,
Missed in the first diff.

manu retitled this revision from linuxkpi: Add bitmap_free to linuxkpi: Add bitmap_alloc and bitmap_free.May 10 2020, 10:38 AM

Add LinuxKPI to commit message and don't forget to MFC.

This revision is now accepted and ready to land.May 10 2020, 11:19 AM
This revision was automatically updated to reflect the committed changes.