Home
last modified time | relevance | path

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

12345678910>>...48

/openbmc/linux/kernel/
H A Dcred.c170 struct cred *new; in cred_alloc_blank() local
205 struct cred *new; in prepare_creds() local
254 struct cred *new; in prepare_exec_creds() local
287 struct cred *new; in copy_creds() local
388 int commit_creds(struct cred *new) in commit_creds()
466 void abort_creds(struct cred *new) in abort_creds()
483 const struct cred *override_creds(const struct cred *new) in override_creds()
580 int set_cred_ucounts(struct cred *new) in set_cred_ucounts()
629 struct cred *new; in prepare_kernel_cred() local
685 int set_security_override(struct cred *new, u32 secid) in set_security_override()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A 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 …]
H A Dcmpxchg_64.h44 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128()
50 static __always_inline u128 arch_cmpxchg128_local(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128_local()
76 static __always_inline bool arch_try_cmpxchg128(volatile u128 *ptr, u128 *oldp, u128 new) in arch_try_cmpxchg128()
82 static __always_inline bool arch_try_cmpxchg128_local(volatile u128 *ptr, u128 *oldp, u128 new) in arch_try_cmpxchg128_local()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h306 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()
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()
468 unsigned long new) in __cmpxchg_u32_local()
560 unsigned long new) in __cmpxchg_u64_local()
641 __cmpxchg_local(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_local()
661 __cmpxchg_relaxed(void *ptr, unsigned long old, unsigned long new, in __cmpxchg_relaxed()
[all …]
/openbmc/linux/lib/
H A 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()
/openbmc/phosphor-mrw-tools/
H A Dgen_path_callouts.pl54 sub new subroutine
94 sub new subroutine
119 sub new subroutine
137 sub new subroutine
158 sub new subroutine
191 sub new subroutine
/openbmc/openbmc/poky/bitbake/lib/simplediff/
H A D__init__.py17 def diff(old, new): argument
113 def string_diff(old, new): argument
142 def html_diff(old, new): argument
169 def check_diff(old, new): argument
/openbmc/linux/arch/sparc/kernel/
H A 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
/openbmc/u-boot/lib/
H A Drbtree.c53 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
64 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
193 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
355 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
369 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
370 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
399 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
495 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
/openbmc/linux/tools/lib/
H A 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()
/openbmc/linux/arch/riscv/include/asm/
H A 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
/openbmc/linux/security/keys/
H A 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
/openbmc/linux/arch/ia64/include/asm/
H A 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
/openbmc/linux/arch/mips/include/asm/
H A 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()
/openbmc/linux/arch/arm/kernel/
H A 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
/openbmc/linux/arch/csky/include/asm/
H A 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
/openbmc/linux/arch/loongarch/include/asm/
H A Dcmpxchg.h95 #define __cmpxchg_asm(ld, st, m, old, new) \ argument
115 unsigned int new, unsigned int size) in __cmpxchg_small()
163 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, unsigned int size) in __cmpxchg()
185 #define arch_cmpxchg_local(ptr, old, new) \ argument
192 #define arch_cmpxchg(ptr, old, new) \ argument
/openbmc/linux/arch/sparc/lib/
H A Datomic32.c70 int arch_atomic_xchg(atomic_t *v, int new) in arch_atomic_xchg()
83 int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg()
162 unsigned long __cmpxchg_u32(volatile u32 *ptr, u32 old, u32 new) in __cmpxchg_u32()
176 u64 __cmpxchg_u64(u64 *ptr, u64 old, u64 new) in __cmpxchg_u64()
190 unsigned long __xchg_u32(volatile u32 *ptr, u32 new) in __xchg_u32()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcmpxchg.h35 #define __raw_cmpxchg(ptr, old, new, size, lock) \ argument
83 #define __cmpxchg(ptr, old, new, size) \ argument
86 #define cmpxchg(ptr, old, new) \ argument
/openbmc/linux/arch/loongarch/kernel/
H A Dftrace_dyn.c15 static int ftrace_modify_code(unsigned long pc, u32 old, u32 new, bool validate) in ftrace_modify_code()
120 u32 old, new; in ftrace_modify_call() local
140 u32 new; in ftrace_update_ftrace_func() local
172 u32 old, new; in ftrace_init_nop() local
184 u32 old, new; in ftrace_make_call() local
200 u32 old, new; in ftrace_make_nop() local
/openbmc/linux/arch/arc/include/asm/
H A Dcmpxchg.h21 #define __cmpxchg(ptr, old, new) \ argument
41 #define arch_cmpxchg_relaxed(ptr, old, new) \ argument
60 #define arch_cmpxchg(ptr, old, new) \ argument
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h1116 atomic_xchg(atomic_t *v, int new) in atomic_xchg()
1135 atomic_xchg_acquire(atomic_t *v, int new) in atomic_xchg_acquire()
1153 atomic_xchg_release(atomic_t *v, int new) in atomic_xchg_release()
1172 atomic_xchg_relaxed(atomic_t *v, int new) in atomic_xchg_relaxed()
1191 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
1270 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg()
2680 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg()
2699 atomic64_xchg_acquire(atomic64_t *v, s64 new) in atomic64_xchg_acquire()
2717 atomic64_xchg_release(atomic64_t *v, s64 new) in atomic64_xchg_release()
2736 atomic64_xchg_relaxed(atomic64_t *v, s64 new) in atomic64_xchg_relaxed()
[all …]
H A Datomic-long.h1276 raw_atomic_long_xchg(atomic_long_t *v, long new) in raw_atomic_long_xchg()
1297 raw_atomic_long_xchg_acquire(atomic_long_t *v, long new) in raw_atomic_long_xchg_acquire()
1318 raw_atomic_long_xchg_release(atomic_long_t *v, long new) in raw_atomic_long_xchg_release()
1339 raw_atomic_long_xchg_relaxed(atomic_long_t *v, long new) in raw_atomic_long_xchg_relaxed()
1361 raw_atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg()
1383 raw_atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg_acquire()
1405 raw_atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg_release()
1427 raw_atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg_relaxed()
1450 raw_atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in raw_atomic_long_try_cmpxchg()
1473 raw_atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in raw_atomic_long_try_cmpxchg_acquire()
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Datomic_ops.h157 static inline int __atomic_cmpxchg(int *ptr, int old, int new) in __atomic_cmpxchg()
167 static inline bool __atomic_cmpxchg_bool(int *ptr, int old, int new) in __atomic_cmpxchg_bool()
179 static inline long __atomic64_cmpxchg(long *ptr, long old, long new) in __atomic64_cmpxchg()
189 static inline bool __atomic64_cmpxchg_bool(long *ptr, long old, long new) in __atomic64_cmpxchg_bool()
/openbmc/linux/arch/sparc/include/asm/
H A Dcmpxchg_64.h11 __cmpxchg_u32(volatile int *m, int old, int new) in __cmpxchg_u32()
115 __cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) in __cmpxchg_u64()
131 __cmpxchg_u8(volatile unsigned char *m, unsigned char old, unsigned char new) in __cmpxchg_u8()
157 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg()
186 unsigned long new, int size) in __cmpxchg_local()

12345678910>>...48