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)
Sep 30 2024, 1:38 PM
Unknown Object (File)
Sep 21 2024, 7:28 AM
Unknown Object (File)
Sep 19 2024, 8:53 AM
Unknown Object (File)
Sep 19 2024, 5:34 AM
Unknown Object (File)
Sep 18 2024, 10:08 PM
Unknown Object (File)
Sep 9 2024, 2:49 AM
Unknown Object (File)
Aug 31 2024, 4:02 PM
Unknown Object (File)
Aug 30 2024, 4:24 AM

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