Page MenuHomeFreeBSD

linuxkpi: Add trylock_page and unlock_page
ClosedPublic

Authored by manu on Aug 2 2022, 3:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 20, 11:10 PM
Unknown Object (File)
Tue, Nov 12, 5:20 PM
Unknown Object (File)
Tue, Nov 12, 5:15 PM
Unknown Object (File)
Oct 7 2024, 5:07 AM
Unknown Object (File)
Sep 30 2024, 3:37 PM
Unknown Object (File)
Sep 27 2024, 10:20 AM
Unknown Object (File)
Sep 25 2024, 6:22 PM
Unknown Object (File)
Sep 24 2024, 5:40 AM

Details

Summary

Simple wrapper around vm_page_trylock and vm_page_unlock.
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

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

Event Timeline

manu requested review of this revision.Aug 2 2022, 3:31 PM
hselasky added a subscriber: hselasky.
hselasky added inline comments.
sys/compat/linuxkpi/common/include/linux/mm.h
295

Please double check that the return codes are matching!

This revision is now accepted and ready to land.Aug 4 2022, 1:06 PM
This revision was automatically updated to reflect the committed changes.