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)
Sun, Feb 9, 9:06 PM
Unknown Object (File)
Mon, Jan 27, 4:57 PM
Unknown Object (File)
Sat, Jan 25, 4:40 PM
Unknown Object (File)
Thu, Jan 23, 11:15 AM
Unknown Object (File)
Jan 10 2025, 7:00 PM
Unknown Object (File)
Jan 3 2025, 4:26 AM
Unknown Object (File)
Nov 23 2024, 7:20 AM
Unknown Object (File)
Nov 19 2024, 4:18 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