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)
Tue, Jul 29, 7:56 AM
Unknown Object (File)
Jul 1 2025, 9:40 AM
Unknown Object (File)
Jun 27 2025, 8:46 PM
Unknown Object (File)
Jun 26 2025, 6:56 AM
Unknown Object (File)
Jun 24 2025, 8:29 AM
Unknown Object (File)
Jun 23 2025, 5:30 PM
Unknown Object (File)
Jun 21 2025, 1:01 AM
Unknown Object (File)
Jun 20 2025, 10:17 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