Home | History | Annotate | Download | only in include

Lines Matching refs:_s

653 #define	__KERNEL_RCSID(_n, _s)						      \
654 __SECTIONSTRING(.ident, _s); \
658 #define __KERNEL_RCSID(_n, _s) __SECTIONSTRING(.ident, _s)
660 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
664 #define __KERNEL_RCSID(_n, _s) /* nothing */
720 #define RCSID(_s) \
721 __SECTIONSTRING(.ident, _s); \
725 #define RCSID(_s) __SECTIONSTRING(.ident, _s)