Page MenuHomeFreeBSD

linuxkpi: Add trylock_page and unlock_page
ClosedPublic

Authored by manu on Aug 2 2022, 3:31 PM.
Tags
None
Referenced Files
F153351844: D36019.diff
Mon, Apr 20, 3:58 PM
Unknown Object (File)
Mon, Apr 20, 10:56 AM
Unknown Object (File)
Fri, Apr 17, 11:34 AM
Unknown Object (File)
Thu, Apr 16, 5:42 AM
Unknown Object (File)
Tue, Apr 14, 9:59 AM
Unknown Object (File)
Mon, Apr 6, 4:24 AM
Unknown Object (File)
Fri, Mar 27, 4:27 PM
Unknown Object (File)
Mar 16 2026, 5:25 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.