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)
Jan 12 2024, 6:54 AM
Unknown Object (File)
Dec 22 2023, 9:34 PM
Unknown Object (File)
Oct 27 2023, 6:40 PM
Unknown Object (File)
Apr 26 2023, 4:24 AM
Unknown Object (File)
Apr 21 2023, 4:04 AM
Unknown Object (File)
Apr 8 2023, 11:02 AM
Unknown Object (File)
Jan 18 2023, 8:31 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.