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)
Sat, May 30, 8:33 AM
Unknown Object (File)
Sat, May 30, 1:33 AM
Unknown Object (File)
Fri, May 29, 8:25 PM
Unknown Object (File)
Thu, May 28, 12:21 PM
Unknown Object (File)
Mon, May 18, 12:25 AM
Unknown Object (File)
Mon, May 18, 12:25 AM
Unknown Object (File)
Mon, May 18, 12:00 AM
Unknown Object (File)
Mon, May 18, 12:00 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