Searched defs:old (Results 26 - 50 of 983) sorted by relevance

1234567891011>>

/linux-master/arch/x86/kernel/
H A Dioport.c176 unsigned int old; local
/linux-master/lib/
H A Derrseq.c61 errseq_t cur, old; local
125 errseq_t old = READ_ONCE(*eseq); local
178 errseq_t old, new; local
[all...]
/linux-master/arch/x86/um/os-Linux/
H A Dtask_size.c70 struct sigaction sa, old; local
/linux-master/arch/um/include/asm/
H A Dmmu_context.h19 static inline void activate_mm(struct mm_struct *old, struct mm_struct *new) argument
/linux-master/arch/parisc/lib/
H A Dbitops.c59 u64 notrace __cmpxchg_u64(volatile u64 *ptr, u64 old, u64 new) argument
71 unsigned long notrace __cmpxchg_u32(volatile unsigned int *ptr, unsigned int old, unsigned int new) argument
83 u8 notrace __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) argument
/linux-master/arch/um/os-Linux/
H A Dtime.c102 sigset_t set, old; local
/linux-master/arch/mips/kernel/
H A Dcmpxchg.c50 unsigned long __cmpxchg_small(volatile void *ptr, unsigned long old, argument
/linux-master/include/net/
H A Dnetevent.h20 struct dst_entry *old; member in struct:netevent_redirect
/linux-master/tools/include/asm-generic/bitops/
H A Dnon-atomic.h66 unsigned long old = *p; local
86 unsigned long old = *p; local
98 unsigned long old = *p; local
[all...]
/linux-master/arch/sh/include/asm/
H A Dbitops-op32.h100 unsigned long old = *p; local
120 unsigned long old = *p; local
132 unsigned long old = *p; local
[all...]
/linux-master/include/net/sctp/
H A Dchecksum.h55 __le32 old = sh->checksum; local
/linux-master/tools/arch/x86/include/asm/
H A Datomic.h69 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) argument
/linux-master/tools/include/asm-generic/
H A Datomic-gcc.h76 long old; local
87 long old; local
/linux-master/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c56 u32 old, live; local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcgrp_kfunc_common.h46 struct cgroup *acquired, *old; local
H A Dtask_kfunc_common.h45 struct task_struct *acquired, *old; local
H A Dpreempted_bpf_ma_op.c32 struct bin_data *old; local
48 struct bin_data *old, *new; local
H A Dcgrp_kfunc_failure.c211 struct cgroup *acquired, *old; local
/linux-master/arch/riscv/kvm/
H A Dvmid.c25 unsigned long old; local
/linux-master/arch/x86/include/asm/
H A Dcmpxchg_32.h22 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) argument
35 static inline u64 __cmpxchg64_local(volatile u64 *ptr, u64 old, u64 new) argument
51 u64 old = *pold; local
/linux-master/arch/m68k/include/asm/
H A Dcmpxchg.h94 static inline unsigned long __cmpxchg(volatile void *p, unsigned long old, argument
[all...]
/linux-master/arch/parisc/include/asm/
H A Dcmpxchg.h67 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) argument
91 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new_, int size) argument
[all...]
/linux-master/arch/sparc/include/asm/
H A Dcmpxchg_32.h46 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) argument
/linux-master/include/asm-generic/
H A Dspinlock.h55 u32 old = atomic_read(lock); local
/linux-master/arch/powerpc/kernel/
H A Dcputable.c51 struct cpu_spec old; local

Completed in 344 milliseconds

1234567891011>>