Searched refs:stale (Results 1 - 25 of 43) sorted by path

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/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c1073 spin_lock_irqsave(&ctx->stale.lock, flags);
1075 spin_unlock_irqrestore(&ctx->stale.lock, flags);
1424 spin_lock_irq(&ctx->stale.lock);
1426 list_for_each_entry_safe(pos, next, &ctx->stale.engines, link) {
1432 spin_unlock_irq(&ctx->stale.lock);
1437 spin_lock_irq(&ctx->stale.lock);
1444 spin_unlock_irq(&ctx->stale.lock);
1474 spin_lock_irq(&ctx->stale.lock);
1476 list_add_tail(&engines->link, &ctx->stale.engines);
1477 spin_unlock_irq(&ctx->stale
[all...]
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/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_context.c31 spin_lock_init(&ctx->stale.lock);
32 INIT_LIST_HEAD(&ctx->stale.engines);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_buffer_pool.c39 struct intel_gt_buffer_pool_node *node, *stale = NULL; local
67 node->free = stale;
68 stale = node;
79 while ((node = stale)) {
80 stale = stale->free;
/linux-master/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_crtc.c30 bool stale; member in struct:mdp4_crtc::__anon742
364 if (mdp4_crtc->cursor.stale) {
393 mdp4_crtc->cursor.stale = false;
443 mdp4_crtc->cursor.stale = true;
/linux-master/drivers/md/bcache/
H A Dbtree.c15 * counter. Garbage collection is used to remove stale pointers.
1231 uint8_t stale = 0; local
1241 return stale;
1253 stale = max(stale, ptr_stale(c, k, i));
1277 return stale;
1309 uint8_t stale = 0; local
1318 stale = max(stale, btree_mark_key(b, k));
1340 if (stale > 1
[all...]
H A Dextents.c15 * counter. Garbage collection is used to remove stale pointers.
85 return "stale";
540 unsigned int i, stale; local
552 stale = ptr_stale(b->c, k, i);
554 if (stale && KEY_DIRTY(k)) {
556 pr_info("stale dirty pointer, stale %u, key: %s\n",
557 stale, buf);
560 btree_bug_on(stale > BUCKET_GC_GEN_MAX, b,
561 "key too stale
[all...]
/linux-master/drivers/md/
H A Ddm-ps-historical-service-time.c9 * Marks paths stale if they have not finished within hst *
10 * num_paths. If a path is stale and unused, we will send a single
14 * multipath device is unused. If a path is stale and in use, limit the
346 u64 *out, u64 *stale)
353 *stale = pi->stale_after;
392 * If an unloaded path is stale, choose it. If both paths are unloaded,
393 * choose path that is the most stale.
419 /* In the case that the 'winner' is stale, limit to equal usage. */
345 hst_fill_compare(struct path_info *pi, u64 *hst, u64 *out, u64 *stale) argument
/linux-master/drivers/net/ethernet/8390/
H A Daxnet_cs.c114 int stale, fast_poll; member in struct:axnet_dev
547 PRIV(dev)->stale = 0;
563 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) {
H A Dpcnet_cs.c206 int stale, fast_poll; member in struct:pcnet_dev
1014 info->stale = 0;
1031 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) {
/linux-master/drivers/net/ethernet/agere/
H A Det131x.c352 u32 stale; /* Used to spot stuck/lost packets */ member in struct:tcb
2515 tcb->stale = 0;
3394 if (++tcb->stale > 1)
/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/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c2173 const skb_frag_t *frag, *stale; local
2203 * then removing stale fragments from the sum.
2205 for (stale = &skb_shinfo(skb)->frags[0];; stale++) {
2206 int stale_size = skb_frag_size(stale);
2210 /* The stale fragment may present us with a smaller
2217 int align_pad = -(skb_frag_off(stale)) &
/linux-master/drivers/net/ethernet/intel/ice/
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_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_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/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/wireless/ath/ath9k/
H A Dath9k.h215 bool stale; member in struct:ath_buf_state
H A Dmain.c838 if (bf->bf_state.stale || !bf->bf_mpdu)
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...]
/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/iomap/
H A Diter.c19 * (processed = 0) meaning we are done and (processed = 0 && stale) meaning we
24 bool stale = iter->iomap.flags & IOMAP_F_STALE; local
30 if (!iter->processed && !stale)
/linux-master/fs/nfsd/
H A Dtrace.h779 DEFINE_CLIENTID_EVENT(stale); variable

Completed in 521 milliseconds

12