Searched refs:stale (Results 26 - 43 of 43) sorted by relevance

12

/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/
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/mm/
H A Dksm.c276 /* Delay in pruning stale stable_node_dups in the stable_node_chains */
904 * remove the stale node from the stable tree and return NULL.
931 goto stale;
938 * The __remove_mapping() case is easy, again the node is now stale;
953 goto stale;
959 goto stale;
974 goto stale;
979 stale:
982 * suggests that the node is stale; but it might be under migration.
1129 * The stable node did not yet appear stale t
[all...]
/linux-master/security/apparmor/
H A Dlabel.c388 /* TODO: if compound label and not stale add to reclaim cache */
658 * @replace: whether insertion should replace existing entry that is not stale
1049 * setting labels stale.
1061 bool stale = false; local
1079 stale = true;
1095 } else if (!stale) {
2049 * Note: worst case is the stale @label does not get updated and has
2082 /* updated stale label by being removed/renamed from labelset */
2118 * Any label that has a stale component is marked stale an
[all...]
/linux-master/net/sctp/
H A Dsm_statefuns.c946 * counter in stale cookie situations when a transition back
2440 * Only handle the error type of stale COOKIE Error, the other errors will
2529 u32 stale; local
2555 stale = ntohl(*(__be32 *)((u8 *)err + sizeof(*err)));
2556 stale = (stale * 2) / 1000;
2560 bht.lifespan_increment = htonl(stale);
3943 * accidentally use a stale transport that's been removed.
3948 * it must be either a stale packet or from an attacker.
5047 * parameter can be used to avoid efforts to transmit stale
[all...]
H A Dsm_make_chunk.c1823 /* Check to see if the cookie is stale. If there is already
2553 u32 stale; local
2584 stale = ntohl(param.life->lifespan_increment);
2589 asoc->cookie_life = ktime_add_ms(asoc->cookie_life, stale);
/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/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/fs/bcachefs/
H A Dio_write.c1295 bool stale = gen_after(*bucket_gen(ca, i->b.offset), i->gen); local
1298 if (unlikely(stale)) {
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) {
/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)
/linux-master/net/mptcp/
H A Dpm_netlink.c1117 if (subflow->stale || !stale_loss_cnt || subflow->stale_count <= stale_loss_cnt)
1128 subflow->stale = 1;
H A Dprotocol.h513 stale : 1, /* unable to snd/rcv data, do not use for xmit */
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 */
/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/fs/nfsd/
H A Dtrace.h779 DEFINE_CLIENTID_EVENT(stale); variable

Completed in 550 milliseconds

12