Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c1846 int startidx, endidx; in xfs_difree_inode_chunk() local
1870 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()
/openbmc/u-boot/common/
H A Ddlmalloc.c1250 int startidx; /* first bin of a traversed block */ local
1387 startidx = idx; /* (track incomplete blocks) */
1430 if ((startidx & (BINBLOCKWIDTH - 1)) == 0)
1435 --startidx;
H A Ddlmalloc.src2115 int startidx; /* first bin of a traversed block */
2241 startidx = idx; /* (track incomplete blocks) */
2284 if ((startidx & (BINBLOCKWIDTH - 1)) == 0)
2289 --startidx;
/openbmc/linux/drivers/net/ethernet/
H A Djme.c1983 static void jme_drop_tx_map(struct jme_adapter *jme, int startidx, int count) in jme_drop_tx_map() argument
1991 ctxbi = txbi + ((startidx + j + 2) & (mask)); in jme_drop_tx_map()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1280 cmd.startidx = cpu_to_be16(start); in t4vf_config_rss_range()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h3390 __be16 startidx; member
H A Dt4_hw.c5164 cmd.startidx = cpu_to_be16(start); in t4_config_rss_range()