Home
last modified time | relevance | path

Searched defs:old (Results 76 – 100 of 877) sorted by relevance

12345678910>>...36

/linux/fs/afs/
H A Dvalidation.c201 time64_t old = op->pre_volsync.creation; in afs_update_volume_creation_time() local
268 time64_t old = op->pre_volsync.update; in afs_update_volume_update_time() local
/linux/kernel/unwind/
H A Ddeferred.c26 u32 old = 0; in try_assign_cnt() local
234 unsigned long old, bits; in unwind_deferred_request() local
/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c61 struct pi_desc old, new; in vmx_vcpu_pi_load() local
166 struct pi_desc old, new; in pi_enable_wakeup_handler() local
/linux/net/core/
H A Dnetprio_cgroup.c43 struct netprio_map *old, *new; in extend_netdev_table() local
268 struct netprio_map *old; in netprio_device_event() local
/linux/net/sched/
H A Dsch_tbf.c189 struct Qdisc *old, struct netlink_ext_ack *extack) in tbf_offload_graft()
364 struct Qdisc *old = NULL; in tbf_change() local
563 struct Qdisc **old, struct netlink_ext_ack *extack) in tbf_graft()
H A Dsch_mq.c110 struct Qdisc *qdisc, *old; in mq_attach() local
176 struct Qdisc **old, struct netlink_ext_ack *extack) in mq_graft()
/linux/drivers/dma-buf/
H A Ddma-resv.c184 struct dma_resv_list *old, *new; in dma_resv_reserve_fences() local
291 struct dma_fence *old; in dma_resv_add_fence() local
354 struct dma_fence *old; in dma_resv_replace_fences() local
/linux/arch/loongarch/include/asm/
H A Dlocal.h59 static inline long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg()
64 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg()
/linux/arch/alpha/include/asm/
H A Dlocal.h55 static __inline__ long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg()
60 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg()
/linux/arch/x86/include/asm/
H A Dlocal.h123 static inline long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg()
128 static inline bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg()
/linux/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
/linux/kernel/locking/
H A Dqspinlock.c223 u32 old, new; xchg_tail() local
316 u32 old, tail; queued_spin_lock_slowpath() local
/linux/arch/loongarch/kernel/
H A Dparavirt.c57 int min, old; in pv_send_ipi_single() local
77 int i, cpu, min = 0, max = 0, old; in pv_send_ipi_mask() local
/linux/sound/pci/ice1712/
H A Dquartet.c507 unsigned int old, new, smute; in qtet_mute_put() local
568 unsigned int old, new, tmp, masked_old; in qtet_ain12_sw_put() local
623 unsigned int old, new; in qtet_php_put() local
699 unsigned int old, new; in qtet_sw_put() local
854 unsigned int old, new; in qtet_set_spdif_clock() local
/linux/tools/perf/util/
H A Dterm.c30 void set_term_quiet_input(struct termios *old) in set_term_quiet_input()
/linux/arch/riscv/lib/
H A Dclear_page.S14 #define CBOZ_ALT(order, old, new) \ argument
/linux/drivers/tty/
H A Dtty_ioctl.c202 static void unset_locked_termios(struct tty_struct *tty, const struct ktermios *old) in unset_locked_termios()
231 void tty_termios_copy_hw(struct ktermios *new, const struct ktermios *old) in tty_termios_copy_hw()
740 struct ktermios old; in tty_change_softcar() local
/linux/fs/bcachefs/
H A Dsix.c85 u32 old, struct task_struct *owner) in six_set_owner()
121 u32 old; in __do_six_trylock() local
660 u32 old = atomic_read(&lock->state), new; in six_lock_tryupgrade() local
/linux/arch/x86/kernel/
H A Dftrace.c131 const char *new, *old; in ftrace_make_nop() local
158 const char *new, *old; in ftrace_make_call() local
202 const char *new, *old; in ftrace_replace_code() local
/linux/arch/mips/include/asm/
H A Dlocal.h97 static __inline__ long local_cmpxchg(local_t *l, long old, long new) in local_cmpxchg()
102 static __inline__ bool local_try_cmpxchg(local_t *l, long *old, long new) in local_try_cmpxchg()
/linux/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()
/linux/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c73 u8 mask, new, old; in vgpu_pci_cfg_mem_write() local
148 u8 old = vgpu_cfg_space(vgpu)[offset]; in emulate_pci_command_write() local
/linux/include/net/
H A Dchecksum.h132 static __always_inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2()
137 static inline void csum_replace(__wsum *csum, __wsum old, __wsum new) in csum_replace()
/linux/arch/riscv/kernel/
H A Dftrace.c234 unsigned long old; in prepare_ftrace_return() local
256 unsigned long old; in ftrace_graph_func() local
/linux/rust/kernel/
H A Dxarray.rs239 let old = { in store() localVariable
261 let old = old.cast(); in store() localVariable

12345678910>>...36