stale              28 drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c 		bool stale;
stale             363 drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c 	if (mdp4_crtc->cursor.stale) {
stale             392 drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c 		mdp4_crtc->cursor.stale = false;
stale             442 drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c 	mdp4_crtc->cursor.stale     = true;
stale            1239 drivers/md/bcache/btree.c 	uint8_t stale = 0;
stale            1249 drivers/md/bcache/btree.c 		return stale;
stale            1261 drivers/md/bcache/btree.c 			stale = max(stale, ptr_stale(c, k, i));
stale            1285 drivers/md/bcache/btree.c 	return stale;
stale            1317 drivers/md/bcache/btree.c 	uint8_t stale = 0;
stale            1326 drivers/md/bcache/btree.c 		stale = max(stale, btree_mark_key(b, k));
stale            1348 drivers/md/bcache/btree.c 	if (stale > 10)
stale             540 drivers/md/bcache/extents.c 	unsigned int i, stale;
stale             552 drivers/md/bcache/extents.c 		stale = ptr_stale(b->c, k, i);
stale             554 drivers/md/bcache/extents.c 		if (stale && KEY_DIRTY(k)) {
stale             557 drivers/md/bcache/extents.c 				stale, buf);
stale             560 drivers/md/bcache/extents.c 		btree_bug_on(stale > BUCKET_GC_GEN_MAX, b,
stale             562 drivers/md/bcache/extents.c 			     stale, b->c->need_gc);
stale             564 drivers/md/bcache/extents.c 		if (stale)
stale             114 drivers/net/ethernet/8390/axnet_cs.c 	int	stale, fast_poll;
stale             544 drivers/net/ethernet/8390/axnet_cs.c     PRIV(dev)->stale = 0;
stale             560 drivers/net/ethernet/8390/axnet_cs.c     if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) {
stale             207 drivers/net/ethernet/8390/pcnet_cs.c     int			stale, fast_poll;
stale            1005 drivers/net/ethernet/8390/pcnet_cs.c 	    info->stale = 0;
stale            1022 drivers/net/ethernet/8390/pcnet_cs.c     if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) {
stale             352 drivers/net/ethernet/agere/et131x.c 	u32 stale;		/* Used to spot stuck/lost packets */
stale            2520 drivers/net/ethernet/agere/et131x.c 	tcb->stale = 0;
stale            3400 drivers/net/ethernet/agere/et131x.c 			if (++tcb->stale > 1)
stale            3265 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	const skb_frag_t *frag, *stale;
stale            3297 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	for (stale = &skb_shinfo(skb)->frags[0];; stale++) {
stale            3298 drivers/net/ethernet/intel/i40e/i40e_txrx.c 		int stale_size = skb_frag_size(stale);
stale            3309 drivers/net/ethernet/intel/i40e/i40e_txrx.c 			int align_pad = -(skb_frag_off(stale)) &
stale            2164 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	const skb_frag_t *frag, *stale;
stale            2196 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	for (stale = &skb_shinfo(skb)->frags[0];; stale++) {
stale            2197 drivers/net/ethernet/intel/iavf/iavf_txrx.c 		int stale_size = skb_frag_size(stale);
stale            2208 drivers/net/ethernet/intel/iavf/iavf_txrx.c 			int align_pad = -(skb_frag_off(stale)) &
stale            2028 drivers/net/ethernet/intel/ice/ice_txrx.c 	const skb_frag_t *frag, *stale;
stale            2060 drivers/net/ethernet/intel/ice/ice_txrx.c 	stale = &skb_shinfo(skb)->frags[0];
stale            2071 drivers/net/ethernet/intel/ice/ice_txrx.c 		sum -= skb_frag_size(stale++);
stale             213 drivers/net/wireless/ath/ath9k/ath9k.h 	bool stale;
stale             404 drivers/net/wireless/ath/ath9k/xmit.c 	tbf->bf_state.stale = false;
stale             476 drivers/net/wireless/ath/ath9k/xmit.c 			if (!bf->bf_state.stale || bf_next != NULL)
stale             568 drivers/net/wireless/ath/ath9k/xmit.c 		if (bf_next != NULL || !bf_last->bf_state.stale)
stale             596 drivers/net/wireless/ath/ath9k/xmit.c 			if (bf->bf_next == NULL && bf_last->bf_state.stale) {
stale             914 drivers/net/wireless/ath/ath9k/xmit.c 			bf->bf_state.stale = false;
stale            1821 drivers/net/wireless/ath/ath9k/xmit.c 		if (bf->bf_state.stale) {
stale            2588 drivers/net/wireless/ath/ath9k/xmit.c 		if (bf->bf_state.stale) {
stale            2612 drivers/net/wireless/ath/ath9k/xmit.c 		lastbf->bf_state.stale = true;
stale            2693 drivers/net/wireless/ath/ath9k/xmit.c 		if (bf->bf_state.stale) {
stale            2715 drivers/net/wireless/ath/ath9k/xmit.c 			lastbf->bf_state.stale = true;
stale             220 fs/cachefiles/xattr.c 			goto stale; /* no attribute - power went off
stale             237 fs/cachefiles/xattr.c 		goto stale;
stale             266 fs/cachefiles/xattr.c 			goto stale;
stale             299 fs/cachefiles/xattr.c stale:
stale             441 fs/xfs/libxfs/xfs_da_format.c 	to->stale = be16_to_cpu(from->hdr.stale);
stale             459 fs/xfs/libxfs/xfs_da_format.c 	to->hdr.stale = cpu_to_be16(from->stale);
stale             473 fs/xfs/libxfs/xfs_da_format.c 	to->stale = be16_to_cpu(hdr3->stale);
stale             493 fs/xfs/libxfs/xfs_da_format.c 	hdr3->stale = cpu_to_be16(from->stale);
stale             427 fs/xfs/libxfs/xfs_da_format.h 	__be16			stale;		/* count of stale entries */
stale             433 fs/xfs/libxfs/xfs_da_format.h 	__be16			stale;		/* count of stale entries */
stale             442 fs/xfs/libxfs/xfs_da_format.h 	uint16_t		stale;
stale             564 fs/xfs/libxfs/xfs_da_format.h 	__be32		stale;			/* count of stale lf entries */
stale             180 fs/xfs/libxfs/xfs_dir2_block.c 	if (btp->stale) {
stale             205 fs/xfs/libxfs/xfs_dir2_block.c 			if (be16_to_cpu(dup->length) + (be32_to_cpu(btp->stale) - 1) *
stale             208 fs/xfs/libxfs/xfs_dir2_block.c 		} else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len)
stale             301 fs/xfs/libxfs/xfs_dir2_block.c 	*lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1);
stale             302 fs/xfs/libxfs/xfs_dir2_block.c 	*lfloghigh -= be32_to_cpu(btp->stale) - 1;
stale             303 fs/xfs/libxfs/xfs_dir2_block.c 	be32_add_cpu(&btp->count, -(be32_to_cpu(btp->stale) - 1));
stale             306 fs/xfs/libxfs/xfs_dir2_block.c 		(xfs_dir2_data_aoff_t)((be32_to_cpu(btp->stale) - 1) * sizeof(*blp)),
stale             308 fs/xfs/libxfs/xfs_dir2_block.c 	btp->stale = cpu_to_be32(1);
stale             411 fs/xfs/libxfs/xfs_dir2_block.c 	} else if (btp->stale) {
stale             438 fs/xfs/libxfs/xfs_dir2_block.c 	if (!btp->stale) {
stale             517 fs/xfs/libxfs/xfs_dir2_block.c 		be32_add_cpu(&btp->stale, -1);
stale             798 fs/xfs/libxfs/xfs_dir2_block.c 	be32_add_cpu(&btp->stale, 1);
stale             968 fs/xfs/libxfs/xfs_dir2_block.c 	       (uint)sizeof(*lep) * (leafhdr.count - leafhdr.stale);
stale             999 fs/xfs/libxfs/xfs_dir2_block.c 	btp->count = cpu_to_be32(leafhdr.count - leafhdr.stale);
stale            1000 fs/xfs/libxfs/xfs_dir2_block.c 	btp->stale = 0;
stale            1138 fs/xfs/libxfs/xfs_dir2_block.c 	btp->stale = 0;
stale              52 fs/xfs/libxfs/xfs_dir2_data.c 	int			stale;		/* count of stale leaves */
stale             210 fs/xfs/libxfs/xfs_dir2_data.c 		for (i = stale = 0; i < be32_to_cpu(btp->count); i++) {
stale             213 fs/xfs/libxfs/xfs_dir2_data.c 				stale++;
stale             218 fs/xfs/libxfs/xfs_dir2_data.c 		if (count != be32_to_cpu(btp->count) - be32_to_cpu(btp->stale))
stale             220 fs/xfs/libxfs/xfs_dir2_data.c 		if (stale != be32_to_cpu(btp->stale))
stale              86 fs/xfs/libxfs/xfs_dir2_leaf.c 	int			stale;
stale             121 fs/xfs/libxfs/xfs_dir2_leaf.c 	for (i = stale = 0; i < hdr->count; i++) {
stale             128 fs/xfs/libxfs/xfs_dir2_leaf.c 			stale++;
stale             130 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (hdr->stale != stale)
stale             386 fs/xfs/libxfs/xfs_dir2_leaf.c 	leafhdr.stale = be32_to_cpu(btp->stale);
stale             479 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (!leafhdr->stale) {
stale             534 fs/xfs/libxfs/xfs_dir2_leaf.c 		leafhdr->stale--;
stale             554 fs/xfs/libxfs/xfs_dir2_leaf.c 	leafhdr->stale--;
stale             655 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (!leafhdr.stale)
stale             671 fs/xfs/libxfs/xfs_dir2_leaf.c 	    leafhdr.stale > 1)
stale             733 fs/xfs/libxfs/xfs_dir2_leaf.c 	else if (leafhdr.stale) {
stale             881 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (!leafhdr->stale)
stale             904 fs/xfs/libxfs/xfs_dir2_leaf.c 	ASSERT(leafhdr->stale == from - to);
stale             905 fs/xfs/libxfs/xfs_dir2_leaf.c 	leafhdr->count -= leafhdr->stale;
stale             906 fs/xfs/libxfs/xfs_dir2_leaf.c 	leafhdr->stale = 0;
stale             940 fs/xfs/libxfs/xfs_dir2_leaf.c 	ASSERT(leafhdr->stale > 1);
stale             994 fs/xfs/libxfs/xfs_dir2_leaf.c 	leafhdr->stale = 1;
stale            1357 fs/xfs/libxfs/xfs_dir2_leaf.c 	leafhdr.stale++;
stale            1616 fs/xfs/libxfs/xfs_dir2_leaf.c 	entries = hdr->count - hdr->stale;
stale            1728 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (leafhdr.stale)
stale             459 fs/xfs/libxfs/xfs_dir2_node.c 		if (!leafhdr.stale)
stale             461 fs/xfs/libxfs/xfs_dir2_node.c 		compact = leafhdr.stale > 1;
stale             478 fs/xfs/libxfs/xfs_dir2_node.c 	else if (leafhdr.stale) {
stale             896 fs/xfs/libxfs/xfs_dir2_node.c 	int				stale;	/* count stale leaves copied */
stale             921 fs/xfs/libxfs/xfs_dir2_node.c 	if (shdr->stale) {
stale             924 fs/xfs/libxfs/xfs_dir2_node.c 		for (i = start_s, stale = 0; i < start_s + count; i++) {
stale             927 fs/xfs/libxfs/xfs_dir2_node.c 				stale++;
stale             930 fs/xfs/libxfs/xfs_dir2_node.c 		stale = 0;
stale             952 fs/xfs/libxfs/xfs_dir2_node.c 	shdr->stale -= stale;
stale             954 fs/xfs/libxfs/xfs_dir2_node.c 	dhdr->stale += stale;
stale            1034 fs/xfs/libxfs/xfs_dir2_node.c 	oldstale = hdr1.stale + hdr2.stale;
stale            1073 fs/xfs/libxfs/xfs_dir2_node.c 	ASSERT(hdr1.stale + hdr2.stale == oldstale);
stale            1245 fs/xfs/libxfs/xfs_dir2_node.c 	leafhdr.stale++;
stale            1347 fs/xfs/libxfs/xfs_dir2_node.c 		 (uint)sizeof(ents[0]) * (leafhdr.count - leafhdr.stale)) <
stale            1451 fs/xfs/libxfs/xfs_dir2_node.c 	count = leafhdr.count - leafhdr.stale;
stale            1505 fs/xfs/libxfs/xfs_dir2_node.c 		count = leafhdr.count - leafhdr.stale;
stale            1512 fs/xfs/libxfs/xfs_dir2_node.c 		count += hdr2.count - hdr2.stale;
stale            1582 fs/xfs/libxfs/xfs_dir2_node.c 	if (drophdr.stale)
stale            1584 fs/xfs/libxfs/xfs_dir2_node.c 	if (savehdr.stale)
stale             490 fs/xfs/scrub/dir.c 	unsigned int			stale = 0;
stale             542 fs/xfs/scrub/dir.c 			stale++;
stale             544 fs/xfs/scrub/dir.c 	if (leafhdr.stale != stale)
stale             580 fs/xfs/scrub/dir.c 	unsigned int			stale = 0;
stale             603 fs/xfs/scrub/dir.c 			stale++;
stale             616 fs/xfs/scrub/dir.c 	if (freehdr.nused + stale != freehdr.nvalid)
stale             397 fs/xfs/xfs_buf_item.c 	int			stale = bip->bli_flags & XFS_BLI_STALE;
stale             410 fs/xfs/xfs_buf_item.c 	if (freed && stale) {
stale             602 fs/xfs/xfs_buf_item.c 	bool			stale = bip->bli_flags & XFS_BLI_STALE;
stale             618 fs/xfs/xfs_buf_item.c 	ASSERT(!stale || (bip->__bli_format.blf_flags & XFS_BLF_CANCEL));
stale             634 fs/xfs/xfs_buf_item.c 	if (hold || (stale && !released))
stale             636 fs/xfs/xfs_buf_item.c 	ASSERT(!stale || aborted);
stale             783 fs/xfs/xfs_inode_item.c 	bool			stale)
stale             790 fs/xfs/xfs_inode_item.c 					     stale ? SHUTDOWN_LOG_IO_ERROR :
stale             707 mm/ksm.c       		goto stale;
stale             729 mm/ksm.c       			goto stale;
stale             735 mm/ksm.c       		goto stale;
stale             750 mm/ksm.c       			goto stale;
stale             755 mm/ksm.c       stale:
stale             158 mm/z3fold.c    	struct list_head stale;
stale             456 mm/z3fold.c    	list_add(&zhdr->buddy, &pool->stale);
stale             495 mm/z3fold.c    	while (!list_empty(&pool->stale)) {
stale             496 mm/z3fold.c    		struct z3fold_header *zhdr = list_first_entry(&pool->stale,
stale             791 mm/z3fold.c    	INIT_LIST_HEAD(&pool->stale);
stale             914 mm/z3fold.c    		zhdr = list_first_entry_or_null(&pool->stale,
stale            2506 net/sctp/sm_make_chunk.c 	u32 stale;
stale            2536 net/sctp/sm_make_chunk.c 		stale = ntohl(param.life->lifespan_increment);
stale            2541 net/sctp/sm_make_chunk.c 		asoc->cookie_life = ktime_add_ms(asoc->cookie_life, stale);
stale            2440 net/sctp/sm_statefuns.c 	u32 stale;
stale            2466 net/sctp/sm_statefuns.c 	stale = ntohl(*(__be32 *)((u8 *)err + sizeof(*err)));
stale            2467 net/sctp/sm_statefuns.c 	stale = (stale * 2) / 1000;
stale            2471 net/sctp/sm_statefuns.c 	bht.lifespan_increment = htonl(stale);
stale            1029 security/apparmor/label.c 	bool stale = false;
stale            1047 security/apparmor/label.c 			stale = true;
stale            1063 security/apparmor/label.c 	} else if (!stale) {