| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | bt1-pvt.c | 143 u32 old; in pvt_update() local 160 u32 old; in pvt_set_mode() local 178 u32 old; in pvt_set_trim() local 189 u32 old; in pvt_set_tout() local 233 u32 val, thres_sts, old; in pvt_soft_isr() local
|
| /OK3568_Linux_fs/kernel/arch/m68k/amiga/ |
| H A D | cia.c | 53 unsigned char old; in cia_set_irq() local 71 unsigned char old; in cia_able_irq() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 195 unsigned long old = pte_val(*ptep); in pte_update() local 213 unsigned long old; in __ptep_test_and_clear_young() local 261 unsigned long old = pte_update(mm, addr, ptep, ~0UL, 0, 0); in ptep_get_and_clear() local 281 unsigned long old = pte_val(*ptep); in __ptep_set_access_flags() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atomic-fallback.h | 966 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire() 977 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release() 987 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 1014 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg() 1027 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire() 1040 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release() 1053 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() 1068 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire() 1079 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release() 1089 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-space-map-common.c | 418 int (*mutator)(void *context, uint32_t old, uint32_t *new), in sm_ll_mutate() 422 uint32_t bit, old, ref_count; in sm_ll_mutate() local 505 static int set_ref_count(void *context, uint32_t old, uint32_t *new) in set_ref_count() 517 static int inc_ref_count(void *context, uint32_t old, uint32_t *new) in inc_ref_count() 528 static int dec_ref_count(void *context, uint32_t old, uint32_t *new) in dec_ref_count()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | setexpr.c | 84 const char *old,/* old (replaced) string */ in substitute() 178 const char *old; in regex_sub() local
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | bitops.h | 194 int old = *m; in __test_and_set_bit() local 238 int old = *m; in __test_and_clear_bit() local 280 int old = *m; in __test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | swap_cgroup.c | 98 unsigned short old, unsigned short new) in swap_cgroup_cmpxchg() 131 unsigned short old; in swap_cgroup_record() local
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | mmap.c | 94 u64 old = map->prev; in perf_mmap__consume() local 141 u64 old = md->prev; in __perf_mmap__read_init() local
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | bitops.h | 127 unsigned long old, mask; in arch_test_and_set_bit() local 138 unsigned long old, mask; in arch_test_and_clear_bit() local 149 unsigned long old, mask; in arch_test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | bitmap.h | 94 unsigned long old; in test_and_set_bit() local 111 unsigned long old; in test_and_clear_bit() local
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | test-sync-compare-and-swap.c | 8 uint64_t old, new = argc; in main() local
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | term.c | 30 void set_term_quiet_input(struct termios *old) in set_term_quiet_input()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_probe_user.c | 11 static struct sockaddr_in old; variable
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/lmc/ |
| H A D | lmc_media.c | 225 int old; in lmc_hssi_set_clock() local 613 int old; in lmc_ssi_set_clock() local 1176 int old; in lmc_t1_set_clock() local
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_ioctl.c | 243 static void unset_locked_termios(struct tty_struct *tty, struct ktermios *old) in unset_locked_termios() 273 void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old) in tty_termios_copy_hw() 637 struct ktermios old; in tty_change_softcar() local
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | tlb.c | 229 pmd_t old; in pmdp_establish() local 245 pmd_t old, entry; in pmdp_invalidate() local
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | system.h | 220 static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, in __cmpxchg_u32() 240 static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, in __cmpxchg()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | qspinlock.c | 222 u32 old, new, val = atomic_read(&lock->val); in xchg_tail() local 318 u32 old, tail; in queued_spin_lock_slowpath() local
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/ |
| H A D | pm-gpio.c | 127 u32 gpcon, old, new, mask; in samsung_gpio_pm_2bit_resume() local 204 u32 old, new, mask; in samsung_gpio_pm_4bit_mask() local
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | netprio_cgroup.c | 43 struct netprio_map *old, *new; in extend_netdev_table() local 275 struct netprio_map *old; in netprio_device_event() local
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxcommon.c | 75 dmxCommonKbdSetAR(Display * display, unsigned char *old, unsigned char *new) in dmxCommonKbdSetAR() 119 dmxCommonKbdSetCtrl(Display * display, KeybdCtrl * old, KeybdCtrl * new) in dmxCommonKbdSetCtrl() 137 dmxCommonMouSetCtrl(Display * display, PtrCtrl * old, PtrCtrl * new) in dmxCommonMouSetCtrl()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | xled.c | 52 int old[32]; in main() local
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | exec_domain.c | 40 unsigned int old = current->personality; in SYSCALL_DEFINE1() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | hash_pgtable.c | 194 unsigned long old; in hash__pmd_hugepage_update() local 349 unsigned long old; in hash__pmdp_huge_get_and_clear() local
|