| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_buffer_pool.c | 40 struct intel_gt_buffer_pool_node *node, *stale = NULL; in pool_free_older_than() local 68 node->free = stale; in pool_free_older_than() 69 stale = node; in pool_free_older_than() 80 while ((node = stale)) { in pool_free_older_than() 81 stale = stale->free; in pool_free_older_than()
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | processor_mmio_stale_data.rst | 12 stale data into core fill buffers where the data can subsequently be inferred 21 Propagators are operations that result in stale data being copied or moved from 23 Vulnerabilities are operations that may result in stale data being directly 31 does not make stale data architecturally visible. Stale data must be propagated 36 The sideband stale data propagator (SSDP) is limited to the client (including 40 both requested data and unrequested stale data, from a transaction buffer and 41 the sideband response buffer. As a result, stale data from the sideband 46 The primary stale data propagator (PSDP) is limited to the client (including 50 buffer including both requested data and unrequested stale data. This is 51 similar to the sideband stale data propagator. [all …]
|
| H A D | gather_data_sampling.rst | 13 instruction that is transiently executed encounters a fault, stale data from 16 infer stale data using typical side channel techniques like cache timing 19 The attacker uses gather instructions to infer the stale vector register data. 29 Without mitigation, GDS can infer stale data across virtually all
|
| /linux/fs/xfs/scrub/ |
| H A D | dirtree.c | 294 dl->stale = true; in xchk_dirpath_revalidate() 381 if (dl->stale) { in xchk_dirpath_step_up() 481 if (dl->stale) { in xchk_dirpath_step_up() 582 if (!error && dl->stale) in xchk_dirpath_walk_upwards() 710 if (dl->stale || dl->aborted) in xchk_dirtree_live_update() 720 dl->stale = true; in xchk_dirtree_live_update() 750 dl->stale = false; in xchk_dirtree_reset() 840 ASSERT(dl->stale); in xchk_dirtree_find_paths_to_root() 848 } while (dl->stale); in xchk_dirtree_find_paths_to_root() 864 ASSERT(!dl->stale); in xchk_dirtree_evaluate()
|
| H A D | dirtree_repair.c | 425 if (dl->stale) { in xrep_dirtree_unlink() 557 if (!error && dl->stale) in xrep_dirtree_delete_path() 698 if (dl->stale) { in xrep_dirtree_adopt() 761 if (!error && dl->stale) in xrep_dirtree_move_to_orphanage() 819 if (!dl->stale) { in xrep_dirtree()
|
| /linux/drivers/md/bcache/ |
| H A D | extents.c | 540 unsigned int i, stale; in bch_extent_bad() local 552 stale = ptr_stale(b->c, k, i); in bch_extent_bad() 554 if (stale && KEY_DIRTY(k)) { in bch_extent_bad() 557 stale, buf); in bch_extent_bad() 560 btree_bug_on(stale > BUCKET_GC_GEN_MAX, b, in bch_extent_bad() 562 stale, b->c->need_gc); in bch_extent_bad() 564 if (stale) in bch_extent_bad()
|
| H A D | btree.c | 1229 uint8_t stale = 0; in __bch_btree_mark_key() local 1239 return stale; in __bch_btree_mark_key() 1251 stale = max(stale, ptr_stale(c, k, i)); in __bch_btree_mark_key() 1275 return stale; in __bch_btree_mark_key() 1307 uint8_t stale = 0; in btree_gc_mark_node() local 1316 stale = max(stale, btree_mark_key(b, k)); in btree_gc_mark_node() 1338 if (stale > 10) in btree_gc_mark_node()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | mock_context.c | 31 spin_lock_init(&ctx->stale.lock); in mock_context() 32 INIT_LIST_HEAD(&ctx->stale.engines); in mock_context()
|
| /linux/fs/xfs/ |
| H A D | xfs_buf_item.c | 505 int stale = bip->bli_flags & XFS_BLI_STALE; in xfs_buf_item_unpin() local 526 if (stale) { in xfs_buf_item_unpin() 682 bool stale = bip->bli_flags & XFS_BLI_STALE; in xfs_buf_item_release() local 700 ASSERT(!stale || (bip->__bli_format.blf_flags & XFS_BLF_CANCEL)); in xfs_buf_item_release() 722 if (stale) { in xfs_buf_item_release() 757 if (stale || hold) in xfs_buf_item_release()
|
| /linux/net/mptcp/ |
| H A D | pm.c | 268 struct mptcp_subflow_context *subflow, *stale = NULL, *same_id = NULL; in mptcp_pm_addr_send_ack_avoid_list() local 281 if (unlikely(subflow->stale)) { in mptcp_pm_addr_send_ack_avoid_list() 282 if (!stale) in mptcp_pm_addr_send_ack_avoid_list() 283 stale = subflow; in mptcp_pm_addr_send_ack_avoid_list() 295 else if (stale) in mptcp_pm_addr_send_ack_avoid_list() 296 subflow = stale; in mptcp_pm_addr_send_ack_avoid_list() 359 if (unlikely(subflow->stale)) { in mptcp_adjust_add_addr_timeout() 1080 if (subflow->stale || !stale_loss_cnt || subflow->stale_count <= stale_loss_cnt) in mptcp_pm_subflow_chk_stale() 1091 subflow->stale = 1; in mptcp_pm_subflow_chk_stale()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp.c | 483 if (test_and_clear_bit(idx, tx->stale)) in ice_ptp_complete_tx_single_tstamp() 644 if (test_and_clear_bit(idx, tx->stale)) in ice_ptp_process_tx_tstamp() 702 unsigned long *in_use, *stale; in ice_ptp_alloc_tx_tracker() local 707 stale = bitmap_zalloc(tx->len, GFP_KERNEL); in ice_ptp_alloc_tx_tracker() 709 if (!tstamps || !in_use || !stale) { in ice_ptp_alloc_tx_tracker() 712 bitmap_free(stale); in ice_ptp_alloc_tx_tracker() 719 tx->stale = stale; in ice_ptp_alloc_tx_tracker() 767 clear_bit(idx, tx->stale); in ice_ptp_flush_tx_tracker() 795 bitmap_or(tx->stale, tx->stale, tx->in_use, tx->len); in ice_ptp_mark_tx_tracker_stale() 842 bitmap_free(tx->stale); in ice_ptp_release_tx_tracker() [all …]
|
| H A D | ice_txrx.c | 2024 const skb_frag_t *frag, *stale; in __ice_chk_linearize() local 2056 for (stale = &skb_shinfo(skb)->frags[0];; stale++) { in __ice_chk_linearize() 2057 int stale_size = skb_frag_size(stale); in __ice_chk_linearize() 2068 int align_pad = -(skb_frag_off(stale)) & in __ice_chk_linearize()
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | mptcp-sysctl.rst | 115 用于判定子流失效(stale)的MPTCP层重传间隔次数阈值。当指定
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2_data.c | 115 int stale; /* count of stale leaves */ in __xfs_dir3_data_check() local 278 for (i = stale = 0; i < be32_to_cpu(btp->count); i++) { in __xfs_dir3_data_check() 281 stale++; in __xfs_dir3_data_check() 286 if (count != be32_to_cpu(btp->count) - be32_to_cpu(btp->stale)) in __xfs_dir3_data_check() 288 if (stale != be32_to_cpu(btp->stale)) in __xfs_dir3_data_check()
|
| H A D | xfs_dir2_priv.h | 20 uint16_t stale; member
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_context.c | 1091 spin_lock_irqsave(&ctx->stale.lock, flags); in engines_notify() 1093 spin_unlock_irqrestore(&ctx->stale.lock, flags); in engines_notify() 1442 spin_lock_irq(&ctx->stale.lock); in kill_context() 1444 list_for_each_entry_safe(pos, next, &ctx->stale.engines, link) { in kill_context() 1450 spin_unlock_irq(&ctx->stale.lock); in kill_context() 1455 spin_lock_irq(&ctx->stale.lock); in kill_context() 1462 spin_unlock_irq(&ctx->stale.lock); in kill_context() 1492 spin_lock_irq(&ctx->stale.lock); in engines_idle_release() 1494 list_add_tail(&engines->link, &ctx->stale.engines); in engines_idle_release() 1495 spin_unlock_irq(&ctx->stale.lock); in engines_idle_release() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | procfs-nfsd-reply_cache_stats | 31 counters and may briefly show stale values under
|
| /linux/drivers/md/ |
| H A D | dm-ps-historical-service-time.c | 346 u64 *out, u64 *stale) in hst_fill_compare() argument 353 *stale = pi->stale_after; in hst_fill_compare()
|
| /linux/tools/testing/selftests/net/ |
| H A D | ndisc_unsolicited_na_test.sh | 145 to ${HOST_ADDR} dev ${ROUTER_INTF} nud stale)
|
| H A D | arp_ndisc_untracked_subnets.sh | 171 to ${HOST_ADDR_V6} dev ${ROUTER_INTF} nud stale)
|
| /linux/Documentation/scsi/ |
| H A D | hpsa.rst | 80 and not be disrupted in any way by stale commands or other stale state
|
| /linux/Documentation/arch/x86/ |
| H A D | mds.rst | 29 deallocated it can retain the stale data of the preceding operations which 37 contain stale data from a previous operation which can be forwarded to 193 that stale data from the idling CPU from spilling to the Hyper-Thread
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_txrx.c | 2048 const skb_frag_t *frag, *stale; in __iavf_chk_linearize() local 2080 for (stale = &skb_shinfo(skb)->frags[0];; stale++) { in __iavf_chk_linearize() 2081 int stale_size = skb_frag_size(stale); in __iavf_chk_linearize() 2092 int align_pad = -(skb_frag_off(stale)) & in __iavf_chk_linearize()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_lib.c | 2388 const skb_frag_t *frag, *stale; in idpf_chk_tso_segment() local 2420 for (stale = &shinfo->frags[0];; stale++) { in idpf_chk_tso_segment() 2421 int stale_size = skb_frag_size(stale); in idpf_chk_tso_segment() 2432 int align_pad = -(skb_frag_off(stale)) & in idpf_chk_tso_segment()
|
| /linux/Documentation/mm/ |
| H A D | ksm.rst | 74 "chains" is scanned periodically in order to prune stale stable_nodes.
|