Home
last modified time | relevance | path

Searched defs:blk2 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/lib/
H A Drheap.c614 rh_block_t *blk, *blk2; in rh_free() local
681 rh_block_t *blk, *blk2; in rh_set_owner() local
/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1714 struct xfs_da_state_blk *blk2) in xfs_attr3_leaf_rebalance()
1905 struct xfs_da_state_blk *blk2, in xfs_attr3_leaf_figure_balance()
H A Dxfs_da_btree.c725 struct xfs_da_state_blk *blk2) in xfs_da3_root_split()
932 struct xfs_da_state_blk *blk2) in xfs_da3_node_rebalance()
/linux/drivers/gpu/drm/
H A Ddrm_panic_qr.rs634 let blk2 = self.offset - blocks * em.g1_blk_size; in next() localVariable
/linux/fs/xfs/
H A Dxfs_log_recover.c32 #define BLK_AVG(blk1, blk2) ((blk1+blk2) >> 1) argument