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)
Fri, Jul 10, 2:14 PM
Unknown Object (File)
Wed, Jul 8, 8:56 PM
Unknown Object (File)
Mon, Jul 6, 12:22 AM
Unknown Object (File)
Sun, Jul 5, 1:21 AM
Unknown Object (File)
Sat, Jul 4, 3:35 PM
Unknown Object (File)
Fri, Jul 3, 10:30 PM
Unknown Object (File)
Fri, Jul 3, 8:05 AM
Unknown Object (File)
Fri, Jul 3, 3:35 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.