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)
Fri, Jan 3, 4:26 AM
Unknown Object (File)
Nov 23 2024, 7:20 AM
Unknown Object (File)
Nov 19 2024, 4:18 AM
Unknown Object (File)
Nov 18 2024, 3:58 PM
Unknown Object (File)
Nov 17 2024, 11:25 PM
Unknown Object (File)
Nov 17 2024, 11:25 PM
Unknown Object (File)
Nov 16 2024, 12:58 AM
Unknown Object (File)
Nov 14 2024, 10:48 PM

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