Page MenuHomeFreeBSD

LinuxKPI: Add bitmap_intersects(), bitmap_from_arr32()
ClosedPublic

Authored by wulf on Nov 28 2023, 9:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 17, 10:09 PM
Unknown Object (File)
Feb 22 2025, 2:22 PM
Unknown Object (File)
Feb 22 2025, 2:02 PM
Unknown Object (File)
Feb 22 2025, 1:57 PM
Unknown Object (File)
Feb 9 2025, 9:06 PM
Unknown Object (File)
Jan 27 2025, 4:57 PM
Unknown Object (File)
Jan 25 2025, 4:40 PM
Unknown Object (File)
Jan 23 2025, 11:15 AM

Details

Summary

and bitmap_shift_right() functions to linux/bitmap.h

They perform calculation of two bitmaps intersection,
copying the contents of u32 array of bits to bitmap and
logical right shifting of the bits in a bitmap.

Sponsored by: Serenity Cyber Security, LLC
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable