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)
Sat, Oct 11, 4:16 AM
Unknown Object (File)
Sat, Oct 11, 4:16 AM
Unknown Object (File)
Sat, Oct 11, 4:16 AM
Unknown Object (File)
Fri, Oct 10, 9:16 PM
Unknown Object (File)
Sun, Sep 21, 10:19 AM
Unknown Object (File)
Sun, Sep 21, 3:30 AM
Unknown Object (File)
Sat, Sep 20, 10:00 PM
Unknown Object (File)
Sat, Sep 20, 2:40 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