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)
Thu, Dec 12, 10:44 PM
Unknown Object (File)
Nov 19 2024, 4:14 AM
Unknown Object (File)
Sep 29 2024, 4:06 AM
Unknown Object (File)
Sep 27 2024, 5:49 PM
Unknown Object (File)
Sep 27 2024, 1:11 PM
Unknown Object (File)
Sep 27 2024, 7:11 AM
Unknown Object (File)
Sep 26 2024, 12:51 AM
Unknown Object (File)
Sep 22 2024, 10:21 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.