Home
last modified time | relevance | path

Searched refs:startidx (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_ialloc.c1863 int startidx, endidx; in xfs_difree_inode_chunk() local
1887 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk()
1889 nextbit = startidx + 1; in xfs_difree_inode_chunk()
1890 while (startidx < XFS_INOBT_HOLEMASK_BITS) { in xfs_difree_inode_chunk()
1908 agbno = sagbno + (startidx * XFS_INODES_PER_HOLEMASK_BIT) / in xfs_difree_inode_chunk()
1910 contigblk = ((endidx - startidx + 1) * in xfs_difree_inode_chunk()
1920 startidx = endidx = nextbit; in xfs_difree_inode_chunk()
/Linux-v5.10/drivers/net/ethernet/
Djme.c1998 static void jme_drop_tx_map(struct jme_adapter *jme, int startidx, int count) in jme_drop_tx_map() argument
2006 ctxbi = txbi + ((startidx + j + 2) & (mask)); in jme_drop_tx_map()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1279 cmd.startidx = cpu_to_be16(start); in t4vf_config_rss_range()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h3388 __be16 startidx; member
Dt4_hw.c5181 cmd.startidx = cpu_to_be16(start); in t4_config_rss_range()