Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 2097) sorted by relevance

12345678910>>...84

/kernel/linux/linux-6.6/kernel/
Dcred.c171 struct cred *new; in cred_alloc_blank() local
206 struct cred *new; in prepare_creds() local
255 struct cred *new; in prepare_exec_creds() local
288 struct cred *new; in copy_creds() local
389 int commit_creds(struct cred *new) in commit_creds()
468 void abort_creds(struct cred *new) in abort_creds()
485 const struct cred *override_creds(const struct cred *new) in override_creds()
582 int set_cred_ucounts(struct cred *new) in set_cred_ucounts()
631 struct cred *new; in prepare_kernel_cred() local
687 int set_security_override(struct cred *new, u32 secid) in set_security_override()
[all …]
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dcmpxchg.h85 #define __raw_cmpxchg(ptr, old, new, size, lock) \ argument
133 #define __cmpxchg(ptr, old, new, size) \ argument
136 #define __sync_cmpxchg(ptr, old, new, size) \ argument
139 #define __cmpxchg_local(ptr, old, new, size) \ argument
148 #define arch_cmpxchg(ptr, old, new) \ argument
151 #define arch_sync_cmpxchg(ptr, old, new) \ argument
154 #define arch_cmpxchg_local(ptr, old, new) \ argument
221 #define __try_cmpxchg(ptr, pold, new, size) \ argument
224 #define __try_cmpxchg_local(ptr, pold, new, size) \ argument
227 #define arch_try_cmpxchg(ptr, pold, new) \ argument
[all …]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dcmpxchg.h283 __cmpxchg_u8(volatile unsigned char *p, unsigned long old, unsigned long new) in __cmpxchg_u8()
306 unsigned long new) in __cmpxchg_u8_local()
325 __cmpxchg_u8_relaxed(u8 *p, unsigned long old, unsigned long new) in __cmpxchg_u8_relaxed()
344 __cmpxchg_u8_acquire(u8 *p, unsigned long old, unsigned long new) in __cmpxchg_u8_acquire()
364 __cmpxchg_u16(volatile unsigned short *p, unsigned long old, unsigned long new) in __cmpxchg_u16()
386 unsigned long new) in __cmpxchg_u16_local()
405 __cmpxchg_u16_relaxed(u16 *p, unsigned long old, unsigned long new) in __cmpxchg_u16_relaxed()
424 __cmpxchg_u16_acquire(u16 *p, unsigned long old, unsigned long new) in __cmpxchg_u16_acquire()
445 __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new) in __cmpxchg_u32()
468 unsigned long new) in __cmpxchg_u32_local()
[all …]
/kernel/linux/linux-5.10/kernel/
Dcred.c216 struct cred *new; in cred_alloc_blank() local
255 struct cred *new; in prepare_creds() local
303 struct cred *new; in prepare_exec_creds() local
336 struct cred *new; in copy_creds() local
438 int commit_creds(struct cred *new) in commit_creds()
525 void abort_creds(struct cred *new) in abort_creds()
546 const struct cred *override_creds(const struct cred *new) in override_creds()
687 struct cred *new; in prepare_kernel_cred() local
743 int set_security_override(struct cred *new, u32 secid) in set_security_override()
759 int set_security_override_from_ctx(struct cred *new, const char *secctx) in set_security_override_from_ctx()
[all …]
/kernel/linux/linux-5.10/lib/
Drbtree.c75 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
86 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
228 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
411 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
425 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
426 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
457 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
553 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
570 void rb_replace_node_rcu(struct rb_node *victim, struct rb_node *new, in rb_replace_node_rcu()
/kernel/linux/linux-6.6/lib/
Drbtree.c75 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
86 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
228 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
411 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
425 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
426 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
457 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
553 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
570 void rb_replace_node_rcu(struct rb_node *victim, struct rb_node *new, in rb_replace_node_rcu()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcmpxchg.h85 #define __raw_cmpxchg(ptr, old, new, size, lock) \ argument
133 #define __cmpxchg(ptr, old, new, size) \ argument
136 #define __sync_cmpxchg(ptr, old, new, size) \ argument
139 #define __cmpxchg_local(ptr, old, new, size) \ argument
148 #define arch_cmpxchg(ptr, old, new) \ argument
151 #define arch_sync_cmpxchg(ptr, old, new) \ argument
154 #define arch_cmpxchg_local(ptr, old, new) \ argument
221 #define __try_cmpxchg(ptr, pold, new, size) \ argument
224 #define try_cmpxchg(ptr, pold, new) \ argument
/kernel/linux/linux-6.6/arch/sparc/kernel/
Dftrace.c26 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) in ftrace_modify_code()
59 u32 old, new; in ftrace_make_nop() local
69 u32 old, new; in ftrace_make_call() local
79 u32 old, new; in ftrace_update_ftrace_func() local
95 u32 old, new; in ftrace_enable_ftrace_graph_caller() local
105 u32 old, new; in ftrace_disable_ftrace_graph_caller() local
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dcmpxchg.h216 __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new) in __cmpxchg_u32()
239 unsigned long new) in __cmpxchg_u32_local()
259 __cmpxchg_u32_relaxed(u32 *p, unsigned long old, unsigned long new) in __cmpxchg_u32_relaxed()
286 __cmpxchg_u32_acquire(u32 *p, unsigned long old, unsigned long new) in __cmpxchg_u32_acquire()
308 __cmpxchg_u64(volatile unsigned long *p, unsigned long old, unsigned long new) in __cmpxchg_u64()
331 unsigned long new) in __cmpxchg_u64_local()
351 __cmpxchg_u64_relaxed(u64 *p, unsigned long old, unsigned long new) in __cmpxchg_u64_relaxed()
370 __cmpxchg_u64_acquire(u64 *p, unsigned long old, unsigned long new) in __cmpxchg_u64_acquire()
392 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, in __cmpxchg()
412 __cmpxchg_local(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_local()
[all …]
/kernel/linux/linux-5.10/tools/lib/
Drbtree.c75 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
86 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
228 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
411 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
424 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
425 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
454 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
545 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
/kernel/linux/linux-6.6/tools/lib/
Drbtree.c75 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
86 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
228 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
411 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
424 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
425 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
454 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
545 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dftrace.c26 static int ftrace_modify_code(unsigned long ip, u32 old, u32 new) in ftrace_modify_code()
59 u32 old, new; in ftrace_make_nop() local
69 u32 old, new; in ftrace_make_call() local
79 u32 old, new; in ftrace_update_ftrace_func() local
100 u32 old, new; in ftrace_enable_ftrace_graph_caller() local
110 u32 old, new; in ftrace_disable_ftrace_graph_caller() local
/kernel/linux/linux-6.6/arch/riscv/include/asm/
Dcmpxchg.h14 #define __xchg_relaxed(ptr, new, size) \ argument
47 #define __xchg_acquire(ptr, new, size) \ argument
82 #define __xchg_release(ptr, new, size) \ argument
117 #define __arch_xchg(ptr, new, size) \ argument
166 #define __cmpxchg_relaxed(ptr, old, new, size) \ argument
210 #define __cmpxchg_acquire(ptr, old, new, size) \ argument
256 #define __cmpxchg_release(ptr, old, new, size) \ argument
302 #define __cmpxchg(ptr, old, new, size) \ argument
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dcmpxchg.h14 #define __xchg_relaxed(ptr, new, size) \ argument
47 #define __xchg_acquire(ptr, new, size) \ argument
82 #define __xchg_release(ptr, new, size) \ argument
117 #define __xchg(ptr, new, size) \ argument
166 #define __cmpxchg_relaxed(ptr, old, new, size) \ argument
210 #define __cmpxchg_acquire(ptr, old, new, size) \ argument
256 #define __cmpxchg_release(ptr, old, new, size) \ argument
302 #define __cmpxchg(ptr, old, new, size) \ argument
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dftrace.c24 static int ftrace_modify_code(unsigned long pc, u32 old, u32 new, in ftrace_modify_code()
56 u32 new; in ftrace_update_ftrace_func() local
145 u32 old, new; in ftrace_make_call() local
161 u32 old, new; in ftrace_modify_call() local
200 u32 old, new; in ftrace_init_nop() local
217 u32 old = 0, new; in ftrace_make_nop() local
/kernel/linux/linux-6.6/security/keys/
Dprocess_keys.c221 int install_thread_keyring_to_cred(struct cred *new) in install_thread_keyring_to_cred()
246 struct cred *new; in install_thread_keyring() local
268 int install_process_keyring_to_cred(struct cred *new) in install_process_keyring_to_cred()
293 struct cred *new; in install_process_keyring() local
358 struct cred *new; in install_session_keyring() local
840 struct cred *new; in join_session_keyring() local
914 struct cred *new = container_of(twork, struct cred, rcu); in key_change_session_keyring() local
/kernel/linux/linux-5.10/security/keys/
Dprocess_keys.c221 int install_thread_keyring_to_cred(struct cred *new) in install_thread_keyring_to_cred()
246 struct cred *new; in install_thread_keyring() local
268 int install_process_keyring_to_cred(struct cred *new) in install_process_keyring_to_cred()
293 struct cred *new; in install_process_keyring() local
358 struct cred *new; in install_session_keyring() local
839 struct cred *new; in join_session_keyring() local
913 struct cred *new = container_of(twork, struct cred, rcu); in key_change_session_keyring() local
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dbitops.h42 __u32 bit, old, new; in set_bit() local
83 __u32 mask, old, new; in clear_bit() local
107 __u32 mask, old, new; in clear_bit_unlock() local
132 __u32 const new = *m & ~(1 << (nr & 31)); in __clear_bit_unlock() local
164 __u32 bit, old, new; in change_bit() local
203 __u32 bit, old, new; in test_and_set_bit() local
257 __u32 mask, old, new; in test_and_clear_bit() local
302 __u32 bit, old, new; in test_and_change_bit() local
/kernel/linux/linux-6.6/arch/ia64/include/asm/
Dbitops.h42 __u32 bit, old, new; in set_bit() local
83 __u32 mask, old, new; in clear_bit() local
107 __u32 mask, old, new; in clear_bit_unlock() local
132 __u32 const new = *m & ~(1 << (nr & 31)); in __clear_bit_unlock() local
164 __u32 bit, old, new; in change_bit() local
203 __u32 bit, old, new; in test_and_set_bit() local
257 __u32 mask, old, new; in test_and_clear_bit() local
302 __u32 bit, old, new; in test_and_change_bit() local
/kernel/linux/linux-5.10/arch/s390/include/asm/
Datomic_ops.h123 static inline int __atomic_cmpxchg(int *ptr, int old, int new) in __atomic_cmpxchg()
128 static inline int __atomic_cmpxchg_bool(int *ptr, int old, int new) in __atomic_cmpxchg_bool()
133 static inline long __atomic64_cmpxchg(long *ptr, long old, long new) in __atomic64_cmpxchg()
138 static inline long __atomic64_cmpxchg_bool(long *ptr, long old, long new) in __atomic64_cmpxchg_bool()
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcmpxchg.h113 #define __cmpxchg_asm(ld, st, m, old, new) \ argument
154 unsigned long new, unsigned int size) in __cmpxchg()
178 #define cmpxchg_local(ptr, old, new) \ argument
185 #define cmpxchg(ptr, old, new) \ argument
231 unsigned long long new) in __cmpxchg64()
/kernel/linux/linux-6.6/arch/mips/include/asm/
Dcmpxchg.h112 #define __cmpxchg_asm(ld, st, m, old, new) \ argument
153 unsigned long new, unsigned int size) in __cmpxchg()
177 #define arch_cmpxchg_local(ptr, old, new) \ argument
184 #define arch_cmpxchg(ptr, old, new) \ argument
230 unsigned long long new) in __cmpxchg64()
/kernel/linux/linux-6.6/arch/arm/kernel/
Dftrace.c99 unsigned long new, bool validate) in ftrace_modify_code()
125 unsigned long new; in ftrace_update_ftrace_func() local
147 unsigned long new, old; in ftrace_make_call() local
174 unsigned long new, old; in ftrace_modify_call() local
192 unsigned long new; in ftrace_make_nop() local
276 unsigned long new = enable ? branch : nop; in __ftrace_modify_caller() local
/kernel/linux/linux-5.10/arch/arm/kernel/
Dftrace.c78 unsigned long new, bool validate) in ftrace_modify_code()
104 unsigned long new; in ftrace_update_ftrace_func() local
126 unsigned long new, old; in ftrace_make_call() local
153 unsigned long new, old; in ftrace_modify_call() local
171 unsigned long new; in ftrace_make_nop() local
235 unsigned long new = enable ? branch : nop; in __ftrace_modify_caller() local
/kernel/linux/linux-6.6/arch/csky/include/asm/
Dcmpxchg.h10 #define __xchg_relaxed(new, ptr, size) \ argument
56 #define __cmpxchg_relaxed(ptr, old, new, size) \ argument
86 #define __cmpxchg_acquire(ptr, old, new, size) \ argument
117 #define __cmpxchg(ptr, old, new, size) \ argument

12345678910>>...84