Searched defs:old (Results 151 - 175 of 991) sorted by relevance

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dlocal.h55 static __inline__ long local_cmpxchg(local_t *l, long old, long new) argument
60 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) argument
/linux-master/arch/mips/include/asm/
H A Dlocal.h97 static __inline__ long local_cmpxchg(local_t *l, long old, long new) argument
102 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) argument
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h59 static inline long local_cmpxchg(local_t *l, long old, long new) argument
64 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) argument
/linux-master/kernel/
H A Dgroups.c137 const struct cred *old; local
/linux-master/drivers/power/supply/
H A Dsurface_charger.c69 __le32 old = ac->state; local
/linux-master/arch/m68k/bvme6000/
H A Dconfig.c133 unsigned long *old = (unsigned long *)0xf8000000; local
/linux-master/arch/powerpc/include/asm/
H A Dbitops.h180 unsigned long old, t; local
239 unsigned long old, t; local
[all...]
/linux-master/mm/
H A Dshrinker_debug.c200 const char *new, *old; local
/linux-master/security/apparmor/
H A Dresource.c158 struct aa_profile *old, *new; local
H A Dpolicy_compat.c78 static u32 map_old_perms(u32 old) argument
[all...]
H A Dtask.c48 struct aa_label *old = aa_current_raw_label(); local
/linux-master/fs/afs/
H A Dvl_list.c282 struct afs_addr_list *old = addrs; local
/linux-master/security/safesetid/
H A Dlsm.c148 static bool id_permitted_for_cred(const struct cred *old, kid_t new_id, enum setid_type new_type) argument
191 safesetid_task_fix_setuid(struct cred *new, const struct cred *old, int flags) argument
215 safesetid_task_fix_setgid(struct cred *new, const struct cred *old, int flags) argument
239 safesetid_task_fix_setgroups(struct cred *new, const struct cred *old) argument
[all...]
/linux-master/net/sunrpc/
H A Dsvcauth.c143 struct auth_ops *old; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_ma.c64 void *old, *new; local
91 void *old; local
114 void *old, *new; local
142 void *old; local
[all...]
/linux-master/arch/loongarch/kvm/
H A Dmain.c221 unsigned long ver, old, vpid; local
/linux-master/arch/um/drivers/
H A Dchan_user.c76 sigset_t old, no_sigio; local
/linux-master/arch/x86/include/asm/
H A Dlocal.h123 static inline long local_cmpxchg(local_t *l, long old, long new) argument
128 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dctxt-info.c29 void *old = result; local
/linux-master/include/linux/
H A Drefcount.h142 int old = refcount_read(r); local
184 int old = atomic_fetch_add_relaxed(i, &r->refs); local
264 int old = atomic_fetch_sub_release(i, &r->refs); local
330 int old = atomic_fetch_sub_release(1, &r->refs); local
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_heartbeat.c303 unsigned long old; local
/linux-master/arch/x86/power/
H A Dhibernate.c207 enum cpuhp_smt_control old = cpu_smt_control; local
/linux-master/drivers/parport/
H A Dparport_amiga.c68 unsigned char old; local
/linux-master/arch/s390/include/asm/
H A Datomic.h77 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) argument
117 static __always_inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) argument
/linux-master/kernel/locking/
H A Dqspinlock.c223 u32 old, new; local
316 u32 old, tail; local

Completed in 186 milliseconds

1234567891011>>