| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | atomic.h | 17 static inline void atomic_set(atomic_t *v, int new) in atomic_set() 44 #define atomic_xchg(v, new) (xchg(&((v)->counter), (new))) argument 64 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
|
| /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/arch/arc/include/asm/ |
| H A D | cmpxchg.h | 17 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) in __cmpxchg() 47 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) in __cmpxchg() 156 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rtc/ |
| H A D | rtctest.c | 117 time_t secs, new; in TEST_F() local 171 time_t secs, new; in TEST_F() local 219 time_t secs, new; variable 273 time_t secs, new; variable
|
| /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/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 …]
|
| H A D | cmpxchg-local.h | 16 unsigned long old, unsigned long new, int size) in __cmpxchg_local_generic() 55 u64 old, u64 new) in __cmpxchg64_local_generic()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_misc.h | 52 static inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add() 113 #define sym_insque(new, pos) __sym_que_add(new, pos, (pos)->flink) argument 117 #define sym_insque_head(new, head) __sym_que_add(new, head, (head)->flink) argument 130 #define sym_insque_tail(new, head) __sym_que_add(new, (head)->blink, head) argument
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | ftrace.c | 105 int new = old & ~MOD_CODE_WRITE_FLAG; in clear_mod_flag() local 225 unsigned char old[MCOUNT_INSN_SIZE], *new; in ftrace_update_ftrace_func() local 236 unsigned char *new, *old; in ftrace_make_nop() local 247 unsigned char *new, *old; in ftrace_make_call() local
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ftrace.c | 128 const char *new, *old; in ftrace_make_nop() local 155 const char *new, *old; in ftrace_make_call() local 182 const char *new; in ftrace_update_ftrace_func() local 199 const char *new, *old; in ftrace_replace_code() local 484 const char *new; in arch_ftrace_update_trampoline() local 602 const char *new; in ftrace_mod_jmp() 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/external/xserver/xkb/ |
| H A D | ddxLEDs.c | 42 XkbDDXUpdateIndicators(DeviceIntPtr dev, CARD32 new) in XkbDDXUpdateIndicators() 50 XkbDDXUpdateDeviceIndicators(DeviceIntPtr dev, XkbSrvLedInfoPtr sli, CARD32 new) in XkbDDXUpdateDeviceIndicators()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | resource.c | 185 static struct resource * __request_resource(struct resource *root, struct resource *new) in __request_resource() 279 struct resource *request_resource_conflict(struct resource *root, struct resource *new) in request_resource_conflict() 296 int request_resource(struct resource *root, struct resource *new) in request_resource() 596 struct resource *new, in __find_resource() 654 static int find_resource(struct resource *root, struct resource *new, in find_resource() 676 struct resource new = *old; in reallocate_resource() local 722 int allocate_resource(struct resource *root, struct resource *new, in allocate_resource() 784 static struct resource * __insert_resource(struct resource *parent, struct resource *new) in __insert_resource() 849 struct resource *insert_resource_conflict(struct resource *parent, struct resource *new) in insert_resource_conflict() 869 int insert_resource(struct resource *parent, struct resource *new) in insert_resource() [all …]
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page_counter.c | 52 long new; in page_counter_cancel() local 72 long new; in page_counter_charge() local 101 long new; in page_counter_try_charge() local
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_ecache.c | 274 struct nf_ct_event_notifier *new) in nf_conntrack_register_notifier() 296 struct nf_ct_event_notifier *new) in nf_conntrack_unregister_notifier() 311 struct nf_exp_event_notifier *new) in nf_ct_expect_register_notifier() 333 struct nf_exp_event_notifier *new) in nf_ct_expect_unregister_notifier()
|
| /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
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | security.c | 18 struct cred *new; in cachefiles_get_security_ID() local 79 struct cred *new; in cachefiles_determine_cache_security() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | cfg_space.c | 72 u8 mask, new, old; in vgpu_pci_cfg_mem_write() local 192 u8 new = *(u8 *)p_data; in emulate_pci_command_write() local 223 u32 new = *(u32 *)(p_data); in emulate_pci_rom_bar_write() local 236 u32 new = *(u32 *)(p_data); in emulate_pci_bar_write() local
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | cmpxchg.h | 26 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() 122 unsigned long new, int size) in __cmpxchg()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | posted_intr.c | 28 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/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
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | label.c | 62 struct aa_proxy *new; in aa_alloc_proxy() local 73 void __aa_proxy_redirect(struct aa_label *orig, struct aa_label *new) in __aa_proxy_redirect() 88 static void __proxy_share(struct aa_label *old, struct aa_label *new) in __proxy_share() 387 static void label_free_or_put_new(struct aa_label *label, struct aa_label *new) in label_free_or_put_new() 423 struct aa_label *new; in aa_label_alloc() local 591 static bool __label_remove(struct aa_label *label, struct aa_label *new) in __label_remove() 627 static bool __label_replace(struct aa_label *old, struct aa_label *new) in __label_replace() 666 struct rb_node **new, *parent = NULL; in __label_insert() local 793 bool aa_label_replace(struct aa_label *old, struct aa_label *new) in aa_label_replace() 859 struct aa_label *new; in vec_create_and_insert_label() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | cmpxchg.h | 11 #define __xchg(new, ptr, size) \ argument 38 #define __cmpxchg(ptr, old, new, size) \ argument
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | pgtable.c | 128 unsigned long new = 0; in pgste_get_lock() local 269 pgste_t pgste, pte_t old, pte_t new) in ptep_xchg_commit() 289 pte_t *ptep, pte_t new) in ptep_xchg_direct() 306 pte_t *ptep, pte_t new) in ptep_xchg_lazy() 452 pmd_t *pmdp, pmd_t new) in pmdp_xchg_direct() 465 pmd_t *pmdp, pmd_t new) in pmdp_xchg_lazy() 522 pud_t *pudp, pud_t new) in pudp_xchg_direct() 777 pgste_t old, new; in set_guest_storage_key() local 879 pgste_t old, new; in reset_guest_reference_bit() local 1099 pgste_t new; in set_pgste_bits() local
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | acenv.h | 22 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
|