Searched refs:startidx (Results 1 – 7 of 7) sorted by relevance
1846 int startidx, endidx; in xfs_difree_inode_chunk() local1870 startidx = endidx = find_first_zero_bit(holemask, in xfs_difree_inode_chunk()1872 nextbit = startidx + 1; in xfs_difree_inode_chunk()1873 while (startidx < XFS_INOBT_HOLEMASK_BITS) { in xfs_difree_inode_chunk()1893 agbno = sagbno + (startidx * XFS_INODES_PER_HOLEMASK_BIT) / in xfs_difree_inode_chunk()1895 contigblk = ((endidx - startidx + 1) * in xfs_difree_inode_chunk()1908 startidx = endidx = nextbit; in xfs_difree_inode_chunk()
1250 int startidx; /* first bin of a traversed block */ local1387 startidx = idx; /* (track incomplete blocks) */1430 if ((startidx & (BINBLOCKWIDTH - 1)) == 0)1435 --startidx;
2115 int startidx; /* first bin of a traversed block */2241 startidx = idx; /* (track incomplete blocks) */2284 if ((startidx & (BINBLOCKWIDTH - 1)) == 0)2289 --startidx;
1983 static void jme_drop_tx_map(struct jme_adapter *jme, int startidx, int count) in jme_drop_tx_map() argument1991 ctxbi = txbi + ((startidx + j + 2) & (mask)); in jme_drop_tx_map()
1280 cmd.startidx = cpu_to_be16(start); in t4vf_config_rss_range()
3390 __be16 startidx; member
5164 cmd.startidx = cpu_to_be16(start); in t4_config_rss_range()