Page MenuHomeFreeBSD

linuxkpi: Add bitmap_alloc and bitmap_free
ClosedPublic

Authored by manu on May 10 2020, 10:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 3, 4:08 PM
Unknown Object (File)
Sun, Mar 31, 11:21 PM
Unknown Object (File)
Jan 1 2024, 6:07 AM
Unknown Object (File)
Dec 20 2023, 7:54 AM
Unknown Object (File)
Dec 15 2023, 2:19 AM
Unknown Object (File)
Dec 11 2023, 5:44 AM
Unknown Object (File)
Jun 26 2023, 2:01 PM
Unknown Object (File)
Jun 26 2023, 2:00 PM
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.