Searched refs:stale (Results 1 - 25 of 43) sorted by last modified time

12

/linux-master/
H A DMakefile1193 include/generated/compile.h include/generated/autoconf.h remove-stale-files
1206 PHONY += remove-stale-files
1207 remove-stale-files:
1208 $(Q)$(srctree)/scripts/remove-stale-files
/linux-master/net/mptcp/
H A Dprotocol.c1376 if (!subflow->stale)
1379 subflow->stale = 0;
1385 if (unlikely(subflow->stale)) {
2613 /* first check ssk: need to kick "stale" logic */
H A Dprotocol.h513 stale : 1, /* unable to snd/rcv data, do not use for xmit */
H A Dpm_netlink.c1117 if (subflow->stale || !stale_loss_cnt || subflow->stale_count <= stale_loss_cnt)
1128 subflow->stale = 1;
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c2288 * them of any stale data and assign them the same
2447 const skb_frag_t *frag, *stale; local
2477 * then removing stale fragments from the sum.
2479 for (stale = &shinfo->frags[0];; stale++) {
2480 int stale_size = skb_frag_size(stale);
2484 /* The stale fragment may present us with a smaller
2491 int align_pad = -(skb_frag_off(stale)) &
3547 * function. Set the dim state appropriately if the dim settings gets stale.
3556 /* if dim settings get stale, lik
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c3529 const skb_frag_t *frag, *stale; local
3559 * then removing stale fragments from the sum.
3561 for (stale = &skb_shinfo(skb)->frags[0];; stale++) {
3562 int stale_size = skb_frag_size(stale);
3566 /* The stale fragment may present us with a smaller
3573 int align_pad = -(skb_frag_off(stale)) &
/linux-master/fs/bcachefs/
H A Dbuckets.c589 "bucket %u:%zu gen %u data type %s: ptr gen %u too stale\n"
603 "bucket %u:%zu gen %u (mem gen %u) data type %s: stale dirty ptr (gen %u)\n"
988 bool stale = ret > 0;
991 if (!stale) {
H A Dio_write.c1295 bool stale = gen_after(*bucket_gen(ca, i->b.offset), i->gen); local
1298 if (unlikely(stale)) {
/linux-master/fs/nfsd/
H A Dtrace.h779 DEFINE_CLIENTID_EVENT(stale); variable
/linux-master/mm/
H A Dz3fold.c129 * @stale_lock: protects pool stale page list
133 * @stale: list of pages marked for freeing
148 struct list_head stale; member in struct:z3fold_pool
453 list_add(&zhdr->buddy, &pool->stale);
497 while (!list_empty(&pool->stale)) {
498 struct z3fold_header *zhdr = list_first_entry(&pool->stale,
934 INIT_LIST_HEAD(&pool->stale);
/linux-master/fs/xfs/
H A Dxfs_buf_item.c182 * regions, we do not relog them in stale buffers. This has the effect of
202 * The buffer is stale, so all we need to log is the buf log
307 * The buffer is stale, so all we need to log
513 int stale = bip->bli_flags & XFS_BLI_STALE; local
534 if (stale) {
546 * stale so we own both lock and reference exclusively here. We
609 * been marked stale, we could end up stalling until someone else
610 * issues a log force to unpin the stale buffer. Check for the
706 bool stale = bip->bli_flags & XFS_BLI_STALE; local
722 ASSERT(!stale || (bi
[all...]
/linux-master/fs/xfs/scrub/
H A Ddir.c468 unsigned int stale = 0; local
516 /* Check hash value order, count stale entries. */
524 stale++;
526 if (leafhdr.stale != stale)
575 unsigned int stale = 0; local
597 stale++;
610 if (freehdr.nused + stale != freehdr.nvalid)
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_node.c506 int compact; /* compacting stale leaves */
507 int highstale = 0; /* next stale entry */
510 int lowstale = 0; /* previous stale entry */
529 * the block, if there are no stale entries it won't fit.
530 * Caller will do a split. If there are stale entries we'll do
535 if (!leafhdr.stale)
537 compact = leafhdr.stale > 1;
548 * Compact out all but one stale leaf entry. Leaves behind
554 else if (leafhdr.stale) {
684 * Skip stale lea
967 int stale; /* count stale leaves copied */ local
[all...]
H A Dxfs_dir2_leaf.c48 to->stale = be16_to_cpu(from3->hdr.stale);
58 to->stale = be16_to_cpu(from->hdr.stale);
82 to3->hdr.stale = cpu_to_be16(from->stale);
91 to->hdr.stale = cpu_to_be16(from->stale);
148 int stale; local
171 /* Check hash value order, count stale entrie
[all...]
H A Dxfs_dir2_data.c115 int stale; /* count of stale leaves */ local
257 for (i = stale = 0; i < be32_to_cpu(btp->count); i++) {
260 stale++;
265 if (count != be32_to_cpu(btp->count) - be32_to_cpu(btp->stale))
267 if (stale != be32_to_cpu(btp->stale))
H A Dxfs_dir2_block.c209 * If there are stale entries we'll use one for the leaf.
211 if (btp->stale) {
236 if (be16_to_cpu(dup->length) + (be32_to_cpu(btp->stale) - 1) *
239 } else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len)
247 * no stale entries, so just use free space.
297 * Leave the highest-numbered stale entry stale.
314 int highstale; /* high stale index */
332 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1);
333 *lfloghigh -= be32_to_cpu(btp->stale)
[all...]
H A Dxfs_da_format.h426 __be16 stale; /* count of stale entries */ member in struct:xfs_dir2_leaf_hdr
432 __be16 stale; /* count of stale entries */ member in struct:xfs_dir3_leaf_hdr
542 __be32 stale; /* count of stale lf entries */ member in struct:xfs_dir2_block_tail
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c450 tbf->bf_state.stale = false;
524 if (!bf->bf_state.stale || bf_next != NULL)
616 if (bf_next != NULL || !bf_last->bf_state.stale)
644 if (bf->bf_next == NULL && bf_last->bf_state.stale) {
962 bf->bf_state.stale = false;
1884 if (bf->bf_state.stale) {
2664 if (bf->bf_state.stale) {
2688 lastbf->bf_state.stale = true;
2769 if (bf->bf_state.stale) {
2791 lastbf->bf_state.stale
[all...]
H A Dmain.c838 if (bf->bf_state.stale || !bf->bf_mpdu)
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h102 * been captured. This avoids reporting stale timestamps to the stack. This is
126 * @stale: bitmap of len to indicate slots which have stale timestamps
142 unsigned long *stale; member in struct:ice_ptp_tx
H A Dice_ptp.c614 if (test_and_clear_bit(idx, tx->stale))
645 * 1) check that the timestamp request is not stale
649 * 5) check if the timestamp is stale, and discard if so
673 * this case, software will set the stale bit for any outstanding Tx
768 if (test_and_clear_bit(idx, tx->stale))
869 unsigned long *in_use, *stale; local
874 stale = bitmap_zalloc(tx->len, GFP_KERNEL);
876 if (!tstamps || !in_use || !stale) {
879 bitmap_free(stale);
886 tx->stale
[all...]
H A Dice_txrx.c1368 /* if dim settings get stale, like when not updated for 1
2199 const skb_frag_t *frag, *stale; local
2229 * then removing stale fragments from the sum.
2231 for (stale = &skb_shinfo(skb)->frags[0];; stale++) {
2232 int stale_size = skb_frag_size(stale);
2236 /* The stale fragment may present us with a smaller
2243 int align_pad = -(skb_frag_off(stale)) &
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context_types.h38 /** @link: Link in i915_gem_context::stale::engines */
413 /** @stale: tracks stale engines to be destroyed */
415 /** @stale.lock: guards engines */
417 /** @stale.engines: list of stale engines */
419 } stale; member in struct:i915_gem_context
/linux-master/tools/testing/selftests/net/
H A Dndisc_unsolicited_na_test.sh145 to ${HOST_ADDR} dev ${ROUTER_INTF} nud stale)
H A Darp_ndisc_untracked_subnets.sh190 to ${HOST_ADDR_V6} dev ${ROUTER_INTF} nud stale)

Completed in 339 milliseconds

12