Lines Matching refs:__CONCAT
321 static struct tunable_int __CONCAT(__tunable_int_, __LINE__) = { \
325 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
327 &__CONCAT(__tunable_int_, __LINE__))
340 static struct tunable_long __CONCAT(__tunable_long_, __LINE__) = { \
344 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
346 &__CONCAT(__tunable_long_, __LINE__))
359 static struct tunable_ulong __CONCAT(__tunable_ulong_, __LINE__) = { \
363 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
365 &__CONCAT(__tunable_ulong_, __LINE__))
378 static struct tunable_int64 __CONCAT(__tunable_int64_, __LINE__) = { \
382 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
384 &__CONCAT(__tunable_int64_, __LINE__))
397 static struct tunable_uint64 __CONCAT(__tunable_uint64_, __LINE__) = { \
401 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
403 &__CONCAT(__tunable_uint64_, __LINE__))
416 static struct tunable_quad __CONCAT(__tunable_quad_, __LINE__) = { \
420 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
422 &__CONCAT(__tunable_quad_, __LINE__))
435 static struct tunable_bool __CONCAT(__tunable_bool_, __LINE__) = { \
439 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
441 &__CONCAT(__tunable_bool_, __LINE__))
452 static struct tunable_str __CONCAT(__tunable_str_, __LINE__) = { \
457 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
459 &__CONCAT(__tunable_str_, __LINE__))