Page MenuHomeFreeBSD

linuxkpi: Add bitmap_alloc and bitmap_free
ClosedPublic

Authored by manu on May 10 2020, 10:26 AM.
Tags
None
Referenced Files
F135790884: D24794.id71607.diff
Wed, Nov 12, 10:05 PM
F135783903: D24794.id71606.diff
Wed, Nov 12, 8:22 PM
F135778077: D24794.id.diff
Wed, Nov 12, 7:02 PM
F135767703: D24794.id71606.diff
Wed, Nov 12, 4:25 PM
F135755233: D24794.diff
Wed, Nov 12, 12:57 PM
Unknown Object (File)
Thu, Oct 30, 12:03 AM
Unknown Object (File)
Wed, Oct 29, 4:02 PM
Unknown Object (File)
Wed, Oct 29, 10:06 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 Skipped
Unit
Tests Skipped

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.