Home
last modified time | relevance | path

Searched defs:old (Results 51 – 75 of 1103) sorted by relevance

12345678910>>...45

/openbmc/linux/security/landlock/
H A Dcred.c18 const struct cred *const old) in hook_cred_transfer()
29 const struct cred *const old, const gfp_t gfp) in hook_cred_prepare()
/openbmc/linux/arch/sh/include/asm/
H A Dbitops-op32.h100 unsigned long old = *p; in arch___test_and_set_bit() local
120 unsigned long old = *p; in arch___test_and_clear_bit() local
132 unsigned long old = *p; in arch___test_and_change_bit() local
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fifo_underrun.c115 bool enable, bool old) in i9xx_set_fifo_underrun_reporting()
168 bool old) in ivb_set_fifo_underrun_reporting()
257 bool enable, bool old) in cpt_set_fifo_underrun_reporting()
286 bool old; in __intel_set_cpu_fifo_underrun_reporting() local
356 bool old; in intel_set_pch_fifo_underrun_reporting() local
/openbmc/linux/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
/openbmc/linux/security/
H A Dcommoncap.c243 const struct cred *old, in cap_capset()
791 const struct cred *old = current_cred(); in handle_privileged_root() local
829 static inline bool __is_setuid(struct cred *new, const struct cred *old) in __is_setuid()
832 static inline bool __is_setgid(struct cred *new, const struct cred *old) in __is_setgid()
852 static inline bool nonroot_raised_pE(struct cred *new, const struct cred *old, in nonroot_raised_pE()
888 const struct cred *old = current_cred(); in cap_bprm_creds_from_file() local
1084 static inline void cap_emulate_setxuid(struct cred *new, const struct cred *old) in cap_emulate_setxuid()
1123 int cap_task_fix_setuid(struct cred *new, const struct cred *old, int flags) in cap_task_fix_setuid()
1268 const struct cred *old = current_cred(); in cap_task_prctl() local
/openbmc/linux/arch/riscv/include/asm/
H A Dcmpxchg.h166 #define __cmpxchg_relaxed(ptr, old, new, size) \ argument
210 #define __cmpxchg_acquire(ptr, old, new, size) \ argument
256 #define __cmpxchg_release(ptr, old, new, size) \ argument
302 #define __cmpxchg(ptr, old, new, size) \ argument
/openbmc/linux/arch/openrisc/include/asm/
H A Dcmpxchg.h26 unsigned long old, unsigned long new) in cmpxchg_u32()
59 static inline u32 cmpxchg_small(volatile void *ptr, u32 old, u32 new, in cmpxchg_small()
121 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg()
/openbmc/linux/arch/ia64/include/asm/
H A Dacenv.h22 unsigned int old, new, val; in ia64_acpi_acquire_global_lock() local
34 unsigned int old, new, val; in ia64_acpi_release_global_lock() local
/openbmc/linux/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
/openbmc/linux/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c59 ftrace_modify_code(unsigned long ip, ppc_inst_t old, ppc_inst_t new) in ftrace_modify_code()
351 ppc_inst_t old, new; in ftrace_make_nop() local
517 ppc_inst_t old, new; in ftrace_make_call() local
648 ppc_inst_t old, new; in ftrace_modify_call() local
686 ppc_inst_t old, new; in ftrace_update_ftrace_func() local
777 ppc_inst_t old, new; in ftrace_modify_ftrace_graph_caller() local
/openbmc/u-boot/arch/nios2/include/asm/bitops/
H A Datomic.h131 unsigned long old; in test_and_set_bit() local
155 unsigned long old; in test_and_clear_bit() local
178 unsigned long old; in test_and_change_bit() local
/openbmc/linux/include/asm-generic/bitops/
H A Dgeneric-non-atomic.h77 unsigned long old = *p; in generic___test_and_set_bit() local
97 unsigned long old = *p; in generic___test_and_clear_bit() local
109 unsigned long old = *p; in generic___test_and_change_bit() local
/openbmc/linux/arch/arm/include/asm/
H A Dcmpxchg.h157 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg()
219 unsigned long old, in __cmpxchg_local()
246 unsigned long long old, in __cmpxchg64()
/openbmc/linux/arch/xtensa/include/asm/
H A Dcmpxchg.h24 __cmpxchg_u32(volatile int *p, int old, int new) in __cmpxchg_u32()
74 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg()
93 unsigned long old, in __cmpxchg_local()
H A Dfutex.h24 #define __futex_atomic_op(insn, ret, old, uaddr, arg) \ argument
48 #define __futex_atomic_op(insn, ret, old, uaddr, arg) \ argument
/openbmc/linux/include/trace/events/
H A Dkvm.h373 #define trace_kvm_halt_poll_ns_grow(vcpu_id, new, old) \ argument
375 #define trace_kvm_halt_poll_ns_shrink(vcpu_id, new, old) \ argument
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h1191 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
1211 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire()
1230 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release()
1250 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed()
1270 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg()
1292 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire()
1313 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release()
1335 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed()
2755 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg()
2775 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire()
[all …]
H A Datomic-long.h1361 raw_atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg()
1383 raw_atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg_acquire()
1405 raw_atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg_release()
1427 raw_atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg_relaxed()
1450 raw_atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in raw_atomic_long_try_cmpxchg()
1473 raw_atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in raw_atomic_long_try_cmpxchg_acquire()
1496 raw_atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in raw_atomic_long_try_cmpxchg_release()
1519 raw_atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) in raw_atomic_long_try_cmpxchg_relaxed()
/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c64 target_ulong old = env->CP0_Status; in cpu_mips_store_status() local
97 uint32_t old = env->CP0_Cause; in cpu_mips_store_cause() local
/openbmc/linux/kernel/locking/
H A Dosq_lock.c48 int old; in osq_wait_next() local
95 int old; in osq_lock() local
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c22 struct sigaction old; in dexcr_exists() local
52 struct sigaction old; in hashchk_triggers() local
/openbmc/linux/sound/pci/ice1712/
H A Dwtm.c67 unsigned char new, old; in stac9460_dac_mute_all() local
144 unsigned char new, old; in stac9460_dac_mute_put() local
284 unsigned char new, old; in stac9460_adc_mute_put() local
415 unsigned char new, old; in stac9460_mic_sw_put() local
440 unsigned char old, new; in stac9460_set_rate_val() local
/openbmc/linux/arch/sparc/include/asm/
H A Dcmpxchg_32.h46 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg()
67 #define arch_cmpxchg64(ptr, old, new) __cmpxchg_u64(ptr, old, new) argument
/openbmc/linux/tools/include/asm-generic/
H A Datomic-gcc.h76 long old; in test_and_set_bit() local
87 long old; in test_and_clear_bit() local
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dbitops.h55 unsigned long old = *p; in __test_and_set_bit() local
77 unsigned long old = *p; in __test_and_clear_bit() local
101 unsigned long old = *p; in __test_and_change_bit() local

12345678910>>...45