Searched refs:stringify (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/rust/kernel/sync/lock/ |
| H A D | global.rs | 261 ::core::stringify!($name), 263 ::core::stringify!($name), 270 const NAME: &'static $crate::str::CStr = $crate::c_str!(::core::stringify!($name));
|
| /linux-6.15/rust/kernel/ |
| H A D | kunit.rs | 63 static CONDITION: &'static $crate::str::CStr = $crate::c_str!(stringify!($condition)); 236 let name_u8 = ::core::stringify!($name).as_bytes(); 242 ::core::stringify!($name),
|
| H A D | std_vendor.rs | 156 ::core::stringify!($val), &tmp);
|
| H A D | build_assert.rs | 78 $crate::build_assert::build_error(concat!("assertion failed: ", stringify!($cond)));
|
| H A D | device_id.rs | 160 "_", stringify!($table_name))
|
| /linux-6.15/drivers/gpu/nova-core/ |
| H A D | gpu.rs | 28 util::to_lowercase_bytes::<{ stringify!($variant).len() }>( 29 stringify!($variant)
|
| /linux-6.15/rust/ |
| H A D | compiler_builtins.rs | 32 #[export_name = concat!("__rust", stringify!($ident))]
|
| /linux-6.15/drivers/pinctrl/aspeed/ |
| H A D | pinmux-aspeed.h | 578 #define stringify(x) #x macro 579 #define istringify(x) stringify(x)
|
| /linux-6.15/scripts/gcc-plugins/ |
| H A D | Makefile | 31 -DPLUGIN_VERSION=$(call stringify,$(KERNELVERSION)) \
|
| /linux-6.15/scripts/dtc/ |
| H A D | util.h | 31 #define stringify(s) stringify_(s) macro
|
| H A D | dtc.c | 91 …"\n\tBlob version to produce, defaults to "stringify(DEFAULT_FDT_VERSION)" (for dtb and asm output…
|
| /linux-6.15/scripts/ |
| H A D | Makefile.lib | 104 name-fix = $(call stringify,$(call name-fix-token,$1)) 108 modfile_flags = -DKBUILD_MODFILE=$(call stringify,$(modfile))
|
| H A D | Kbuild.include | 61 stringify = $(squote)$(quote)$1$(quote)$(squote)
|
| /linux-6.15/scripts/gdb/linux/ |
| H A D | constants.py.in | 27 /* We need to stringify expanded macros so that they can be parsed */
|
| /linux-6.15/rust/macros/ |
| H A D | quote.rs | 164 $v.push(::proc_macro::TokenTree::Ident(::proc_macro::Ident::new(stringify!($id), $span)));
|
| /linux-6.15/rust/pin-init/src/ |
| H A D | macros.rs | 612 stringify!($field), 980 stringify!($($rest)*),
|
| /linux-6.15/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_filter.c | 41 void (*stringify)(struct qede_arfs_tuple *t, void *buffer); member 111 if (n->tuple.stringify) { in qede_configure_arfs_fltr() 114 n->tuple.stringify(&n->tuple, tuple_buffer); in qede_configure_arfs_fltr() 1547 t->stringify = qede_flow_stringify_ipv4_hdr; in qede_set_v4_tuple_to_profile()
|