Page MenuHomeFreeBSD

linuxkpi: Define `xa_is_err()`, `xa_{store,erase}_irq()` and `xa_{,un}lock_irq*()`
ClosedPublic

Authored by dumbbell on Feb 12 2023, 10:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 10, 8:38 PM
Unknown Object (File)
Thu, Sep 10, 8:29 AM
Unknown Object (File)
Thu, Sep 10, 3:24 AM
Unknown Object (File)
Tue, Sep 8, 4:05 PM
Unknown Object (File)
Mon, Sep 7, 9:09 PM
Unknown Object (File)
Mon, Sep 7, 7:23 PM
Unknown Object (File)
Mon, Sep 7, 12:51 AM
Unknown Object (File)
Sun, Sep 6, 11:34 PM

Details

Summary

xa_is_err() is synonymous to IS_ERR().

Other introduced functions call their equivalent without the irq* suffix.

This is part of the update of the DRM drivers to Linux 5.15.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable