Searched defs:old (Results 101 - 125 of 983) sorted by relevance

1234567891011>>

/linux-master/arch/x86/include/asm/
H A Datomic.h107 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) argument
113 static __always_inline bool arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) argument
H A Datomic64_64.h101 static __always_inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) argument
107 static __always_inline bool arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) argument
H A Dpreempt.h31 int old, new; local
/linux-master/arch/loongarch/include/asm/
H A Dcmpxchg.h114 static inline unsigned int __cmpxchg_small(volatile void *ptr, unsigned int old, argument
163 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, unsigned int size) argument
[all...]
/linux-master/arch/openrisc/include/asm/
H A Dcmpxchg.h59 static inline u32 cmpxchg_small(volatile void *ptr, u32 old, u32 new, argument
121 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, argument
25 cmpxchg_u32(volatile void *ptr, unsigned long old, unsigned long new) argument
[all...]
H A Datomic.h109 int old, tmp; local
/linux-master/arch/arm/include/asm/
H A Dcmpxchg.h157 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, argument
218 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
245 __cmpxchg64(unsigned long long *ptr, unsigned long long old, unsigned long long new) argument
/linux-master/arch/m68k/include/asm/
H A Datomic.h172 static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) argument
/linux-master/include/asm-generic/
H A Dlocal64.h45 static inline s64 local64_cmpxchg(local64_t *l, s64 old, s64 new) argument
50 static inline bool local64_try_cmpxchg(local64_t *l, s64 *old, s64 new) argument
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c22 struct sigaction old; local
52 struct sigaction old; local
/linux-master/tools/perf/util/
H A Dhelp-unknown-cmd.c32 static int add_cmd_list(struct cmdnames *cmds, struct cmdnames *old) argument
H A Dblock-range.c16 u64 old = 0; /* NULL isn't executable */ local
/linux-master/arch/x86/platform/efi/
H A Dmemmap.c157 void *old, *new; local
/linux-master/fs/
H A Dfs_struct.c50 static inline int replace_path(struct path *p, const struct path *old, const struct path *new) argument
112 struct fs_struct *copy_fs_struct(struct fs_struct *old) argument
[all...]
/linux-master/fs/bcachefs/
H A Dbuckets_waiting_for_journal.c59 struct bucket_hashed *old, *victim = NULL; local
/linux-master/include/linux/
H A Diversion.h279 inode_eq_iversion_raw(const struct inode *inode, u64 old) argument
296 inode_eq_iversion(const struct inode *inode, u64 old) argument
/linux-master/security/apparmor/include/
H A Dtask.h56 aa_dup_task_ctx(struct aa_task_ctx *new, const struct aa_task_ctx *old) argument
/linux-master/fs/afs/
H A Dserver_list.c133 afs_annotate_server_list(struct afs_server_list *new, struct afs_server_list *old) argument
187 afs_reattach_volume_to_servers(struct afs_volume *volume, struct afs_server_list *new, struct afs_server_list *old) argument
[all...]
H A Ddir_silly.c28 struct dentry *old = op->dentry; local
60 afs_do_silly_rename(struct afs_vnode *dvnode, struct afs_vnode *vnode, struct dentry *old, struct dentry *new, struct key *key) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_frontbuffer.c318 void intel_frontbuffer_track(struct intel_frontbuffer *old, argument
[all...]
/linux-master/drivers/memory/tegra/
H A Dtegra186.c76 u32 value, old; local
/linux-master/drivers/mfd/
H A Dab8500-sysctrl.c31 sigset_t old; local
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtask_local_storage.c171 cpu_set_t old, new; local
227 sched_setaffinity(getpid(), sizeof(old), &old); local
/linux-master/arch/m68k/amiga/
H A Dcia.c53 unsigned char old; local
71 unsigned char old; local
/linux-master/fs/affs/
H A Dbitmap.c321 u32 old, new; local

Completed in 177 milliseconds

1234567891011>>