Home
last modified time | relevance | path

Searched refs:old (Results 3451 - 3475 of 3973) sorted by relevance

1...<<131132133134135136137138139140>>...159

/third_party/backends/backend/
H A Davision.h708 } old; member
/third_party/mesa3d/src/glx/
H A Dglxclient.h237 int (*bind)(struct glx_context *context, struct glx_context *old,
311 * \c WaitX, \c WaitGL, \c UseXFont, and \c MakeCurrent (for the old
/third_party/ltp/tools/sparse/sparse-src/
H A Dptrlist.h35 int replace_ptr_list_entry(struct ptr_list **, void *old, void *new, int);
/third_party/lzma/C/
H A D7zip_gcc_c.mak169 # old mingw without -FO
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c3604 /* if there is an old rule occupying our place remove it */ in i40e_update_ethtool_fdir_entry()
4030 * @old: the old input set
4033 * Print the difference between old and new input sets by showing which series
4037 static void i40e_print_input_set(struct i40e_vsi *vsi, u64 old, u64 new) in i40e_print_input_set() argument
4043 old_value = !!(old & I40E_L3_SRC_MASK); in i40e_print_input_set()
4050 old_value = !!(old & I40E_L3_DST_MASK); in i40e_print_input_set()
4057 old_value = !!(old & I40E_L4_SRC_MASK); in i40e_print_input_set()
4064 old_value = !!(old & I40E_L4_DST_MASK); in i40e_print_input_set()
4071 old_value = !!(old in i40e_print_input_set()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c217 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()
2175 /* Re-process old requests.*/ in tid_rdma_rcv_error()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c4166 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-5.10/net/mac80211/
H A Drx.c2814 * and HT connections cannot use old ciphers. Thus drop in ieee80211_rx_h_amsdu()
4196 }, *old, *new = NULL; in ieee80211_check_fast_rx() local
4311 old = rcu_dereference_protected(sta->fast_rx, true); in ieee80211_check_fast_rx()
4315 if (old) in ieee80211_check_fast_rx()
4316 kfree_rcu(old, rcu_head); in ieee80211_check_fast_rx()
4321 struct ieee80211_fast_rx *old; in ieee80211_clear_fast_rx() local
4324 old = rcu_dereference_protected(sta->fast_rx, true); in ieee80211_clear_fast_rx()
4328 if (old) in ieee80211_clear_fast_rx()
4329 kfree_rcu(old, rcu_head); in ieee80211_clear_fast_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c4166 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 Di40e_ethtool.c3759 /* 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 Dsvm.c1088 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 Dtid_rdma.c217 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 Drx.c3099 * 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 Dmap_test.cc442 // 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/x86/kvm/
H A Dlapic.c187 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 Dxen-blkfront.c449 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 Dimx.c1620 * 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 Dfib_trie.c413 /* 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 Dimx.c349 * 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 Dvfio_iommu_type1.c228 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 Dxen-blkfront.c449 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 Dhso.c1378 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 Dlapic.c376 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 Dintel_workarounds.c512 * 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 Dcontrol.c469 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

Completed in 131 milliseconds

1...<<131132133134135136137138139140>>...159