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)
Tue, Sep 24, 5:40 AM
Unknown Object (File)
Sun, Sep 22, 4:03 AM
Unknown Object (File)
Sat, Sep 21, 11:53 AM
Unknown Object (File)
Thu, Sep 19, 10:21 PM
Unknown Object (File)
Tue, Sep 17, 3:01 AM
Unknown Object (File)
Tue, Sep 17, 12:05 AM
Unknown Object (File)
Mon, Sep 16, 10:20 AM
Unknown Object (File)
Sun, Sep 8, 12:07 PM

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46721
Build 43610: arc lint + arc unit

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.