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)
Wed, Apr 15, 11:56 AM
Unknown Object (File)
Mon, Apr 13, 6:33 AM
Unknown Object (File)
Mon, Apr 13, 6:24 AM
Unknown Object (File)
Fri, Apr 10, 4:41 AM
Unknown Object (File)
Thu, Apr 9, 9:51 AM
Unknown Object (File)
Thu, Apr 9, 4:31 AM
Unknown Object (File)
Tue, Apr 7, 3:25 AM
Unknown Object (File)
Mon, Mar 30, 4:26 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