Home
last modified time | relevance | path

Searched refs:stale (Results 1 – 62 of 62) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2_leaf.c90 int stale; in xfs_dir3_leaf_check_int() local
125 for (i = stale = 0; i < hdr->count; i++) { in xfs_dir3_leaf_check_int()
132 stale++; in xfs_dir3_leaf_check_int()
134 if (hdr->stale != stale) in xfs_dir3_leaf_check_int()
426 leafhdr.stale = be32_to_cpu(btp->stale); in xfs_dir2_block_to_leaf()
519 if (!leafhdr->stale) { in xfs_dir3_leaf_find_entry()
574 leafhdr->stale--; in xfs_dir3_leaf_find_entry()
594 leafhdr->stale--; in xfs_dir3_leaf_find_entry()
698 if (!leafhdr.stale) in xfs_dir2_leaf_addname()
714 leafhdr.stale > 1) in xfs_dir2_leaf_addname()
[all …]
Dxfs_dir2_block.c190 if (btp->stale) { in xfs_dir2_block_need_space()
215 if (be16_to_cpu(dup->length) + (be32_to_cpu(btp->stale) - 1) * in xfs_dir2_block_need_space()
218 } else if ((be32_to_cpu(btp->stale) - 1) * (uint)sizeof(*blp) < len) in xfs_dir2_block_need_space()
311 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact()
312 *lfloghigh -= be32_to_cpu(btp->stale) - 1; in xfs_dir2_block_compact()
313 be32_add_cpu(&btp->count, -(be32_to_cpu(btp->stale) - 1)); in xfs_dir2_block_compact()
316 (xfs_dir2_data_aoff_t)((be32_to_cpu(btp->stale) - 1) * sizeof(*blp)), in xfs_dir2_block_compact()
318 btp->stale = cpu_to_be32(1); in xfs_dir2_block_compact()
421 } else if (btp->stale) { in xfs_dir2_block_addname()
448 if (!btp->stale) { in xfs_dir2_block_addname()
[all …]
Dxfs_dir2_node.c411 if (!leafhdr.stale) in xfs_dir2_leafn_add()
413 compact = leafhdr.stale > 1; in xfs_dir2_leafn_add()
430 else if (leafhdr.stale) { in xfs_dir2_leafn_add()
845 int stale; /* count stale leaves copied */ in xfs_dir3_leafn_moveents() local
870 if (shdr->stale) { in xfs_dir3_leafn_moveents()
873 for (i = start_s, stale = 0; i < start_s + count; i++) { in xfs_dir3_leafn_moveents()
876 stale++; in xfs_dir3_leafn_moveents()
879 stale = 0; in xfs_dir3_leafn_moveents()
901 shdr->stale -= stale; in xfs_dir3_leafn_moveents()
903 dhdr->stale += stale; in xfs_dir3_leafn_moveents()
[all …]
Dxfs_da_format.c461 to->stale = be16_to_cpu(from->hdr.stale); in xfs_dir2_leaf_hdr_from_disk()
479 to->hdr.stale = cpu_to_be16(from->stale); in xfs_dir2_leaf_hdr_to_disk()
493 to->stale = be16_to_cpu(hdr3->stale); in xfs_dir3_leaf_hdr_from_disk()
513 hdr3->stale = cpu_to_be16(from->stale); in xfs_dir3_leaf_hdr_to_disk()
Dxfs_da_format.h458 __be16 stale; /* count of stale entries */ member
464 __be16 stale; /* count of stale entries */ member
473 __uint16_t stale; member
595 __be32 stale; /* count of stale lf entries */ member
Dxfs_dir2_data.c61 int stale; /* count of stale leaves */ in __xfs_dir3_data_check() local
197 for (i = stale = 0; i < be32_to_cpu(btp->count); i++) { in __xfs_dir3_data_check()
200 stale++; in __xfs_dir3_data_check()
207 be32_to_cpu(btp->count) - be32_to_cpu(btp->stale)); in __xfs_dir3_data_check()
208 XFS_WANT_CORRUPTED_RETURN(mp, stale == be32_to_cpu(btp->stale)); in __xfs_dir3_data_check()
/linux-4.1.27/fs/cachefiles/
Dxattr.c220 goto stale; /* no attribute - power went off in cachefiles_check_object_xattr()
237 goto stale; in cachefiles_check_object_xattr()
265 goto stale; in cachefiles_check_object_xattr()
298 stale: in cachefiles_check_object_xattr()
/linux-4.1.27/Documentation/RCU/
DlistRCU.txt17 equipment outside of the computer, it will at times contain stale data.
154 So, when readers can tolerate stale data and when entries are either added
222 The auditing examples above tolerate stale data, as do most algorithms
227 However, there are many examples where stale data cannot be tolerated.
237 If the system-call audit module were to ever need to reject stale data,
296 Read-mostly list-based data structures that can tolerate stale data are
301 If stale data cannot be tolerated, then a "deleted" flag may be used
311 then the caller will be processing stale data in any case. If it
312 is really OK to be processing stale data, then you don't need a
313 "deleted" flag. If processing stale data really is a problem,
Drcu_dereference.txt211 see stale and/or inconsistent values. If RCU readers need fresh or
DRTFP.txt40 theoretical justification for use of stale data.
391 avoid synchronization overhead by using possibly-stale data.
/linux-4.1.27/drivers/md/bcache/
Dextents.c537 unsigned i, stale; in bch_extent_bad() local
552 stale = ptr_stale(b->c, k, i); in bch_extent_bad()
554 btree_bug_on(stale > 96, b, in bch_extent_bad()
556 stale, b->c->need_gc); in bch_extent_bad()
558 btree_bug_on(stale && KEY_DIRTY(k) && KEY_SIZE(k), in bch_extent_bad()
561 if (stale) in bch_extent_bad()
Dbtree.c1174 uint8_t stale = 0; in __bch_btree_mark_key() local
1184 return stale; in __bch_btree_mark_key()
1196 stale = max(stale, ptr_stale(c, k, i)); in __bch_btree_mark_key()
1220 return stale; in __bch_btree_mark_key()
1247 uint8_t stale = 0; in btree_gc_mark_node() local
1256 stale = max(stale, btree_mark_key(b, k)); in btree_gc_mark_node()
1278 if (stale > 10) in btree_gc_mark_node()
/linux-4.1.27/net/sunrpc/xprtrdma/
Dverbs.c1256 rpcrdma_retry_flushed_linv(struct list_head *stale, in rpcrdma_retry_flushed_linv() argument
1264 list_for_each(pos, stale) { in rpcrdma_retry_flushed_linv()
1270 list_splice_tail(stale, &buf->rb_mws); in rpcrdma_retry_flushed_linv()
1276 struct list_head *stale) in rpcrdma_buffer_get_frmrs() argument
1287 list_add(&r->mw_list, stale); in rpcrdma_buffer_get_frmrs()
1336 struct list_head stale; in rpcrdma_buffer_get() local
1359 INIT_LIST_HEAD(&stale); in rpcrdma_buffer_get()
1362 req = rpcrdma_buffer_get_frmrs(req, buffers, &stale); in rpcrdma_buffer_get()
1371 if (!list_empty(&stale)) in rpcrdma_buffer_get()
1372 rpcrdma_retry_flushed_linv(&stale, buffers); in rpcrdma_buffer_get()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_crtc.c38 bool stale; member
378 if (mdp4_crtc->cursor.stale) { in update_cursor()
407 mdp4_crtc->cursor.stale = false; in update_cursor()
456 mdp4_crtc->cursor.stale = true; in mdp4_crtc_cursor_set()
/linux-4.1.27/Documentation/scsi/
Dhpsa.txt76 and not be disrupted in any way by stale commands or other stale state
DChangeLog.megaraid441 avoid getting the stale values for busy bit. We want to set the busy
DChangeLog.sym53c8xx541 - Damned! I just broke the driver for Alpha by leaving a stale
DChangeLog.lpfc32 interpretation of stale sense length when the command completes
/linux-4.1.27/arch/arm/kvm/
Dinit.S102 @ Invalidate the stale TLBs from Bootloader
/linux-4.1.27/mm/
Dksm.c555 goto stale; in get_ksm_page()
576 goto stale; in get_ksm_page()
582 goto stale; in get_ksm_page()
590 goto stale; in get_ksm_page()
595 stale: in get_ksm_page()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c401 tbf->bf_state.stale = false; in ath_clone_txbuf()
484 if (!bf->bf_state.stale || bf_next != NULL) in ath_tx_complete_aggr()
577 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr()
605 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr()
894 bf->bf_state.stale = false; in ath_tx_get_tid_subframe()
1820 if (bf->bf_state.stale) { in ath_drain_txq_list()
2673 if (bf->bf_state.stale) { in ath_tx_processq()
2697 lastbf->bf_state.stale = true; in ath_tx_processq()
2775 if (bf->bf_state.stale) { in ath_tx_edma_tasklet()
2797 lastbf->bf_state.stale = true; in ath_tx_edma_tasklet()
Dath9k.h222 bool stale; member
/linux-4.1.27/fs/xfs/
Dxfs_inode_item.c701 bool stale) in xfs_iflush_abort() argument
712 stale ? in xfs_iflush_abort()
Dxfs_buf_item.c418 int stale = bip->bli_flags & XFS_BLI_STALE; in xfs_buf_item_unpin() local
431 if (freed && stale) { in xfs_buf_item_unpin()
/linux-4.1.27/Documentation/filesystems/
Dfiles.txt108 fdtable and making the earlier fdtable pointer stale.
Docfs2.txt102 stale data on other nodes.
Ddebugfs.txt170 will be a lot of stale pointers and no end of highly antisocial behavior.
Dlogfs.txt164 garbage collection. If a stale segments erase count is significantly
Dxfs-delayed-logging-design.txt99 necessary copy in the log buffer, and three stale copies that are simply
101 objects, these "stale objects" can be over 90% of the space used in the log
102 buffers. It is clear that reducing the number of stale objects written to the
111 accumulating stale objects in the log buffers.
Dext4.txt72 running mounted with data=writeback can potentially leave stale data
Dsharedsubtree.txt649 symbolic links can get stale if the destination mount gets
Dcoda.txt1481 is to prevent stale cache information being held. Some operating
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dinfo.txt14 trees looking for stale requests, which have to be resent, or if number of
/linux-4.1.27/drivers/net/ethernet/8390/
Daxnet_cs.c115 int stale, fast_poll; member
547 PRIV(dev)->stale = 0; in ei_irq_wrapper()
563 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) { in ei_watchdog()
Dpcnet_cs.c208 int stale, fast_poll; member
1005 info->stale = 0; in ei_irq_wrapper()
1022 if (info->stale++ && (inb_p(nic_base + EN0_ISR) & ENISR_ALL)) { in ei_watchdog()
/linux-4.1.27/Documentation/i2c/
Dslave-interface174 the buffer might get stale.
/linux-4.1.27/arch/powerpc/platforms/44x/
DKconfig357 that can cause execution of stale instructions when falling
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-block210 stale or random data when a previously discarded block
/linux-4.1.27/net/sctp/
Dsm_statefuns.c2309 time_t stale; in sctp_sf_do_5_2_6_stale() local
2340 stale = ntohl(*(__be32 *)((u8 *)err + sizeof(sctp_errhdr_t))); in sctp_sf_do_5_2_6_stale()
2341 stale = (stale * 2) / 1000; in sctp_sf_do_5_2_6_stale()
2345 bht.lifespan_increment = htonl(stale); in sctp_sf_do_5_2_6_stale()
Dsm_make_chunk.c2497 time_t stale; in sctp_process_param() local
2530 stale = ntohl(param.life->lifespan_increment); in sctp_process_param()
2535 asoc->cookie_life = ktime_add_ms(asoc->cookie_life, stale); in sctp_process_param()
/linux-4.1.27/Documentation/
Dcachetlb.txt26 possible for stale translations to exist in this "TLB" cache.
400 which prevents the processor from making the cache stale by
Ddma-buf-sharing.txt269 write) might return stale or even bogus data (e.g. when the exporter needs to
302 the partial chunks at the beginning and end but may return stale or bogus
Dbcache.txt394 was reused and invalidated - i.e. where the pointer was stale after the read
DSubmittingPatches164 stale.
Dmemory-barriers.txt2834 such cases, a device attempting DMA may obtain stale data from RAM because
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt38 reaping stale nodes and culling. This is called cachefilesd and lives in
302 the netfs. The latter is used to detect stale objects in the cache and update
/linux-4.1.27/tools/usb/usbip/
DINSTALL30 disabled by default to prevent problems with accidental use of stale
/linux-4.1.27/drivers/net/ethernet/agere/
Det131x.c350 u32 stale; /* Used to spot stuck/lost packets */ member
2519 tcb->stale = 0; in nic_send_packet()
3431 if (++tcb->stale > 1) in et131x_isr()
/linux-4.1.27/Documentation/networking/
Dcxgb.txt274 can provide stale data via split completion cycles to a PCI-X card that
/linux-4.1.27/Documentation/timers/
Dhighres.txt231 handler has not to deal with an eventually stale jiffy value.
/linux-4.1.27/arch/arm/
DKconfig1046 stale interworking branch prediction. This results in Cortex-A8
1068 bool "ARM errata: Data written to the L2 cache can be overwritten with stale data"
1075 and overwritten with stale memory contents from external memory. The
1163 can populate the micro-TLB with a stale entry which may be hit with
/linux-4.1.27/Documentation/vm/
Dcleancache.txt74 subsequent get can never return the stale data (AAA). For get-get coherency,
Dfrontswap.txt49 or the store fails AND the page is invalidated. This ensures stale data may
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES372 without invalidating the readahead data (so we could get stale
626 page cache could contain stale data, and write through did
645 instance is closed so that the client does not continue using stale local
/linux-4.1.27/
DREADME106 - Make sure you have no stale .o files and dependencies lying around:
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.seq637 * any stale busfree status. This avoids
823 * any stale busfree status. This avoids
2219 * any stale busfree status. This avoids
/linux-4.1.27/Documentation/powerpc/
Dhvcs.txt268 As a security feature to prevent the delivery of stale data to an
/linux-4.1.27/Documentation/virtual/kvm/
Dmmu.txt421 memslot is changed, this information may become stale and needs to be
/linux-4.1.27/Documentation/PCI/
Dpci.txt406 is important for both data coherency and avoiding stale control data.
/linux-4.1.27/arch/arm/mm/
DKconfig849 functions may leave stale cache entries on other CPUs. By
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt1171 maximum speed, and in some ThinkPads, the tachometer readings go stale
1278 Fan tachometer reading, in RPM. May go stale on certain
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3839 thread to occasionally read stale data from a mmapped page shared with