Home
last modified time | relevance | path

Searched refs:old (Results 3351 - 3375 of 3948) sorted by relevance

1...<<131132133134135136137138139140>>...158

/kernel/linux/linux-5.10/fs/proc/
H A Dtask_mmu.c1133 pmd_t old, pmd = *pmdp; in clear_soft_dirty_pmd() local
1137 old = pmdp_invalidate(vma, addr, pmdp); in clear_soft_dirty_pmd()
1138 if (pmd_dirty(old)) in clear_soft_dirty_pmd()
1140 if (pmd_young(old)) in clear_soft_dirty_pmd()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_xmit.c76 struct ip_vs_dest_dst *old; in __ip_vs_dst_set() local
78 old = rcu_dereference_protected(dest->dest_dst, in __ip_vs_dst_set()
87 if (old) in __ip_vs_dst_set()
88 call_rcu(&old->rcu_head, ip_vs_dest_dst_rcu_free); in __ip_vs_dst_set()
371 /* skb to local stack, preserve old route */ in __ip_vs_get_out_rt()
533 /* skb to local stack, preserve old route */ in __ip_vs_get_out_rt_v6()
619 * matches against an old socket (particularly a TIME-WAIT socket). This
943 * values should be, so that we won't need to look at the old ip header
992 /* fix old IP header checksum */ in ip_vs_prepare_tunneled_skb()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_expander.c1979 static bool dev_type_flutter(enum sas_device_type new, enum sas_device_type old) in dev_type_flutter() argument
1981 if (old == new) in dev_type_flutter()
1987 if ((old == SAS_SATA_PENDING && new == SAS_END_DEVICE) || in dev_type_flutter()
1988 (old == SAS_END_DEVICE && new == SAS_SATA_PENDING)) in dev_type_flutter()
2052 /* we always have to delete the old device when we went here */ in sas_rediscover_dev()
/kernel/linux/linux-6.6/drivers/net/ethernet/alacritech/
H A Dslicoss.c1727 u16 old; in slic_configure_pci() local
1730 pci_read_config_word(pdev, PCI_COMMAND, &old); in slic_configure_pci()
1732 cmd = old | PCI_COMMAND_PARITY | PCI_COMMAND_SERR; in slic_configure_pci()
1733 if (old != cmd) in slic_configure_pci()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c807 struct nig_stats *old = &(bp->port.old_nig_stats); in bnx2x_hw_stats_update() local
839 new->brb_discard - old->brb_discard); in bnx2x_hw_stats_update()
841 new->brb_truncate - old->brb_truncate); in bnx2x_hw_stats_update()
850 memcpy(old, new, sizeof(struct nig_stats)); in bnx2x_hw_stats_update()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c34 /* Used to compare new/old filters. Return true if IPs match */
1023 struct bpf_prog *old; in qede_xdp_reload_func() local
1025 old = xchg(&edev->xdp_prog, args->u.new_prog); in qede_xdp_reload_func()
1026 if (old) in qede_xdp_reload_func()
1027 bpf_prog_put(old); in qede_xdp_reload_func()
/kernel/linux/linux-6.6/fs/erofs/
H A Dzdata.c398 struct kthread_worker *worker, *old; in erofs_cpu_online() local
405 old = rcu_dereference_protected(z_erofs_pcpu_workers[cpu], in erofs_cpu_online()
407 if (!old) in erofs_cpu_online()
410 if (old) in erofs_cpu_online()
/kernel/linux/linux-6.6/fs/
H A Dexec.c520 * 'copy_strings()' copies argument/environment strings from the old
678 * 2) Extend vma to cover both the old and new ranges. This ensures the
725 * when the old and new regions overlap clear from new_end. in shift_arg_pages()
986 /* Notify parent that we're no longer interested in the old VM */ in exec_mmap()
1129 /* Become a process group leader with the old leader's pid. in de_thread()
1130 * The old leader becomes a thread of the this thread group. in de_thread()
1294 * Release all of the old mmap stuff in begin_new_exec()
1427 struct user_namespace *old, *user_ns; in would_dump() local
1431 user_ns = old = bprm->mm->user_ns; in would_dump()
1436 if (old ! in would_dump()
[all...]
/kernel/linux/linux-6.6/fs/proc/
H A Dtask_mmu.c1145 pmd_t old, pmd = *pmdp; in clear_soft_dirty_pmd() local
1149 old = pmdp_invalidate(vma, addr, pmdp); in clear_soft_dirty_pmd()
1150 if (pmd_dirty(old)) in clear_soft_dirty_pmd()
1152 if (pmd_young(old)) in clear_soft_dirty_pmd()
1446 * to be PFN only to be compatible with old smaps. in pte_to_pagemap_entry()
/kernel/linux/linux-6.6/include/linux/
H A Dsyscalls.h591 struct old_itimerspec32 __user *old);
991 asmlinkage long sys_symlink(const char __user *old, const char __user *new);
1240 unsigned int old = current->personality; in ksys_personality() local
1245 return old; in ksys_personality()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_lib.c516 int old = atomic_read(&sdev->restarts); in scsi_run_queue_async() local
526 if (old && atomic_cmpxchg(&sdev->restarts, old, 0) == old) in scsi_run_queue_async()
2027 * reasons like the old IDE driver it isn't. This export allows it to safely
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstv0910.c192 u8 shift, mask, old, new; in write_field() local
194 status = read_reg(state, field >> 16, &old); in write_field()
199 new = ((val << shift) & mask) | (old & ~mask); in write_field()
200 if (new == old) in write_field()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dchannel.c45 /* update survey stats for the old channel before switching */ in ath_set_channel()
74 /* The most recent snapshot of channel->noisefloor for the old in ath_set_channel()
236 struct timespec64 ts, *old; in chanctx_event_delta() local
239 old = &sc->last_event_time; in chanctx_event_delta()
241 ms -= old->tv_sec * 1000 + old->tv_nsec / 1000000; in chanctx_event_delta()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/
H A Dtx.c1620 __le32 *data, *old = NULL; in carl9170_update_beacon() local
1641 old = (__le32 *)cvif->beacon->data; in carl9170_update_beacon()
1682 if (old && (data[i] == old[i])) in carl9170_update_beacon()
/kernel/linux/linux-6.6/block/
H A Dblk-cgroup.c1790 u64 old = atomic64_read(&blkg->delay_start); in blkcg_scale_delay() local
1809 if (time_before64(old + NSEC_PER_SEC, now) && in blkcg_scale_delay()
1810 atomic64_try_cmpxchg(&blkg->delay_start, &old, now)) { in blkcg_scale_delay()
1812 u64 sub = min_t(u64, blkg->last_delay, now - old); in blkcg_scale_delay()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_lrc.c1897 u32 old; in lrc_update_runtime() local
1900 old = stats->runtime.last; in lrc_update_runtime()
1902 dt = stats->runtime.last - old; in lrc_update_runtime()
1908 old, stats->runtime.last, dt); in lrc_update_runtime()
/kernel/linux/linux-6.6/net/sched/
H A Dact_api.c63 struct tc_cookie *old; in tcf_set_action_cookie() local
65 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie()
66 if (old) in tcf_set_action_cookie()
67 call_rcu(&old->rcu, tcf_free_cookie_rcu); in tcf_set_action_cookie()
/kernel/linux/linux-6.6/security/apparmor/
H A Dlsm.c84 static int apparmor_cred_prepare(struct cred *new, const struct cred *old, in apparmor_cred_prepare() argument
87 set_cred_label(new, aa_get_newest_label(cred_label(old))); in apparmor_cred_prepare()
94 static void apparmor_cred_transfer(struct cred *new, const struct cred *old) in apparmor_cred_transfer() argument
96 set_cred_label(new, aa_get_newest_label(cred_label(old))); in apparmor_cred_transfer()
/kernel/linux/linux-6.6/sound/pci/ali5451/
H A Dali5451.c836 unsigned int old, mask; in snd_ali_update_ptr() local
841 old = pchregs->data.aint; in snd_ali_update_ptr()
844 if (!(old & mask)) in snd_ali_update_ptr()
877 pchregs->data.aint = old & (~mask); in snd_ali_update_ptr()
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Daureon.c999 unsigned short new, old; in wm_adc_mute_put() local
1004 old = wm_get(ice, WM_ADC_GAIN + i); in wm_adc_mute_put()
1005 new = (~ucontrol->value.integer.value[i]<<5&0x20) | (old&~0x20); in wm_adc_mute_put()
1006 if (new != old) { in wm_adc_mute_put()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_expander.c1922 static bool dev_type_flutter(enum sas_device_type new, enum sas_device_type old) in dev_type_flutter() argument
1924 if (old == new) in dev_type_flutter()
1930 if ((old == SAS_SATA_PENDING && new == SAS_END_DEVICE) || in dev_type_flutter()
1931 (old == SAS_END_DEVICE && new == SAS_SATA_PENDING)) in dev_type_flutter()
1995 /* we always have to delete the old device when we went here */ in sas_rediscover_dev()
/kernel/linux/linux-6.6/kernel/
H A Dseccomp.c2390 const char *old = old_names; in audit_actions_logged() local
2407 old = "(none)"; in audit_actions_logged()
2411 old = "?"; in audit_actions_logged()
2413 return audit_seccomp_actions_logged(new, old, !ret); in audit_actions_logged()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_xmit.c76 struct ip_vs_dest_dst *old; in __ip_vs_dst_set() local
78 old = rcu_dereference_protected(dest->dest_dst, in __ip_vs_dst_set()
87 if (old) in __ip_vs_dst_set()
88 call_rcu(&old->rcu_head, ip_vs_dest_dst_rcu_free); in __ip_vs_dst_set()
371 /* skb to local stack, preserve old route */ in __ip_vs_get_out_rt()
533 /* skb to local stack, preserve old route */ in __ip_vs_get_out_rt_v6()
619 * matches against an old socket (particularly a TIME-WAIT socket). This
927 * values should be, so that we won't need to look at the old ip header
976 /* fix old IP header checksum */ in ip_vs_prepare_tunneled_skb()
/third_party/ffmpeg/libavcodec/
H A Dwmavoice.c920 double *i_lsps, const double *old, in dequant_lsp10r()
943 double delta = old[n] - i_lsps[n]; in dequant_lsp10r()
989 double *i_lsps, const double *old, in dequant_lsp16r()
1012 double delta = old[n] - i_lsps[n]; in dequant_lsp16r()
919 dequant_lsp10r(GetBitContext *gb, double *i_lsps, const double *old, double *a1, double *a2, int q_mode) dequant_lsp10r() argument
988 dequant_lsp16r(GetBitContext *gb, double *i_lsps, const double *old, double *a1, double *a2, int q_mode) dequant_lsp16r() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_overlay.c112 AVExpr *old = NULL; in set_expr() local
115 old = *pexpr; in set_expr()
122 *pexpr = old; in set_expr()
126 av_expr_free(old); in set_expr()

Completed in 61 milliseconds

1...<<131132133134135136137138139140>>...158