/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | cmpxchg-local.h | 15 __generic_cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) __generic_cmpxchg_local() argument 54 __generic_cmpxchg64_local(volatile void *ptr, u64 old, u64 new) __generic_cmpxchg64_local() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vt.h | 21 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect() argument
|
/kernel/linux/linux-6.6/kernel/kcsan/ |
H A D | permissive.h | 38 kcsan_ignore_data_race(size_t size, int type, u64 old, u64 new, u64 diff) in kcsan_ignore_data_race() argument
|
/kernel/linux/linux-6.6/rust/kernel/sync/ |
H A D | locked_by.rs | 95 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() functions
|
/kernel/linux/linux-6.6/security/landlock/ |
H A D | cred.c | 17 static int hook_cred_prepare(struct cred *const new, in hook_cred_prepare() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_probe_user.c | 12 struct sockaddr_in new; in handle_sys_connect_common() local
|
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
H A D | atomic.h | 70 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() argument
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
H A D | atomic.h | 17 static inline void atomic_set(atomic_t *v, int new) in atomic_set() argument 64 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() argument [all...] |
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | xchg.h | 129 ____cmpxchg(_u8, volatile char *m, unsigned char old, unsigned char new) in ____cmpxchg() argument 155 ____cmpxchg(_u16, volatile short *m, unsigned short old, unsigned short new) in ____cmpxchg() argument 181 ____cmpxchg(_u32, volatile int *m, int old, int new) in ____cmpxchg() argument 203 ____cmpxchg(_u64, volatile long *m, unsigned long old, unsigned long new) in ____cmpxchg() argument 229 ____cmpxchg(, volatile void *ptr, unsigned long old, unsigned long new, int size) ____cmpxchg() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | bugs_32.c | 24 struct sigaction old, new; in arch_check_bugs() local
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | cmpxchg.h | 81 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, unsigned int size) in __cmpxchg() argument [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | cmpxchg.h | 95 __cmpxchg(volatile void *p, unsigned long old, unsigned long new, int size) __cmpxchg() argument
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | cmpxchg.c | 55 __cmpxchg_small(volatile void *ptr, unsigned long old, unsigned long new, unsigned int size) __cmpxchg_small() argument
|
/kernel/linux/linux-5.10/arch/parisc/lib/ |
H A D | bitops.c | 59 u64 __cmpxchg_u64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg_u64() argument 71 unsigned long __cmpxchg_u32(volatile unsigned int *ptr, unsigned int old, unsigned int new) in __cmpxchg_u32() argument 83 u8 __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) in __cmpxchg_u8() argument
|
/kernel/linux/linux-5.10/arch/powerpc/mm/kasan/ |
H A D | 8xx.c | 16 pte_basic_t *new; in kasan_init_shadow_8M() local
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | cmpxchg.c | 50 __cmpxchg_small(volatile void *ptr, unsigned long old, unsigned long new, unsigned int size) __cmpxchg_small() argument
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
H A D | hugetlb-book3e.h | 31 static inline void hugepd_populate(hugepd_t *hpdp, pte_t *new, unsigned int pshift) in hugepd_populate() argument
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | bitops-cas.h | 5 static inline unsigned __bo_cas(volatile unsigned *p, unsigned old, unsigned new) in __bo_cas() argument
|
H A D | spinlock-cas.h | 13 static inline unsigned __sl_cas(volatile unsigned *p, unsigned old, unsigned new) in __sl_cas() argument
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_cpum_cf_events.c | 667 struct attribute **new; in merge_attr() local
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | atomic_ops.h | 123 __atomic_cmpxchg(int *ptr, int old, int new) __atomic_cmpxchg() argument 128 __atomic_cmpxchg_bool(int *ptr, int old, int new) __atomic_cmpxchg_bool() argument 133 __atomic64_cmpxchg(long *ptr, long old, long new) __atomic64_cmpxchg() argument 138 __atomic64_cmpxchg_bool(long *ptr, long old, long new) __atomic64_cmpxchg_bool() argument [all...] |
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | mconsole_kern.h | 46 static inline void mconsole_register_dev(struct mc_device *new) in mconsole_register_dev() argument
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | cmpxchg_32.h | 47 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64() argument 60 static inline u64 __cmpxchg64_local(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64_local() argument
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | atomic_64.h | 54 static inline int atomic_xchg(atomic_t *v, int new) in atomic_xchg() argument
|
/kernel/linux/linux-5.10/arch/sh/drivers/ |
H A D | heartbeat.c | 35 unsigned int new; in heartbeat_toggle_bit() local [all...] |