Home
last modified time | relevance | path

Searched defs:old (Results 26 – 50 of 1012) sorted by relevance

12345678910>>...41

/OK3568_Linux_fs/kernel/lib/
H A Derrseq.c60 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 Datomic64_32.h274 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 Datomic.h34 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 Dnon-atomic.h62 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 Ddrm_lock.c62 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 Dxchg.h129 ____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 Datomic.h201 #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 Dintel_fifo_underrun.c111 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 Dbitops.c59 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 Drefcount.h152 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 Dcred.c256 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 Dbitops.h33 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 Dnon-atomic.h61 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 Dnon-atomic.h62 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 Dops.c19 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 Dlsm.c156 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 Datomic-long.h411 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 Dspinlock.h114 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 Datomic.h67 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 Dftrace.c58 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 Dcmpxchg-cas.h6 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) in __cmpxchg_u32()
17 unsigned long old; in xchg_u32() local
H A Dbitops-op32.h94 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 Dcommoncap.c242 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 Dspinlock.c84 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 Dgcc_intrin.h308 #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

12345678910>>...41