/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 4166 int c, old; in __atomic_add_ifless() local 4173 old = atomic_cmpxchg((v), c, c + a); in __atomic_add_ifless() 4174 if (likely(old == c)) in __atomic_add_ifless() 4176 c = old; in __atomic_add_ifless() 4194 int c, old; in __atomic_dec_ifmoe() local 4201 old = atomic_cmpxchg((v), c, c - a); in __atomic_dec_ifmoe() 4202 if (likely(old == c)) in __atomic_dec_ifmoe() 4204 c = old; in __atomic_dec_ifmoe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 3759 /* if there is an old rule occupying our place remove it */ in i40e_update_ethtool_fdir_entry() 4193 * @old: the old input set 4196 * Print the difference between old and new input sets by showing which series 4200 static void i40e_print_input_set(struct i40e_vsi *vsi, u64 old, u64 new) in i40e_print_input_set() argument 4206 old_value = !!(old & I40E_L3_SRC_MASK); in i40e_print_input_set() 4213 old_value = !!(old & I40E_L3_DST_MASK); in i40e_print_input_set() 4220 old_value = !!(old & I40E_L4_SRC_MASK); in i40e_print_input_set() 4227 old_value = !!(old & I40E_L4_DST_MASK); in i40e_print_input_set() 4234 old_value = !!(old in i40e_print_input_set() [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | svm.c | 1088 int old = control->pause_filter_count; in grow_ple_window() local 1093 control->pause_filter_count = __grow_ple_window(old, in grow_ple_window() 1098 if (control->pause_filter_count != old) { in grow_ple_window() 1101 control->pause_filter_count, old); in grow_ple_window() 1109 int old = control->pause_filter_count; in shrink_ple_window() local 1115 __shrink_ple_window(old, in shrink_ple_window() 1119 if (control->pause_filter_count != old) { in shrink_ple_window() 1122 control->pause_filter_count, old); in shrink_ple_window()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 217 struct tid_rdma_params *remote, *old; in tid_rdma_conn_reply() local 220 old = rcu_dereference_protected(priv->tid_rdma.remote, in tid_rdma_conn_reply() 264 if (old) in tid_rdma_conn_reply() 265 kfree_rcu(old, rcu_head); in tid_rdma_conn_reply() 288 struct tid_rdma_params *old; in tid_rdma_conn_error() local 290 old = rcu_dereference_protected(priv->tid_rdma.remote, in tid_rdma_conn_error() 293 if (old) in tid_rdma_conn_error() 294 kfree_rcu(old, rcu_head); in tid_rdma_conn_error() 2182 /* Re-process old requests.*/ in tid_rdma_rcv_error()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rx.c | 3099 * and HT connections cannot use old ciphers. Thus drop in ieee80211_rx_h_amsdu() 4510 }, *old, *new = NULL; in ieee80211_check_fast_rx() local 4645 old = rcu_dereference_protected(sta->fast_rx, true); in ieee80211_check_fast_rx() 4649 if (old) in ieee80211_check_fast_rx() 4650 kfree_rcu(old, rcu_head); in ieee80211_check_fast_rx() 4655 struct ieee80211_fast_rx *old; in ieee80211_clear_fast_rx() local 4658 old = rcu_dereference_protected(sta->fast_rx, true); in ieee80211_clear_fast_rx() 4662 if (old) in ieee80211_clear_fast_rx() 4663 kfree_rcu(old, rcu_head); in ieee80211_clear_fast_rx()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map_test.cc | 442 // All iterators relevant to this key, whether old (from check_map) or new, in TestValidityForAllKeysExcept() 471 const IteratorType old = it; in TestOldVersusNewIterator() local 472 GOOGLE_LOG(INFO) << "skip=" << skip << ", old->first=" << old->first; in TestOldVersusNewIterator() 478 // Iterator 'old' should still work just fine despite the growth of *m. in TestOldVersusNewIterator() 479 const IteratorType after_growth = m->find(old->first); in TestOldVersusNewIterator() 480 TestEqualIterators<IteratorType>(old, after_growth, m->end()); in TestOldVersusNewIterator() 486 if (i != old->first) { in TestOldVersusNewIterator() 494 TestEqualIterators<IteratorType>(old, m->find(old in TestOldVersusNewIterator() [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 1224 lea 0x4+EXC_EA(%a6),%a0 # load old a7' 1456 andi.w &0x8000,LOCAL_EX(%a0) # clear old exponent 1488 andi.w &0x8000,LOCAL_EX(%a0) # clear old exponent 1589 # here, we're counting on the top of the stack to be the old place-holders 2322 andi.w &0x8000,FP_SRC_EX(%a6) # clear old exponent 2931 # -shift stack frame down over where old a6 used to be 4037 lea 4+EXC_EA(%a6),%a0 # load old a7' 4150 sub.l OLD_A7(%a6),%d0 # subtract old a7' 7646 ori.w &0x7fff,%d0 # clear old exp 8734 mov.l (%sp)+,%d0 # fetch old pre [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 1224 lea 0x4+EXC_EA(%a6),%a0 # load old a7' 1456 andi.w &0x8000,LOCAL_EX(%a0) # clear old exponent 1488 andi.w &0x8000,LOCAL_EX(%a0) # clear old exponent 1589 # here, we're counting on the top of the stack to be the old place-holders 2322 andi.w &0x8000,FP_SRC_EX(%a6) # clear old exponent 2931 # -shift stack frame down over where old a6 used to be 4037 lea 4+EXC_EA(%a6),%a0 # load old a7' 4150 sub.l OLD_A7(%a6),%d0 # subtract old a7' 7646 ori.w &0x7fff,%d0 # clear old exp 8734 mov.l (%sp)+,%d0 # fetch old pre [all...] |
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | lapic.c | 187 struct kvm_apic_map *new, *old = NULL; in kvm_recalculate_apic_map() local 268 old = rcu_dereference_protected(kvm->arch.apic_map, in kvm_recalculate_apic_map() 279 if (old) in kvm_recalculate_apic_map() 280 call_rcu(&old->rcu, kvm_apic_map_free); in kvm_recalculate_apic_map()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | xen-blkfront.c | 449 unsigned long *bitmap, *old; in xlbd_reserve_minors() local 458 old = minors; in xlbd_reserve_minors() 464 old = bitmap; in xlbd_reserve_minors() 466 kfree(old); in xlbd_reserve_minors() 1358 /* Free resources associated with old device channel. */ in blkif_free_ring() 2376 * we're dealing with a very old backend which writes in blkfront_gather_backend_features() 2479 * physcial-sector-size is a newer field, so old backends may not in blkfront_connect()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | imx.c | 1620 * We don't need to restore the old values from USR1, USR2, URXD and in imx_uart_flush_buffer() 1643 struct ktermios *old) in imx_uart_set_termios() 1649 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in imx_uart_set_termios() 1669 baud = uart_get_baud_rate(port, termios, old, 50, port->uartclk / 16); in imx_uart_set_termios() 1642 imx_uart_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old) imx_uart_set_termios() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_trie.c | 413 /* Add a child at position i overwriting the old value. 571 /* drop the node in the old tnode free list */ in inflate() 1165 struct key_vector *l, struct fib_alias *old); 1603 struct key_vector *l, struct fib_alias *old) in fib_remove_alias() 1606 struct hlist_node **pprev = old->fa_list.pprev; in fib_remove_alias() 1610 hlist_del_rcu(&old->fa_list); in fib_remove_alias() 1602 fib_remove_alias(struct trie *t, struct key_vector *tp, struct key_vector *l, struct fib_alias *old) fib_remove_alias() argument
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | imx.c | 349 * We don't need to restore the old values from USR1, USR2, URXD and in imx_uart_soft_reset() 1642 const struct ktermios *old) in imx_uart_set_termios() 1648 unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8; in imx_uart_set_termios() 1668 baud = uart_get_baud_rate(port, termios, old, 50, port->uartclk / 16); in imx_uart_set_termios() 1641 imx_uart_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) imx_uart_set_termios() argument
|
/kernel/linux/linux-6.6/drivers/vfio/ |
H A D | vfio_iommu_type1.c | 228 static void vfio_unlink_dma(struct vfio_iommu *iommu, struct vfio_dma *old) in vfio_unlink_dma() argument 230 rb_erase(&old->node, &iommu->dma_list); in vfio_unlink_dma() 362 static void vfio_unlink_pfn(struct vfio_dma *dma, struct vfio_pfn *old) in vfio_unlink_pfn() argument 364 rb_erase(&old->node, &dma->pfn_list); in vfio_unlink_pfn() 2322 /* Delete the old one and insert new iova list */ in vfio_iommu_type1_attach_group()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | xen-blkfront.c | 449 unsigned long *bitmap, *old; in xlbd_reserve_minors() local 458 old = minors; in xlbd_reserve_minors() 464 old = bitmap; in xlbd_reserve_minors() 466 kfree(old); in xlbd_reserve_minors() 1292 /* Free resources associated with old device channel. */ in blkif_free_ring() 2265 * we're dealing with a very old backend which writes in blkfront_gather_backend_features() 2367 * physical-sector-size is a newer field, so old backends may not in blkfront_connect()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | hso.c | 1378 const struct ktermios *old) in hso_serial_set_termios() 1383 if (old) in hso_serial_set_termios() 1384 hso_dbg(0x16, "Termios called with: cflags new[%u] - old[%u]\n", in hso_serial_set_termios() 1386 (unsigned int)old->c_cflag); in hso_serial_set_termios() 1393 tty->termios = *old; in hso_serial_set_termios() 1377 hso_serial_set_termios(struct tty_struct *tty, const struct ktermios *old) hso_serial_set_termios() argument
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | lapic.c | 376 struct kvm_apic_map *new, *old = NULL; in kvm_recalculate_apic_map() local 469 old = rcu_dereference_protected(kvm->arch.apic_map, in kvm_recalculate_apic_map() 480 if (old) in kvm_recalculate_apic_map() 481 call_rcu(&old->rcu, kvm_apic_map_free); in kvm_recalculate_apic_map()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_workarounds.c | 512 * batch buffer programming. Since we can't break old userspace, we in gen9_ctx_workarounds_init() 518 * while maintaining old contract with userspace. in gen9_ctx_workarounds_init() 1917 u32 val, old = 0; in wa_list_apply() local 1921 old = wa->is_mcr ? in wa_list_apply() 1924 val = (old & ~wa->clr) | wa->set; in wa_list_apply() 1925 if (val != old || !wa->clr) { in wa_list_apply() 2666 * originally mandatory on gen9 to prevent ABI breakage (old gen9 in rcs_engine_wa_init()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | control.c | 469 struct snd_kcontrol *old; in __snd_ctl_add_replace() local 478 old = snd_ctl_find_id_locked(card, &id); in __snd_ctl_add_replace() 479 if (!old) { in __snd_ctl_add_replace() 491 err = snd_ctl_remove_locked(card, old); in __snd_ctl_add_replace() 746 * @src_id: the old id 749 * Finds the control with the old id from the card, and replaces the
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_trie.c | 414 /* Add a child at position i overwriting the old value. 572 /* drop the node in the old tnode free list */ in inflate() 1212 struct key_vector *l, struct fib_alias *old); 1651 struct key_vector *l, struct fib_alias *old) in fib_remove_alias() 1654 struct hlist_node **pprev = old->fa_list.pprev; in fib_remove_alias() 1658 hlist_del_rcu(&old->fa_list); in fib_remove_alias() 1650 fib_remove_alias(struct trie *t, struct key_vector *tp, struct key_vector *l, struct fib_alias *old) fib_remove_alias() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_fib.c | 94 int new, old = atomic_read(&net->ipv6.fib6_sernum); in fib6_new_sernum() local 97 new = old < INT_MAX ? old + 1 : 1; in fib6_new_sernum() 98 } while (!atomic_try_cmpxchg(&net->ipv6.fib6_sernum, &old, new)); in fib6_new_sernum() 876 * (new leaf node)[ln] (old node)[fn] in fib6_add_1() 928 * (old node)[fn] NULL in fib6_add_1() 1489 * If fib6_add_1 has cleared the old leaf pointer in the in fib6_add()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | source.c | 386 * resuming the source fails? The old suspend cause will be incorrect, so we in source_set_state() 1975 const char *old; in pa_source_set_description() local 1982 old = pa_proplist_gets(s->proplist, PA_PROP_DEVICE_DESCRIPTION); in pa_source_set_description() 1984 if (old && description && pa_streq(old, description)) in pa_source_set_description() 3040 /* If default_source_changed is false, the old source became unavailable, so all streams must be moved. */ in pa_source_move_streams_to_default_source() 3051 pa_log_info("The source output %u \"%s\" is moving to %s, because the old source became unavailable.", in pa_source_move_streams_to_default_source()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.cc | 723 // - old size + 10% in AppendArray() 951 CordRep* old = tree; in RemovePrefix() local 953 CordRep::Unref(old); in RemovePrefix() 974 CordRep* old = tree; in RemoveSuffix() local 976 CordRep::Unref(old); in RemoveSuffix()
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | paging_tmpl.h | 163 [old] "+a" (orig_pte), in cmpxchg_gpte() 175 [old] "+A" (orig_pte), in cmpxchg_gpte()
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | mips.c | 239 struct kvm_memory_slot *old, in kvm_arch_commit_memory_region() 255 * MOVE/DELETE: The old mappings will already have been cleaned up by in kvm_arch_commit_memory_region() 259 (!(old->flags & KVM_MEM_LOG_DIRTY_PAGES) && in kvm_arch_commit_memory_region() 237 kvm_arch_commit_memory_region(struct kvm *kvm, const struct kvm_userspace_memory_region *mem, struct kvm_memory_slot *old, const struct kvm_memory_slot *new, enum kvm_mr_change change) kvm_arch_commit_memory_region() argument
|