Home
last modified time | relevance | path

Searched defs:old (Results 101 – 125 of 1012) sorted by relevance

12345678910>>...41

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dbt1-pvt.c143 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 Dcia.c53 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 Dpgtable.h195 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 Datomic-fallback.h966 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 Ddm-space-map-common.c418 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 Dsetexpr.c84 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 Dbitops.h194 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 Dswap_cgroup.c98 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 Dmmap.c94 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 Dbitops.h127 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 Dbitmap.h94 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 Dtest-sync-compare-and-swap.c8 uint64_t old, new = argc; in main() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dterm.c30 void set_term_quiet_input(struct termios *old) in set_term_quiet_input()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_probe_user.c11 static struct sockaddr_in old; variable
/OK3568_Linux_fs/kernel/drivers/net/wan/lmc/
H A Dlmc_media.c225 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 Dtty_ioctl.c243 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 Dtlb.c229 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 Dsystem.h220 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 Dqspinlock.c222 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 Dpm-gpio.c127 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 Dnetprio_cgroup.c43 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 Ddmxcommon.c75 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 Dxled.c52 int old[32]; in main() local
/OK3568_Linux_fs/kernel/kernel/
H A Dexec_domain.c40 unsigned int old = current->personality; in SYSCALL_DEFINE1() local
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c194 unsigned long old; in hash__pmd_hugepage_update() local
349 unsigned long old; in hash__pmdp_huge_get_and_clear() local

12345678910>>...41