Home
last modified time | relevance | path

Searched refs:toidx (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dir2_block.c317 int toidx; /* target leaf index */ in xfs_dir2_block_compact() local
321 fromidx = toidx = be32_to_cpu(btp->count) - 1; in xfs_dir2_block_compact()
326 highstale = toidx; in xfs_dir2_block_compact()
329 *lfloghigh = toidx; in xfs_dir2_block_compact()
333 if (fromidx < toidx) in xfs_dir2_block_compact()
334 blp[toidx] = blp[fromidx]; in xfs_dir2_block_compact()
335 toidx--; in xfs_dir2_block_compact()
337 *lfloglow = toidx + 1 - (be32_to_cpu(btp->stale) - 1); in xfs_dir2_block_compact()
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dce.h360 #define CE_RING_DELTA(nentries_mask, fromidx, toidx) \ argument
361 (((int)(toidx) - (int)(fromidx)) & (nentries_mask))