Home
last modified time | relevance | path

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

12345678910>>...41

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dcmpxchg-local.h16 unsigned long old, unsigned long new, int size) in __cmpxchg_local_generic()
55 u64 old, u64 new) in __cmpxchg64_local_generic()
H A Datomic-instrumented.h652 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
662 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire()
672 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release()
682 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed()
692 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg()
703 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire()
714 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release()
725 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed()
1462 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg()
1472 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire()
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dposted_intr.c28 struct pi_desc old, new; in vmx_vcpu_pi_load() local
103 struct pi_desc old, new; in __pi_post_block() local
147 struct pi_desc old, new; in pi_pre_block() local
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-resv.c189 struct dma_resv_list *old, *new; in dma_resv_reserve_shared() local
266 struct dma_fence *old; in dma_resv_add_shared_fence() local
311 struct dma_resv_list *old; in dma_resv_add_excl_fence() local
349 struct dma_fence *old, *new; in dma_resv_copy_fences() local
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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.h20 #define __futex_atomic_op(insn, ret, old, uaddr, arg) \ argument
44 #define __futex_atomic_op(insn, ret, old, uaddr, arg) \ argument
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dcmpxchg.h156 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, in __cmpxchg()
218 unsigned long old, in __cmpxchg_local()
245 unsigned long long old, in __cmpxchg64()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_crtc.c245 struct drm_crtc_state *old) in komeda_crtc_do_flush()
276 struct drm_crtc_state *old) in komeda_crtc_atomic_enable()
322 struct drm_crtc_state *old) in komeda_crtc_atomic_disable()
382 struct drm_crtc_state *old) in komeda_crtc_atomic_flush()
502 struct komeda_crtc_state *old = to_kcrtc_st(crtc->state); in komeda_crtc_atomic_duplicate_state() local
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dkvm.h397 #define trace_kvm_halt_poll_ns_grow(vcpu_id, new, old) \ argument
399 #define trace_kvm_halt_poll_ns_shrink(vcpu_id, new, old) \ argument
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbAccessX.c156 XkbControlsRec old; in AccessXKRGTurnOn() local
188 XkbControlsRec old; in AccessXKRGTurnOff() local
223 XkbControlsRec old; in AccessXStickyKeysTurnOn() local
257 XkbControlsRec old; in AccessXStickyKeysTurnOff() local
397 XkbControlsRec old; in AccessXTimeoutExpire() local
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dosq_lock.c48 int old; in osq_wait_next() local
95 int old; in osq_lock() local
/OK3568_Linux_fs/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
/OK3568_Linux_fs/kernel/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 cmpxchg64(ptr, old, new) __cmpxchg_u64(ptr, old, new) argument
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-arch-fallback.h874 arch_atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in arch_atomic_cmpxchg_acquire()
885 arch_atomic_cmpxchg_release(atomic_t *v, int old, int new) in arch_atomic_cmpxchg_release()
895 arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg()
917 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg()
930 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire()
943 arch_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_release()
956 arch_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_relaxed()
971 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire()
982 arch_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_release()
992 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcmpxchg_32.h47 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64()
60 static inline u64 __cmpxchg64_local(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64_local()
/OK3568_Linux_fs/kernel/kernel/
H A Dtracepoint.c142 static inline void release_probes(struct tracepoint_func *old) in release_probes()
183 struct tracepoint_func *old, *new; in func_add() local
252 struct tracepoint_func *old, *new; in func_remove() local
348 struct tracepoint_func *old, *tp_funcs; in tracepoint_add_func() local
420 struct tracepoint_func *old, *tp_funcs; in tracepoint_remove_func() local
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Drefcount.h78 unsigned int old, new, val = atomic_read(&r->refs); in refcount_inc_not_zero() local
123 unsigned int old, new, val = atomic_read(&r->refs); in refcount_sub_and_test() local
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dbitops.h46 unsigned long old = *p; in __test_and_set_bit() local
68 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/net/smc/
H A Dsmc_cdc.h150 union smc_host_cursor *old, in smc_curs_diff()
164 union smc_host_cursor *old, in smc_curs_comp()
177 union smc_host_cursor *old, in smc_curs_diff_large()
226 union smc_host_cursor temp, old; in smc_cdc_cursor_to_host() local
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Datomic.h154 #define arch_atomic_cmpxchg_relaxed(v, old, new) \ argument
156 #define arch_atomic_cmpxchg_acquire(v, old, new) \ argument
158 #define arch_atomic_cmpxchg_release(v, old, new) \ argument
160 #define arch_atomic_cmpxchg(v, old, new) \ argument

12345678910>>...41