Home
last modified time | relevance | path

Searched defs:old (Results 126 – 150 of 1012) sorted by relevance

12345678910>>...41

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dhash.h157 unsigned long old; in hash__pte_update() local
187 __be64 old, tmp, val, mask; in hash__ptep_set_access_flags() local
/OK3568_Linux_fs/u-boot/tools/libfdt/
H A Dfdt_rw.c5 int fdt_remove_unused_strings(const void *old, void *new) in fdt_remove_unused_strings()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drm.h372 #define DRM_CAS(lock,old,new,__ret) \ argument
387 #define DRM_CAS(lock, old, new, ret) \ argument
412 #define DRM_CAS(lock,old,new,__ret) \ argument
438 #define DRM_CAS(lock,old,new,__ret) \ argument
450 #define DRM_CAS(lock,old,new,__ret) \ argument
468 #define DRM_CAS(lock,old,new,__ret) \ argument
493 #define DRM_CAS(lock,old,new,__ret) \ argument
510 #define DRM_CAS(lock,old,new,ret) do { ret=1; } while (0) /* FAST LOCK FAILS */ argument
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drm.h372 #define DRM_CAS(lock,old,new,__ret) \ argument
387 #define DRM_CAS(lock, old, new, ret) \ argument
412 #define DRM_CAS(lock,old,new,__ret) \ argument
438 #define DRM_CAS(lock,old,new,__ret) \ argument
450 #define DRM_CAS(lock,old,new,__ret) \ argument
468 #define DRM_CAS(lock,old,new,__ret) \ argument
493 #define DRM_CAS(lock,old,new,__ret) \ argument
510 #define DRM_CAS(lock,old,new,ret) do { ret=1; } while (0) /* FAST LOCK FAILS */ argument
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drm.h372 #define DRM_CAS(lock,old,new,__ret) \ argument
387 #define DRM_CAS(lock, old, new, ret) \ argument
412 #define DRM_CAS(lock,old,new,__ret) \ argument
438 #define DRM_CAS(lock,old,new,__ret) \ argument
450 #define DRM_CAS(lock,old,new,__ret) \ argument
468 #define DRM_CAS(lock,old,new,__ret) \ argument
494 #define DRM_CAS(lock,old,new,__ret) \ argument
511 #define DRM_CAS(lock,old,new,ret) do { ret=1; } while (0) /* FAST LOCK FAILS */ argument
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drm.h372 #define DRM_CAS(lock,old,new,__ret) \ argument
387 #define DRM_CAS(lock, old, new, ret) \ argument
412 #define DRM_CAS(lock,old,new,__ret) \ argument
438 #define DRM_CAS(lock,old,new,__ret) \ argument
450 #define DRM_CAS(lock,old,new,__ret) \ argument
468 #define DRM_CAS(lock,old,new,__ret) \ argument
493 #define DRM_CAS(lock,old,new,__ret) \ argument
510 #define DRM_CAS(lock,old,new,ret) do { ret=1; } while (0) /* FAST LOCK FAILS */ argument
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h251 pte_basic_t old = pte_val(*p); in pte_update() local
279 pte_basic_t old = pte_val(*p); in pte_update() local
296 unsigned long old; in __ptep_test_and_clear_young() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_context.h62 int old, new; in kbase_ctx_flag_clear() local
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dcmpxchg-llsc.h27 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) in __cmpxchg_u32()
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DFlags.c193 XF86OptionPtr new, old = NULL; in addNewOption2() local
427 XF86OptionPtr option, cnew, old; in xf86parseOption() local
/OK3568_Linux_fs/kernel/include/net/
H A Dchecksum.h138 static __always_inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2()
143 static inline void csum_replace(__wsum *csum, __wsum old, __wsum new) in csum_replace()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_mq.c110 struct Qdisc *qdisc, *old; in mq_attach() local
191 struct Qdisc **old, struct netlink_ext_ack *extack) in mq_graft()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-event.c322 static void v4l2_event_src_replace(struct v4l2_event *old, in v4l2_event_src_replace()
331 static void v4l2_event_src_merge(const struct v4l2_event *old, in v4l2_event_src_merge()
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dbugs_32.c24 struct sigaction old, new; in arch_check_bugs() local
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcputime.h19 #define cmpxchg_cputime(ptr, old, new) cmpxchg64(ptr, old, new) argument
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dcmpxchg.h54 #define cmpxchg(ptr, old, new) \ argument
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dcore.c104 nf_hook_entries_grow(const struct nf_hook_entries *old, in nf_hook_entries_grow()
222 static void *__nf_hook_entries_try_shrink(struct nf_hook_entries *old, in __nf_hook_entries_try_shrink()
438 static bool nf_remove_net_hook(struct nf_hook_entries *old, in nf_remove_net_hook()
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Djuli.c210 unsigned char old, tmp, ak4358_dfs; in juli_akm_set_rate_val() local
518 unsigned int old, new; in juli_set_rate() local
543 unsigned int old; in juli_set_spdif_clock() local
/OK3568_Linux_fs/kernel/drivers/net/xen-netback/
H A Dinterface.c93 int old; in xenvif_tx_interrupt() local
148 int old; in xenvif_rx_interrupt() local
164 int old; in xenvif_interrupt() local
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Datomic.h194 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg()
200 static __always_inline bool arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg()
H A Datomic64_64.h182 static inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in arch_atomic64_cmpxchg()
188 static __always_inline bool arch_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in arch_atomic64_try_cmpxchg()
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree_augmented.h169 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
182 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, in __rb_change_child_rcu()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpgtable-be-types.h81 static inline bool pte_xchg(pte_t *ptep, pte_t old, pte_t new) in pte_xchg()
93 static inline bool pmd_xchg(pmd_t *pmdp, pmd_t old, pmd_t new) in pmd_xchg()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c72 u8 mask, new, old; in vgpu_pci_cfg_mem_write() local
191 u8 old = vgpu_cfg_space(vgpu)[offset]; in emulate_pci_command_write() local
/OK3568_Linux_fs/external/xserver/xkb/
H A DddxCtrls.c62 XkbDDXChangeControls(DeviceIntPtr dev, XkbControlsPtr old, XkbControlsPtr new) in XkbDDXChangeControls()

12345678910>>...41