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, Aug 12, 1:26 PM
Unknown Object (File)
Wed, Aug 12, 1:25 PM
Unknown Object (File)
Wed, Aug 12, 1:00 PM
Unknown Object (File)
Thu, Jul 30, 9:15 PM
Unknown Object (File)
Tue, Jul 28, 7:24 PM
Unknown Object (File)
Tue, Jul 28, 5:32 PM
Unknown Object (File)
Tue, Jul 21, 5:56 AM
Unknown Object (File)
Jul 14 2026, 1:28 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.