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)
Feb 24 2025, 9:50 PM
Unknown Object (File)
Feb 19 2025, 10:58 PM
Unknown Object (File)
Feb 5 2025, 7:49 AM
Unknown Object (File)
Feb 5 2025, 6:51 AM
Unknown Object (File)
Feb 5 2025, 4:47 AM
Unknown Object (File)
Feb 3 2025, 5:10 PM
Unknown Object (File)
Dec 20 2024, 2:48 PM
Unknown Object (File)
Nov 22 2024, 7:43 PM

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.