| /OK3568_Linux_fs/kernel/lib/ |
| H A D | errseq.c | 60 errseq_t cur, old; in errseq_set() local 124 errseq_t old = READ_ONCE(*eseq); in errseq_sample() local 177 errseq_t old, new; in errseq_check_and_advance() local
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | atomic64_32.h | 274 s64 old, c = 0; in arch_atomic64_and() local 282 s64 old, c = 0; in arch_atomic64_fetch_and() local 293 s64 old, c = 0; in arch_atomic64_or() local 301 s64 old, c = 0; in arch_atomic64_fetch_or() local 312 s64 old, c = 0; in arch_atomic64_xor() local 320 s64 old, c = 0; in arch_atomic64_fetch_xor() local 331 s64 old, c = 0; in arch_atomic64_fetch_add() local
|
| /OK3568_Linux_fs/kernel/include/asm-generic/bitops/ |
| H A D | atomic.h | 34 long old; in test_and_set_bit() local 44 long old; in test_and_clear_bit() local 54 long old; in test_and_change_bit() local
|
| H A D | non-atomic.h | 62 unsigned long old = *p; in __test_and_set_bit() local 81 unsigned long old = *p; in __test_and_clear_bit() local 93 unsigned long old = *p; in __test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_lock.c | 62 unsigned int old, new, prev; in drm_lock_take() local 111 unsigned int old, new, prev; in drm_lock_transfer() local 126 unsigned int old, new, prev; in drm_legacy_lock_free() local 311 unsigned int old, prev; in drm_legacy_idlelock_release() local
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | xchg.h | 129 ____cmpxchg(_u8, volatile char *m, unsigned char old, unsigned char new) in ____cmpxchg() 155 ____cmpxchg(_u16, volatile short *m, unsigned short old, unsigned short new) in ____cmpxchg() 181 ____cmpxchg(_u32, volatile int *m, int old, int new) in ____cmpxchg() 203 ____cmpxchg(_u64, volatile long *m, unsigned long old, unsigned long new) in ____cmpxchg()
|
| H A D | atomic.h | 201 #define atomic64_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() argument 204 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), old, new)) in ATOMIC_OPS() argument 218 int c, new, old; in ATOMIC_OPS() local 250 s64 c, new, old; in atomic64_fetch_add_unless() local 280 s64 old, tmp; in atomic64_dec_if_positive() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_fifo_underrun.c | 111 bool enable, bool old) in i9xx_set_fifo_underrun_reporting() 164 bool old) in ivb_set_fifo_underrun_reporting() 234 bool enable, bool old) in cpt_set_fifo_underrun_reporting() 263 bool old; in __intel_set_cpu_fifo_underrun_reporting() local 333 bool old; in intel_set_pch_fifo_underrun_reporting() local
|
| /OK3568_Linux_fs/kernel/arch/parisc/lib/ |
| H A D | bitops.c | 59 u64 __cmpxchg_u64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg_u64() 71 unsigned long __cmpxchg_u32(volatile unsigned int *ptr, unsigned int old, unsigned int new) in __cmpxchg_u32() 83 u8 __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) in __cmpxchg_u8()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | refcount.h | 152 int old = refcount_read(r); in __refcount_add_not_zero() local 193 int old = atomic_fetch_add_relaxed(i, &r->refs); in __refcount_add() local 272 int old = atomic_fetch_sub_release(i, &r->refs); in __refcount_sub_and_test() local 338 int old = atomic_fetch_sub_release(1, &r->refs); in __refcount_dec() local
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cred.c | 256 const struct cred *old; in prepare_creds() local 443 const struct cred *old = task->real_cred; in commit_creds() local 550 const struct cred *old = current->cred; in override_creds() local 590 void revert_creds(const struct cred *old) in revert_creds() 690 const struct cred *old; in prepare_kernel_cred() local
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | bitops.h | 33 unsigned long old; in set_bit() local 50 unsigned long old; in clear_bit() local 67 unsigned long old; in change_bit() local 84 unsigned int old, t; in test_and_set_bit() local 103 unsigned int old, t; in test_and_clear_bit() local 122 unsigned int old, t; in test_and_change_bit() local
|
| /OK3568_Linux_fs/u-boot/arch/nios2/include/asm/bitops/ |
| H A D | non-atomic.h | 61 unsigned long old = *p; in __test_and_set_bit() local 80 unsigned long old = *p; in __test_and_clear_bit() local 92 unsigned long old = *p; in __test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/ |
| H A D | non-atomic.h | 62 unsigned long old = *p; in __test_and_set_bit() local 81 unsigned long old = *p; in __test_and_clear_bit() local 93 unsigned long old = *p; in __test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | ops.c | 19 unsigned int old, new; in snd_sof_pci_update_bits_unlocked() local 54 unsigned int old, new; in snd_sof_dsp_update_bits_unlocked() local 74 u64 old, new; in snd_sof_dsp_update_bits64_unlocked() local 122 unsigned int old, new; in snd_sof_dsp_update_bits_forced_unlocked() local
|
| /OK3568_Linux_fs/kernel/security/safesetid/ |
| H A D | lsm.c | 156 static bool id_permitted_for_cred(const struct cred *old, kid_t new_id, enum setid_type new_type) in id_permitted_for_cred() 200 const struct cred *old, in safesetid_task_fix_setuid() 224 const struct cred *old, in safesetid_task_fix_setgid()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | atomic-long.h | 411 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() 417 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire() 423 atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_release() 429 atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_relaxed() 435 atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg() 441 atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_acquire() 447 atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_release() 453 atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_relaxed() 905 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() 911 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | spinlock.h | 114 int old; in arch_read_lock() local 140 int old; in arch_read_trylock() local 149 int old; in arch_write_trylock() local
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/bitops/ |
| H A D | atomic.h | 67 unsigned long old; in test_and_set_bit() local 87 unsigned long old; in test_and_clear_bit() local 107 unsigned long old; in test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 58 ftrace_modify_code(unsigned long ip, struct ppc_inst old, struct ppc_inst new) in ftrace_modify_code() 437 struct ppc_inst old, new; in ftrace_make_nop() local 676 struct ppc_inst old, new; local 809 struct ppc_inst old, new; local 849 struct ppc_inst old, new; local 945 struct ppc_inst old, new; local 958 struct ppc_inst old, new; local
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | cmpxchg-cas.h | 6 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) in __cmpxchg_u32() 17 unsigned long old; in xchg_u32() local
|
| H A D | bitops-op32.h | 94 unsigned long old = *p; in __test_and_set_bit() local 113 unsigned long old = *p; in __test_and_clear_bit() local 125 unsigned long old = *p; in __test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | commoncap.c | 242 const struct cred *old, in cap_capset() 740 const struct cred *old = current_cred(); in handle_privileged_root() local 778 static inline bool __is_setuid(struct cred *new, const struct cred *old) in __is_setuid() 781 static inline bool __is_setgid(struct cred *new, const struct cred *old) in __is_setgid() 801 static inline bool nonroot_raised_pE(struct cred *new, const struct cred *old, in nonroot_raised_pE() 835 const struct cred *old = current_cred(); in cap_bprm_creds_from_file() local 1022 static inline void cap_emulate_setxuid(struct cred *new, const struct cred *old) in cap_emulate_setxuid() 1059 int cap_task_fix_setuid(struct cred *new, const struct cred *old, int flags) in cap_task_fix_setuid() 1195 const struct cred *old = current_cred(); in cap_task_prctl() local
|
| /OK3568_Linux_fs/kernel/arch/s390/lib/ |
| H A D | spinlock.c | 84 static inline int arch_cmpxchg_niai8(int *lock, int old, int new) in arch_cmpxchg_niai8() 120 int lockval, ix, node_id, tail_id, old, new, owner, count; in arch_spin_lock_queued() local 213 int lockval, old, new, owner, count; in arch_spin_lock_classic() local 292 int old; in arch_write_lock_wait() local
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | gcc_intrin.h | 308 #define ia64_cmpxchg1_acq(ptr, new, old) \ argument 317 #define ia64_cmpxchg1_rel(ptr, new, old) \ argument 326 #define ia64_cmpxchg2_acq(ptr, new, old) \ argument 335 #define ia64_cmpxchg2_rel(ptr, new, old) \ argument 345 #define ia64_cmpxchg4_acq(ptr, new, old) \ argument 354 #define ia64_cmpxchg4_rel(ptr, new, old) \ argument 363 #define ia64_cmpxchg8_acq(ptr, new, old) \ argument 372 #define ia64_cmpxchg8_rel(ptr, new, old) \ argument
|