Home
last modified time | relevance | path

Searched defs:_new (Results 1 – 10 of 10) sorted by relevance

/linux/scripts/gendwarfksyms/examples/
H A Dkabi.h49 #define __KABI_NORMAL_SIZE_ALIGN(_orig, _new) \ argument
62 #define __KABI_REPLACE(_orig, _new) \ argument
130 #define KABI_IGNORE(n, _new) \ argument
140 #define KABI_REPLACE(_oldtype, _oldname, _new) \ argument
149 #define KABI_USE(number, _new) __KABI_REPLACE(KABI_RESERVE(number), _new) argument
171 #define KABI_USE_ARRAY(number, bytes, _new) \ argument
/linux/arch/x86/include/asm/
H A Dcmpxchg_32.h17 #define __arch_cmpxchg64(_ptr, _old, _new, _lock) \ argument
42 #define __arch_try_cmpxchg64(_ptr, _oldp, _new, _lock) \ argument
88 #define __arch_cmpxchg64_emu(_ptr, _old, _new, _lock_loc, _lock) \ argument
117 #define __arch_try_cmpxchg64_emu(_ptr, _oldp, _new, _lock_loc, _lock) \ argument
H A Dcmpxchg_64.h36 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument
62 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument
H A Dcmpxchg.h158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
/linux/rust/proc-macro2/
H A Dlib.rs210 fn _new(inner: imp::TokenStream) -> Self { in _new() method
357 fn _new(inner: imp::Span) -> Self { in _new() method
676 fn _new(inner: imp::Group) -> Self { in _new() method
935 fn _new(inner: imp::Ident) -> Self { in _new() method
1109 fn _new(inner: imp::Literal) -> Self { in _new() method
H A Dfallback.rs944 pub(crate) fn _new(repr: String) -> Self { in _new() method
/linux/drivers/clk/sophgo/
H A Dclk-cv18xx-common.h64 #define cv1800_clk_regfield_set(_val, _new, _reg) \ argument
/linux/arch/x86/kernel/
H A Dalternative.c2990 u8 _new[TEXT_POKE_MAX_OPCODE_SIZE+1]; in smp_text_poke_batch_finish() local
/linux/include/linux/
H A Dbpf.h1486 #define __BPF_DISPATCHER_UPDATE(_d, _new) \ argument
1493 #define __BPF_DISPATCHER_UPDATE(_d, _new) argument
/linux/drivers/net/bonding/
H A Dbond_main.c4433 const struct rtnl_link_stats64 *_new, in bond_fold_stats()