Home
last modified time | relevance | path

Searched defs:new (Results 326 - 350 of 2765) sorted by relevance

1...<<11121314151617181920>>...111

/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
H A Dlib.rs25 fn new(span: Span, message: String) -> Self { in new() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbio.rs21 pub fn new(buf: &'a [u8]) -> Result<MemBioSlice<'a>, ErrorStack> { in new() functions
51 pub fn new() -> Result<MemBio, ErrorStack> { in new() functions
/third_party/rust/crates/rustix/src/process/
H A Dsched.rs27 pub fn new() -> Self { in new() functions
/base/msdp/device_status/rust/ipc/server/src/
H A Dfusion_ipc_delegator.rs45 pub fn new() -> Self { in new() functions
/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dlib.rs66 pub fn new() -> Self in new() functions
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dscope_js_value.h
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmod.rs196 fn new() -> Self { in new() functions
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Drequest.rs79 pub fn new() -> Self { in new() functions
[all...]
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_interval.c27 struct rb_node **new = &root->rb_node, *parent = NULL; in drbd_insert_interval() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dcmpxchg.h153 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, unsigned int size) __cmpxchg() argument
229 __cmpxchg64(volatile void *ptr, unsigned long long old, unsigned long long new) __cmpxchg64() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dsyscall.c97 static inline int mips_atomic_set(unsigned long addr, unsigned long new) in mips_atomic_set() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dvphn.c42 u16 new = be16_to_cpup(field++); in vphn_unpack_associativity() local
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dpgtable_64.c73 unsigned long new = bios_start; in find_trampoline_placement() local
[all...]
/kernel/linux/common_modules/memory_security/src/
H A Djit_space_list.c11 struct jit_space_node *new = kmalloc(sizeof(struct jit_space_node), GFP_KERNEL); in init_jit_space_node() local
42 struct jit_space_node *new = init_jit_space_node(begin, end); in update_jit_space() local
64 struct jit_space_node *new = init_jit_space_node(end, node->end); in delete_jit_space() local
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dcmpxchg.h152 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, unsigned int size) __cmpxchg() argument
228 __cmpxchg64(volatile void *ptr, unsigned long long old, unsigned long long new) __cmpxchg64() argument
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dsyscall.c97 static inline int mips_atomic_set(unsigned long addr, unsigned long new) in mips_atomic_set() argument
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Datomic.h17 static inline void arch_atomic_set(atomic_t *v, int new) in arch_atomic_set() argument
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/vphn/
H A Dvphn.c42 u16 new = be16_to_cpup(field++); in vphn_unpack_associativity() local
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dvphn.c42 u16 new = be16_to_cpup(field++); in vphn_unpack_associativity() local
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Datomic_ops.h157 __atomic_cmpxchg(int *ptr, int old, int new) __atomic_cmpxchg() argument
167 __atomic_cmpxchg_bool(int *ptr, int old, int new) __atomic_cmpxchg_bool() argument
179 __atomic64_cmpxchg(long *ptr, long old, long new) __atomic64_cmpxchg() argument
189 __atomic64_cmpxchg_bool(long *ptr, long old, long new) __atomic64_cmpxchg_bool() argument
[all...]
H A Dcmpxchg.h87 __cmpxchg(unsigned long address, unsigned long old, unsigned long new, int size) __cmpxchg() argument
195 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) arch_cmpxchg128() argument
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Djump_label.c51 struct insn old, new; in jump_label_transform() local
33 jump_label_bug(struct jump_entry *entry, struct insn *expected, struct insn *new) jump_label_bug() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_mitigations.c31 unsigned long new = ~0UL; in mitigations_set() local
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dops.c19 unsigned int old, new; in snd_sof_pci_update_bits_unlocked() local
54 unsigned int old, new; in snd_sof_dsp_update_bits_unlocked() local
74 u64 old, new; in snd_sof_dsp_update_bits64_unlocked() local
122 unsigned int old, new; snd_sof_dsp_update_bits_forced_unlocked() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Datomic64.c163 s64 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg() argument

Completed in 10 milliseconds

1...<<11121314151617181920>>...111