Home
last modified time | relevance | path

Searched refs:__PASTE (Results 1 – 8 of 8) sorted by relevance

/include/linux/
A Dinit.h211 __PASTE(__KBUILD_MODNAME, \
212 __PASTE(__, \
213 __PASTE(__COUNTER__, \
214 __PASTE(_, \
215 __PASTE(__LINE__, \
216 __PASTE(_, fn))))))
220 __PASTE(__, \
221 __PASTE(prefix, \
222 __PASTE(__, \
223 __PASTE(__iid, id))))
A Dstatic_call_types.h12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
A Dcompiler.h166 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
286 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)(uintptr_t)&sym;
A Dbtf_ids.h58 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
A Djump_label.h407 __PASTE(_DEFINE_STATIC_KEY_, IS_ENABLED(cfg))(name)
412 __PASTE(_DEFINE_STATIC_KEY_RO_, IS_ENABLED(cfg))(name)
417 __PASTE(_DECLARE_STATIC_KEY_, IS_ENABLED(cfg))(name)
A Dcompiler_types.h84 #define __PASTE(a,b) ___PASTE(a,b) macro
A Dpci.h2316 static const struct pci_fixup __PASTE(__pci_fixup_##name,__LINE__) __used \
/include/drm/
A Ddrm_exec.h106 __PASTE(__drm_exec_, __LINE__): \
108 __drm_exec_retry_ptr = &&__PASTE(__drm_exec_, __LINE__);\

Completed in 22 milliseconds