Page MenuHomeFreeBSD

linuxkpi: Define `COUNT_ARGS()` and `CONCATENATE()`
ClosedPublic

Authored by dumbbell on Jun 14 2026, 9:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 12:26 AM
Unknown Object (File)
Tue, Aug 11, 7:08 PM
Unknown Object (File)
Sun, Aug 9, 4:16 PM
Unknown Object (File)
Sat, Aug 8, 4:26 PM
Unknown Object (File)
Fri, Aug 7, 7:49 PM
Unknown Object (File)
Fri, Aug 7, 7:18 AM
Unknown Object (File)
Thu, Aug 6, 5:26 AM
Unknown Object (File)
Thu, Aug 6, 1:19 AM
Subscribers

Details

Summary

COUNT_ARGS() counts the number of arguments it is passed. The implementation is heavily inspired from the one of CTR().

CONCATENATE() is an alias for __CONCAT().

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

Sponsored by: The FreeBSD Foundation

Diff Detail

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